Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-6629] make restart work with Solaris 32bit x86
  • Loading branch information
kohsuke committed Nov 29, 2011
1 parent 3fb5d75 commit d01dbe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -72,6 +72,9 @@ <h3><a name=v1.442>What's new in 1.442</a> <!--=DATE=--></h3>
<li class=bug>
Copy artifacts fails on windows slaves due to failing to set a timestamp.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11073">issue 11073</a>)
<li class=bug>
Self-restart wasn't working with 32bit x86 Solaris
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-6629">issue 6629</a>)
<li class=rfe>
Upgrade aether version to 1.13 and sisu to 2.3.0 .
<li class=rfe>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -484,7 +484,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>akuma</artifactId>
<version>1.5</version>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.jvnet.libpam4j</groupId>
Expand Down

0 comments on commit d01dbe6

Please sign in to comment.