Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Integrated the new version of remoting
  • Loading branch information
kohsuke committed Jun 21, 2013
1 parent f7113cf commit 1595663
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 the master/slave handshake problem when a slave runs on non-ASCII compatible encoding (such as EBCDIC.)
<li class=rfe>
Added a diagnosis for <tt>StreamCorruptedException</tt> problem
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-8856">issue 8856</a>)
<li class=rfe>
Matrix project's parent can be now tied to labels/slaves.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-7825">issue 7825</a>)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -175,7 +175,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>2.24</version>
<version>2.25</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1595663

Please sign in to comment.