Skip to content

Commit

Permalink
[FIXED JENKINS-13496 JENKINS-12854] Integrated the newer version of W…
Browse files Browse the repository at this point in the history
…instone.
  • Loading branch information
kohsuke committed May 29, 2012
1 parent 45a3403 commit e6a8d5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,12 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
Added more MIME type mapping for Winstone.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13496">issue 13496</a>)
<li class=bug>
Winstone wasn't handling downloads bigger than 2GB.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-12854">issue 12854</a>)
<li class=bug>
With 'on-demand' retention strategy, wrong slave can be started for jobs restricted to specific slave.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-13735">issue 13735</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-36</version>
<version>0.9.10-jenkins-37</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e6a8d5e

Please sign in to comment.