Changelog for 2.89.3
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.89.3
(2018-01-18)
Make sure detached plugins (plugins whose functionality used to be part of Jenkins itself) are installed when upgrading Jenkins past the version at which the plugin was detached.
(issue 48365 )
Make the system property hudson.consoleTailKB
actually work.
(issue 48593 , Jenkins features controlled by system properties )
Fix a performance regression in Jenkins 2.86 due to lock contention in ExtensionList
.
(issue 48505 )
Prevent setup wizard from hanging when the two provided passwords differ, instead show a validation error.
(issue 48080 )
Prevent concurrent installation of Maven on the same node to prevent problems.
(issue 34138 )
Prevent potential NullPointerException
when migrating the default "All View" name for a "My Views" user property.
(issue 48157 )
Cache permission names, allowing Jenkins to recover faster after "stop-the-world" Java GC pauses.
(issue 48349 )
Improve user lookup performance, for example from Git changelog calculation.
(issue 47429 )