Skip to content

Commit e60a8b6

Browse files
committed
docs: Update release notes
1 parent 5b0ce83 commit e60a8b6

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

releases.moxie

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,40 @@ r32: {
55
title: ${project.name} ${project.version} released
66
id: ${project.version}
77
date: ${project.buildDate}
8-
note: ~
8+
note: ''
9+
The 1.9 minor version will be the last to support Java 7. From 1.10 on Gitblit will require Java 8.
10+
''
911
html: ~
1012
text: ~
1113
security: ~
1214
fixes:
1315
- Fix raw links broken for branches with a forward slash in the name (issue-1290, issue-1234, issue-813)
14-
- Fix markdown links to files in subfolders (issue-1358)
15-
changes: ~
16+
- Fix markdown links to files in subfolders (issue-1358, pr-1392 by @TomaszSzt)
17+
- Fix high CPU load when saving huge users.conf file (pr-1364 by @Curly060)
18+
- Fix broken encoding in Norwegian language file (issue-834, pr-1379)
19+
- Fix various issues (typos, broken and duplicate keys) in language properties files (pr-1380 by @flaix)
20+
- Fix mirrored HTTP(S) with a user name and password (issue-1059, pr-1381 by @edram)
21+
- Fix relative time display being off on activity page (issue-800, issue-1248, pr-1382)
22+
- Fix URL encoding for links to raw view for files (issue-1375, pr-1383)
23+
- Resolve StackOverflowErrors on page serialization (issue-1011, pr-1141 by @tomaswolf)
24+
changes:
25+
- Updated traditional Chinese translation (pr-1367 by @YMNNs)
26+
- Make it possible to call the Windows batch commands on the command line from a different folder (pr-1370 by @Zwixx)
1627
additions:
17-
- Add service scripts for FreeBSD (pr-1345)
28+
- Add service scripts for FreeBSD (pr-1345 by @davehofmann)
29+
- Add Russian translation (pr-1343 by @vhot2076)
1830
dependencyChanges:
1931
- update to Mockito 2.28.2
2032
contributors:
33+
- Florian Zschocke
2134
- David Hofmann
35+
- @YMNNs
36+
- Ingo Lafrenz
37+
- Christian
38+
- @edram
39+
- Vladimir A.
40+
- Tomas Wolf
41+
- Tomasz Szt
2242
}
2343

2444
#

0 commit comments

Comments
 (0)