jenkins.ui.refresh system property to true.
JENKINS-60920
hudson.Functions.hidingPasswordFields to false.
pull 3991
Inbound TCP Agent Protocol/1, Inbound TCP Agent Protocol/2, and Inbound TCP Agent Protocol/3.
Update Remoting from 3.36 to 4.2 to remove unsupported protocols and add WebSocket support.
JENKINS-60381, Remoting 3.40 release notes, Remoting 4.0 release notes, Remoting 4.0.1 release notes, Remoting 4.2 release notes
SYSTEM_CONFIG_LOADED, SYSTEM_CONFIG_ADAPTED, JOB_CONFIG_ADAPTED.
JENKINS-51856
jenkins.ui.refresh system property to true.
Currently it includes a new header color scheme, more changes to be added as a part of the UI/UX revamp.
pull 4463, JENKINS-60920, JEP-223, Jenkins UX SIG
Overall/Manage permission which allows a user to configure parts of the global Jenkins configuration without having the Overall/Administer permission.
This is an experimental feature, disabled by default, that can be enabled by setting the jenkins.security.ManagePermission system property to true.
pull 4501, JENKINS-60266, JEP-223
Overall/SystemRead permission, which gives (almost) full read access to the Jenkins instance.
The permission is disabled by default, install the Extended Read Permission plugin to activate it.
pull 4506, JENKINS-12548, JEP-224, Extended Read Permission plugin
WORKSPACE_TMP may now be used from (non-Pipeline) builds to access a temporary directory associated with the build workspace.
JENKINS-60634
Overall/RunScripts, Overall/UploadPlugins, and Overall/ConfigureUpdateCenter permissions.
Permissions were announced as dangerous and disabled by default in major authorization plugins in 2017.
Custom authorization strategy implementations that grant Overall/Administer without implying one or more of these three permissions will no longer work as expected.
Configurations that grant any of these permissions to users without Overall/Administer will no longer work as expected.
pull 4365, JENKINS-60266, JEP-223, 2017-04-10 security advisory for Matrix Authorization plugin, 2017-04-10 security advisory for Role-Based Authorization plugin