Skip to content

Commit 8fc609f

Browse files
committedSep 15, 2014
Integrated the fix in remoting to Jenkins 1.580.
1 parent 7ef0776 commit 8fc609f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎changelog.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@
5555
<!-- Record your changes in the trunk here. -->
5656
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
5757
<ul class=image>
58-
<li class=>
58+
<li class=bug>
59+
Channel reader thread can end up consuming 100% CPU
60+
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-23471">issue 23471</a>)
61+
<li class=bug>
62+
CancelledKeyException can cause all JNLP slaves to disconnect (and the problem remains until restart)
63+
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-24050">issue 24050</a>)
5964
</ul>
6065
</div><!--=TRUNK-END=-->
6166

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ THE SOFTWARE.
173173
<dependency>
174174
<groupId>org.jenkins-ci.main</groupId>
175175
<artifactId>remoting</artifactId>
176-
<version>2.44</version>
176+
<version>2.45</version>
177177
</dependency>
178178

179179
<dependency>

0 commit comments

Comments
 (0)