Changelog for 2.258
Legend:
- security fix
- major bug fix
- bug fix
- major enhancement
- enhancement
Community feedback:
- no major issues
- notable issues
- required rollback
What's new in 2.258
(2020-09-22)
-
Migrate the view status filter from views in previous Jenkins releases (regression in 2.240).
(issue 62661)
-
Improve the layout and clarity of the page displayed when jobs are not yet created.
(issue 63592)
-
Update the bundled Mailer plugin from 1.21 to 1.32.1.
(pull 4938)
-
Prevent radio buttons from moving when they are clicked.
(issue 63332)
-
Developer: A
SimpleBuildStep
or SimpleBuildWrapper
can now choose not to require a workspace context (working directory and launcher).
(issue 46175)
-
Developer: PluginServletFilter is now final, making it impossible for plugins to mistakenly define their own.
(issue 63682)