From 631a73400df2ee7e83e7b72aca8333409223de71 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sat, 6 Aug 2016 21:09:31 +0300 Subject: [PATCH] [JENKINS-37140,JENKINS-36991] - Upgrade remoting to 2.61 (#2497) Fixed issues: * [JENKINS-37140](https://issues.jenkins-ci.org/browse/JENKINS-37140) - JNLP Slave connection issue with *JNLP3-connect* protocol when the generated encrypted cookie contains a newline symbols. (https://github.com/jenkinsci/remoting/pull/95) * [JENKINS-36991](https://issues.jenkins-ci.org/browse/JENKINS-36991) - Unable to load class when remote classloader gets interrupted. (https://github.com/jenkinsci/remoting/pull/94) Enhancements: * Improve diagnostics for Jar Cache write errors. (https://github.com/jenkinsci/remoting/pull/91) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 35bbd1cb64..f9eab18449 100644 --- a/pom.xml +++ b/pom.xml @@ -180,7 +180,7 @@ THE SOFTWARE. org.jenkins-ci.main remoting - 2.60 + 2.61 -- GitLab