File tree Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change 5
5
title: ${project.name} ${project.version} released
6
6
id: ${project.version}
7
7
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
+ ''
9
11
html: ~
10
12
text: ~
11
13
security: ~
12
14
fixes:
13
15
- 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)
16
27
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)
18
30
dependencyChanges:
19
31
- update to Mockito 2.28.2
20
32
contributors:
33
+ - Florian Zschocke
21
34
- David Hofmann
35
+ - @YMNNs
36
+ - Ingo Lafrenz
37
+ - Christian
38
+ - @edram
39
+ - Vladimir A.
40
+ - Tomas Wolf
41
+ - Tomasz Szt
22
42
}
23
43
24
44
#
You can’t perform that action at this time.
0 commit comments