A specific and rarely encountered internal error now again correctly shows details about the cause (regression in 2.292).
(pull 5537)
Improve contrast for the checkbox in the login page.
(pull 5536)
Jenkins redirects users to the previous page after login even if they were able to view it while not logged in (regression in 2.266).
(issue 64991)
Developer: View is now a DescriptorByNameOwner allowing its use as AncestorInPath.
(pull 5533)
Remove the Bytecode Compatibility Transformer library and related code from Jenkins core.
Developer: Plugins that rely on the hudson.model.Queue$Item#id or hudson.model.AbstractProject#triggers fields must be updated to call the corresponding getters.
(pull 5526, Vertx plugin, Slave Prerequisites plugin)
Developer: Remove JTidy dependency from Jenkins core.
Plugins that use JTidy functionality must be updated to explicitly declare a dependency on JTidy rather than relying on Jenkins core to provide this library.
(pull 5521, NIS notification lamp plugin)