From 22e9aa033fd3cfe2f5caf4733f70d69c46b90530 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sat, 14 May 2016 13:54:48 +0200 Subject: [PATCH] Noting https://github.com/jenkinsci/jenkins/pull/2344 --- changelog.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/changelog.html b/changelog.html index 77239d0c2e..38192c5ffe 100644 --- a/changelog.html +++ b/changelog.html @@ -98,8 +98,25 @@ Upcoming changes (new system property) (pull 2297)
  • - Tool installers now follow http redirects properly (issue 23507) - + Tool installers now follow http redirects properly. + (issue 23507) +
  • + Remoting, scalability: Ensure that the unexporter cleans up whatever it can each GC sweep. + (issue 34213) +
  • + Remoting: Force class load on UserRequest to prevent deadlocks on Windows nodes agents in the case of multiple classloaders. + (Controlled by hudson.remoting.RemoteClassLoader.force) + (issue 19445) +
  • + Remoting: Allow Jenkins admins to adjust the socket timeout. + (Controlled by hudson.remoting.Engine.socketTimeout) + (issue 34808) +
  • + Remoting: Allow disabling the remoting protocols individually. + Allows working around compatibility issues like + JENKINS-34121. + (Controlled by PROTOCOL_CLASS_NAME.disabled) + (issue 34819)

    What's new in 2.3 (2016/05/11)

    -- GitLab