Update status icon of a build when the build is finished
(issue 16750)
The Plugin Manager now provides easier selection for applicable plugin updates with options to select "All", "Compatible" or "None".
The selection of "Compatible" plugins (previously "All") has been fixed to exclude all that contain any compatibility warnings.
(issue 56477)
Remove misleading references to Java Web Start and JNLP from GUI surrounding inbound Jenkins agents.
(pull 3998)
Ensure that Remoting objects are being serialized only through Remoting channels.
Certain classes which were never designed for persistence in XML will no longer be serialized to disk:
FilePath, [Stream]TaskListener, and ProcessTree.
(issue 47896)
Fix some errors seen in the Linux agent installers.
(issue 57071)
Make Debian/Ubuntu launcher script work with Java 11.
(issue 57096)
Developer: Make ${port} be honored by mvn -f war hudson-dev:run.
(pull 3984)