Commit Diff


commit - 72314d84615677d01fc08ca809e15575b46224c2
commit + 1d2efe4212a1b48595987f5494daa84187a94e90
blob - 23c488c293ab1803c5e903e6dc1e30dc13f28bd7
blob + bec82c4854e9143a4765ead4688b649b9bf881b4
--- CHANGES
+++ 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)