Introduce hudson.triggers.SafeTimerTask.logsTargetDir system property to write logs usually written to $JENKINS_HOME/logs to another location.
(issue 50291)
Update Executable War from 1.38 to 1.39 to remove an irrelevant warning on Jenkins startup.
(issue 50439)
Make Cancel Shutdown link in side panel work without requiring the page to be reloaded.
(issue 44402)
Prevent f:combobox input fields from breaking customized form submission handlers.
(issue 21613)
Fix a race condition in the Setup Wizard that could lead to it being skipped on the first startup when groovy scripts or init scripts are pre-installed.
(issue 49401)
Internal: Minimize visibility of readResolve methods.
(pull 2567)