Commit 1d2efe4212a1b48595987f5494daa84187a94e90

Stefan Sperling 2020-02-21T08:28:20

changes for 0.27

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/CHANGES b/CHANGES
index 23c488c..bec82c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+* got 0.27; 2020-02-21
+- fix gotweb build with -O2 on sparc64 (tracey; reported by kmos)
+- add next/prev navigation to gotweb commit briefs and commits pages (tracey)
+- add new gotweb tags page and ability to navigate all tags (tracey)
+- ensure gotweb's libexec helpers inherit build flags from parent directories
+- allow 'got ref' to manipulate refs which do not have a slash in their name
+- add an optional path argument to 'tog tree'
+- fix misplaced tog search prompt in split-screen views
+
 * got 0.26; 2020-02-17
 - initial release of gotweb(8), a repository server for web browsers (tracey)
 - fix a segfault in 'got backout' (tracey, reported by semarie)