Skip to content

Commit f751da2

Browse files
committed
doc: Update release notes.
1 parent 6278f9a commit f751da2

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

releases.moxie

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ r34: {
66
id: ${project.version}
77
date: ${project.buildDate}
88
note: ''
9-
From 1.10.0 on Gitblit requires Java 8 as minimum Java version.
9+
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).
1010

11-
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).
11+
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.
1212

13-
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.
13+
From 1.10.0 on Gitblit requires Java 8 as minimal Java version.
1414

1515
''
1616
html: ~
1717
text: ''
1818
Highlights:
1919

2020
* Support for ECDSA and Ed25519 SSH keys
21-
* Move to Java 8
2221
* Explicitly disable requesting optional client TLS certificates
2322
* Copy-to-clipboard button is back and working
23+
* Minimal required Java version is Java 8
2424

2525
While old DSA SSH host keys can still be used, a new Gitblit installation will no longer
2626
generate a DSA host key. The default set of host keys is now RSA, ECDSA and Ed25519.
@@ -40,30 +40,41 @@ r34: {
4040
- Fix errors in Bugtraq preventing display of commit completely.
4141
- Fix misaligned images in primary repository URL display. (issue-1437)
4242
- Fix incorrect text being copied by copy button on tickets page
43+
- Fix broken language files.
44+
- Fix problems with single quotes in message texts. (pr-1455 by @losiki)
4345
changes:
4446
- Minimum Java required increased to Java 8. (pr-1218 by @paladox)
45-
- Add feedback on invalid keys to SSH key form. (issue-984, pr-1239 by @martinspielmann)
46-
- Replace old Flash-based Clippy copy-paste buttons to copy repository URLs and other text to the clipboard with a modern JavaScript-based approach via clipboard.js. (issue-1241, issue-965, pr-1438 by @flaix)
47+
- Added feedback on invalid keys to SSH key form. (issue-984, pr-1239 by @martinspielmann)
48+
- Replaced old Flash-based Clippy copy-paste buttons to copy repository URLs and other text to the clipboard with a modern JavaScript-based approach via clipboard.js. (issue-1241, issue-965, pr-1438 by @flaix)
49+
- Updated various dependencies that had known CVEs.
50+
- Updated Git clients list on empty repository page.
51+
- Improved Chinese translation of "fork".
52+
- Switched logging library from Log4j1 to reload4j.
4753
additions:
4854
- Option to explicitly disable optional client TLS certificates. (issue-1137, pr-1138 by @oddeirik)
4955
- Support for ECDSA and Ed25519 (EdDSA) user keys. (pr-1427, pr-1272)
5056
- New ECDSA and EdDSA host key types. (issue-1354, pr-1429 by @flaix)
5157
- French version of empty repository page. (by @piradix)
52-
- Add support for Jenkins access token. Use setting 'groovy.jenkinsToken'. (issue-1423, pr-1425 by @TDesjardins)
58+
- Add support for Jenkins access token. Use setting `groovy.jenkinsToken`. (issue-1423, pr-1425 by @TDesjardins)
5359
dependencyChanges:
5460
- update to JavaMail 1.5.6 (pr-1217 by @paladox)
5561
- update to Google Guice 5.1.0
56-
- update to Google Guava 31.1-jre
62+
- update to Google Guava 32.1.3-jre
5763
- update to Google Gson 2.10
5864
- update to Apache commons-io 2.11.0
5965
- update to Apache commons-codec 1.9
60-
- update to Apache commons-compress 1.22
66+
- update to Apache commons-compress 1.24
67+
- update to Apache Tika 1.28.5
6168
- update to libpam4j 1.11
6269
- update to MINA SSHD 1.7.0
70+
- update to MINA Core 2.0.25
6371
- update to BouncyCastle 1.69
6472
- update to Jetty 9.4.49.v20220914 (pr-1213 by @paladox, plus more)
6573
- update to JGit 4.11.9.201909030838-r (pr-1252 by @jvanhercke, plus more)
6674
- update to Bugtraq v0.4
75+
- update to JSoup 1.16.2
76+
- update to slf4j 1.7.36
77+
- replace log4j1 with reload4j
6778
- added clipboard.js, replacing Clippy
6879
settings:
6980
- { name: 'server.requireClientCertificates', defaultValue: 'optional' }
@@ -79,6 +90,8 @@ r34: {
7990
- @xxcdd
8091
- @piradix
8192
- Tino Desjardins
93+
- @xxl-cc
94+
- Egor Shchegolkov
8295
}
8396

8497
#

0 commit comments

Comments
 (0)