Changelog for 2.317
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.317
(2021-10-19)
-
Screen Resolution cookie now has the
secure
flag set when Jenkins is running on HTTPS.
(issue 49675)
-
Deprecate the
-cp
option in the remoting agent.jar command line.
Upgrade from Remoting 4.10 to Remoting 4.11.
(pull 5821, issue 64831, Remoting 4.11 changelog)
-
Display ongoing build in build history (regression in 2.314).
(issue 66753)
-
Fix agent handshake when connecting over Websocket on Java 11.
Upgrade from Remoting 4.10 to Remoting 4.11.
(pull 5821, issue 61212, Remoting 4.11 changelog)
-
Reduce the amount of disk writes to
logs/tasks/*.log
when nothing interesting is happening.
(issue 66854)