Skip to content

Commit

Permalink
[FIXED JENKINS-23248]
Browse files Browse the repository at this point in the history
Integrated remoting.jar that fixes the problem
  • Loading branch information
kohsuke committed Jul 29, 2014
1 parent 57e839e commit 5b7d59a
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="bug">
Fixed a file descriptor leak with CLI connections
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-23248">issue 23248</a>)
</ul>
</div><!--=TRUNK-END=-->

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

<dependency>
Expand Down

0 comments on commit 5b7d59a

Please sign in to comment.