1.9.2
Update Note
The 1.9 minor version is the last to support Java 7. From 1.10 on Gitblit will require Java 8.
Fixes
Fixes
- Fix raw links broken for branches with a forward slash in the name (issue #1290, issue #1234, issue #813)
- Fix markdown links to files in subfolders (issue #1358, PR #1392 by @TomaszSzt)
- Fix high CPU load when saving huge users.conf file (PR #1364 by @Curly060)
- Fix broken encoding in Norwegian language file (issue #834, PR #1379)
- Fix various issues (typos, broken and duplicate keys) in language properties files (PR #1380 by @flaix)
- Fix mirrored HTTP(S) with a user name and password (issue #1059, PR #1381 by @edram)
- Fix relative time display being off on activity page (issue #800, issue #1248, PR #1382)
- Fix URL encoding for links to raw view for files (issue #1375, PR #1383)
- Resolve StackOverflowErrors on page serialization (issue #1011, PR #1141 by @tomaswolf)
- Fix double encoding links in Markdown/Wiki pages (issue #864)