Commit Diff


commit - 9e480450288979833de41b898c6ede3678f28993
commit + 216643d4921e55a164349710cb81a92e03b61f66
blob - fe7f8036edc8be39c6def677898375e1f48439b3
blob + aa7cbb08a3c5e44601817a9ab4234dae6f58c8df
--- index.html
+++ index.html
@@ -64,7 +64,7 @@
       </h1>
 
       <p id="callout">
-      <a href="releases/CHANGES">Game of Trees 0.88</a> released April 29, 2023
+      <a href="releases/CHANGES">Game of Trees 0.89</a> released June 5, 2023
       <br>
       <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.88</a> released May 02, 2023
 
blob - 87a4db185c94cdf51bd4ca8ab35cad9efe1ab76d
blob + 40f1825cb023787f5daa62c38be6e09851835639
--- releases/CHANGES
+++ releases/CHANGES
@@ -1,3 +1,23 @@
+* got 0.89; 2023-06-05
+  see git repository history for per-change authorship information
+- gotd: return early after disconnect on auth event error instead of crashing
+- make 'got patch' display statistics about files with conflicts and rejects
+- make 'got diff' not treat \r\n line endings as special
+- fix test failures in test_blame_lines_shifted_skip on certain times of day
+- show reference labels next to commit messages in tog log view
+- some gotwebd refactoring related to handling of file descriptors
+- gotwebd: lower log priority of unexpected disconnections
+- gotwebd: avoid needless double fseek()
+- fix the size of gotwebd's tempfiles array; exposed by errors from ftruncate()
+- simplify ancestry checks in checkout, update, rebase, and merge commands
+- make gitwrapper not fail if programs it wants to run do not exist on disk
+- stop showing backup references in the tog log and diff views
+- consistently use ten Xs in mkstemp(3) templates
+- only delete empty directories which appear in arguments to 'got rm'
+- simplify parsing of host names and IP addresses in gotwebd's parse.y
+- make 'got merge' refuse to run if a merge is in progress
+- make 'got merge -c' fail even if new changes only affect unrelated paths
+
 * got 0.88; 2023-04-29
   see git repository history for per-change authorship information
 - tog: always use alternate charset for vertical/horizontal line
blob - /dev/null
blob + 043a5bfce6a8477cd70dc6056c036bde71ccf37e (mode 644)
Binary files /dev/null and releases/got-0.89.tar.gz differ