Navigation Menu

Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Integrated the fix in remoting to Jenkins 1.580.

(cherry picked from commit 8fc609f)
  • Loading branch information
kohsuke authored and olivergondza committed Oct 12, 2014
1 parent 8ae29e5 commit 9c82fc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion changelog.html
Expand Up @@ -55,7 +55,12 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class=bug>
Channel reader thread can end up consuming 100% CPU
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-23471">issue 23471</a>)
<li class=bug>
CancelledKeyException can cause all JNLP slaves to disconnect (and the problem remains until restart)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-24050">issue 24050</a>)
</ul>
</div><!--=TRUNK-END=-->

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

<dependency>
Expand Down

0 comments on commit 9c82fc4

Please sign in to comment.