2022-04-09 |
NoteThe 1.9 minor version is the last to support Java 7. From 1.10 on Gitblit will require Java 8.
security
|
PENDING |
NoteFrom 1.10.0 on Gitblit requires Java 8 as minimum Java version.Should you have disabled the Flash-based copy-to-clipboard function because it wasn't working anymore (web.allowFlashCopyToClipboard = false), you may want to rethink this and enable it again. The configuration property has the same name, but the mechanism was exchanged. Flash is gone, and a modern JavaScript solution is now used to copy text directly to the clipboard (via clipboard.js). The setting 'server.requireClientCertificates' now has three values: required, optional and none. While 'required' is synonymous to the old 'true' value, and 'optional' is synonymous to the old 'false' value, the new 'none' value results in the server never asking the client to present any client certificate at all. The old values 'true' and 'false' can still be used and keep their meaning.
security
fixes
changes
additions
new settings
dependency changes
contributors
|