Commit Diff


commit - 29531e41957b073754c7dce9826dbfe150fd6e60
commit + 7b15f394cc48dec0639dc34a1cf939a4f20f08d3
blob - eb9764554e87c433f80b6ea36e0c054ffee324ef
blob + 49b8b3dd65d8f08b9691cbabd0f3ed3c5a5188d2
--- index.html
+++ index.html
@@ -62,7 +62,7 @@
       </h1>
 
       <p id="callout">
-      <a href="releases/CHANGES">Game of Trees 0.97</a> released March 11, 2024
+      <a href="releases/CHANGES">Game of Trees 0.98</a> released April 23, 2024
       <br>
       <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.97</a> released March 11, 2024
 
blob - 60abbfb88cb329e1dd3cb9a98b5ac8972fbcaeff
blob + d9ffea345b18dd27d75edb6ee449b832fb1627e3
--- releases/CHANGES
+++ releases/CHANGES
@@ -1,3 +1,27 @@
+* got 0.98; 2024-04-23
+  see git repository history for per-change authorship information
+- speed up got tag -l by caching timestamps in got_ref_cmp_tags() 
+- provide a macro for vi(1) path for use by -portable at compile time
+- avoid a rename/stat race when gotd installs a new pack and then uses it
+- make 'got ref -l' output consistent when packed references exist
+- make 'got ref -l' work consistently when a reference argument is given
+- add initial support for notifications to gotd(8), via email and http/json
+- display process title in syslog when a gotd child process exits
+- hide a pointless end-of-file error on imsg pipe in libexec helpers
+- plug a memory leak in 'got blame'
+- add support for topological sorting to the commit graph
+- add log -t option which enables topological sorting of commits
+- make 'got rebase' find a merge base with topological sorting if needed
+- call unveil(2) earlier during import, commit, histedit, and tag commands
+- make 'got status' display interrupted rebase, histedit, and merge operations
+- got.1: escape Eq since it's a GNU roff macro, to fix rendering in -portable
+- regress: use seq instead of jot, for portability reasons
+- get rid of unnecessary "dns inet" pledge promises while fetching via git://
+- add http clone/fetch support using a new got-fetch-http helper
+- drop git+ssh protocol name from documentation; Git has done the same
+- require -R option for staging or unstaging directory contents
+- got patch: fix applying on empty files
+
 * got 0.97; 2024-03-11
   see git repository history for per-change authorship information
 - improve error messages shown upon execv failure 
blob - /dev/null
blob + 1d61658a625329e312c91298242d596bf6feba48 (mode 644)
Binary files /dev/null and releases/got-0.98.tar.gz differ