Skip to content

Commit

Permalink
[FIXED JENKINS-14336]
Browse files Browse the repository at this point in the history
Integrating the stapler fix.
  • Loading branch information
kohsuke committed Oct 9, 2013
1 parent c01333c commit 02e0044
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 @@ -55,6 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
Fixed two file descriptor leaks.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14336">issue 14336</a>)
<li class=bug>
RuntimeException if you try to save a config with a choice parameter that has no choices.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18434">issue 18434</a>)
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -42,7 +42,7 @@ THE SOFTWARE.

<properties>
<staplerFork>true</staplerFork>
<stapler.version>1.220</stapler.version>
<stapler.version>1.221</stapler.version>
<spring.version>2.5.6.SEC03</spring.version>
<groovy.version>1.8.9</groovy.version>
</properties>
Expand Down

0 comments on commit 02e0044

Please sign in to comment.