Skip to content

Commit

Permalink
[FIXED JENKINS-9882] integrated a newer version of Winstone with the …
Browse files Browse the repository at this point in the history
…fix.
  • Loading branch information
kohsuke committed Mar 15, 2012
1 parent 795a1db commit 8eb264c
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 a thread leak in the embedded servlet container.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-9882">issue 9882</a>)
<li class=bug>
Fixed a file handle leak in serving static content
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13097">issue 13097</a>)
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -99,7 +99,7 @@ THE SOFTWARE.
-->
<groupId>org.jenkins-ci</groupId>
<artifactId>winstone</artifactId>
<version>0.9.10-jenkins-35</version>
<version>0.9.10-jenkins-36</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8eb264c

Please sign in to comment.