Changelog for 2.339
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.339
(2022-03-15)
-
Winstone 5.24 - Add an option to write the listening port to a file.
Remove automatic self signed certificate if TLS is specified but no keystore
(pull 5928, issue 66379, Winstone 5.23 changelog, Winstone 5.24 changelog)
-
Make "Unavailable" label in plugin manager theme-able
(issue 67953)
-
Support Java 17 without
--add-opens
command-line options.
(pull 6356)
-
Remove unnecessary log spam when starting Jenkins under
systemd
on Debian 11 (regression in 2.333 and 2.332.1).
(issue 67995)
-
Prefer
--httpPort
from JENKINS_ARGS
over HTTP_PORT
when the two differ.
(issue 68007, pull 296 (packaging))
-
Improve appearance of the changeset box (regression in 2.335).
(pull 6343)
-
Prevent multiline letters from being cut off on the changeset view tab.
(pull 6344)
-
Skip corrupted fingerprint files.
(issue 67602)
-
Deprecate
PosixException
in favor of IOException
.
(pull 6345)