Skip to content

Commit

Permalink
[JENKINS-20769 JENKINS-20204] integrated remoting 2.35 in the core.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 28, 2014
1 parent 852aba6 commit 11458c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.html
Expand Up @@ -70,6 +70,12 @@
<li class=rfe>
Added <code>RobustMapConverter</code>.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22398">issue 22398</a>)
<li class='major bug'>
JNLP slaves now satisfies stricter requirements imposed by JDK7u45.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20204">issue 20204</a>)
<li class=bug>
Fixed NPE executing <tt>Pipe.EOF</tt> with <tt>ProxyWriter</tt>
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20769">issue 20769</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.33</version>
<version>2.35</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 11458c9

Please sign in to comment.