Pipeline builds could not be started if the Authorize Project plugin was configured to associate the build with a user to whom the authorization strategy was configured to deny Agent/Build permission on the built-in node.
(issue 46652)
Reduce memory footprint of jenkins.model.lazy.AbstractLazyLoadRunMap#search in descending order.
(issue 50056)
Update Executable War from 1.37 to 1.38 to show an error when an attempt is made to run Jenkins on Java 9.
(issue 49737, full changelog)
Display estimated remaining time again for Pipeline jobs (regression in 2.92).
(issue 48821)
Revert update of PrototypeJS in 2.110 due to regression.
(issue 49968)
Do not show an error message when renaming an item before changing the name.
(issue 49906)
Improve robustness in case a build with parameters was stored with a null list of parameters.
(issue 39495)
Setup wizard did not properly display form validation errors in "Create First Admin User" form.
(issue 45387)
Prevent FileNotFoundException in hudson.Util#loadFile in case of race condition.
(issue 49971)
Ignore misplaced config.xml file directly in users/ directory.
(issue 32599)
Developer: Introduce hudson.util.TextFile#linesStream for file stream processing with proper error propagation.
(pull 3211, pull 3340)
Internal: Choose more mnemonic artifactIds for modules not consumed externally.
(pull 3311)