Skip to content

Commit

Permalink
[FIXED JENKINS-12674] Integrated 1.181 that fixes some issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 9, 2012
1 parent fb9f067 commit 63529f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,11 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
Fixed a temporary memory spike when dealing with rapidly growing large console output and interactive monitoring.
<li class=bug>
Fixed a file handle leak while serving static files.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-12674">issue 12674</a>)
<li class=bug>
Fixed a bug in executor/queue filtering for matrix projects.
(<a href="https://github.com/jenkinsci/jenkins/pull/394">pull 394</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.180</stapler.version>
<stapler.version>1.181</stapler.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 63529f0

Please sign in to comment.