Prevent file descriptor leaks when Windows Service installer fails to read data from the service startup log.
(issue 42670)
Update Remoting from 3.5 to 3.7 in order to prevent file descriptor leaks on agents in the case of multiple connection attempts.
(full changelog)
Exceptions during Jenkins cleanup step should not block restart.
(issue 42164)
Cryptic error message when loading JnlpSlaveAgentProtocol4.
(issue 41987)
Developer: Snapshot builds of plugins that had dependencies on other snapshot builds were not having their version numbers compared correctly.
(issue 41899)
Do not attempt to find the next occurrence of an impossible date such as June 31st in validation of trigger schedules.
(issue 41864)
Allow defining agent ping interval and ping timeout in seconds. It can be done via the hudson.slaves.ChannelPinger.pingIntervalSeconds and hudson.slaves.ChannelPinger.pingTimeoutSeconds system properties.
(issue 28245)
Print stack traces in logical order, with the most important part on top.
(pull 1485)
Reduce size of Jenkins WAR file by not storing identical copies of remoting.jar/slave.jar there.
(pull 2633)
Do not print warnings about undefined parameters when hudson.model.ParametersAction.keepUndefinedParameters property is set to false.
(pull 2687)
Increase the JENKINS_HOME disk space threshold from 1 GB to 10 GB left. The warning will be shown only if more than 90% of the disk is utilized.
(issue 40749)