Skip to content

Commit

Permalink
[FIXED JENKINS-10424] integrating a new version of remoting.jar that
Browse files Browse the repository at this point in the history
fixes reference count leaks.
  • Loading branch information
kohsuke committed Jul 25, 2011
1 parent 8e30bc4 commit c797e28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion changelog.html
Expand Up @@ -55,7 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class='major bug'>
Fixed memory leak in the master/slave communication.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10424">issue 10424</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -133,7 +133,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit c797e28

Please sign in to comment.