From 11458c956e64673d99a9dc2c05cfd5f9533b4e1b Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Thu, 27 Mar 2014 14:08:29 -0700 Subject: [PATCH] [JENKINS-20769 JENKINS-20204] integrated remoting 2.35 in the core. --- changelog.html | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index de4bba4abb..eaa9c776eb 100644 --- a/changelog.html +++ b/changelog.html @@ -70,6 +70,12 @@ Upcoming changes
  • Added RobustMapConverter. (issue 22398) +
  • + JNLP slaves now satisfies stricter requirements imposed by JDK7u45. + (issue 20204) +
  • + Fixed NPE executing Pipe.EOF with ProxyWriter + (issue 20769) diff --git a/pom.xml b/pom.xml index 2d270c97de..0334916e2f 100644 --- a/pom.xml +++ b/pom.xml @@ -172,7 +172,7 @@ THE SOFTWARE. org.jenkins-ci.main remoting - 2.33 + 2.35 -- GitLab