Commit Diff


commit - 731794c0785fc65c81afa0613bb4712e5fd986a2
commit + 89fed1f113b6f6e58fbf83b38af9d93db6ab4ea5
blob - 3685f29aa0cd4d57105c460c295f5e5a7c00e670
blob + 20b79919e8a336925ca4e0f057a49a2a72e3db1e
--- index.html
+++ index.html
@@ -62,7 +62,7 @@
       </h1>
 
       <p id="callout">
-      <a href="releases/CHANGES">Game of Trees 0.99</a> released May 05, 2024
+      <a href="releases/CHANGES">Game of Trees 0.100</a> released Jun 03, 2024
       <br>
       <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.99</a> released May 05, 2024
 
blob - 8f84a3bf8239c542dba8f7fd11b47bab343e8474
blob + 91d6fd9be495b87a6909b765eb72e3b55daee5f0
--- releases/CHANGES
+++ releases/CHANGES
@@ -1,3 +1,33 @@
+* got 0.100; 2024-06-03
+  see git repository history for per-change authorship information
+- abort if we see a sha2 hash to quiet a potential compiler warning
+- switch to using readdir because readdir_r is deprecated
+- show hint about update -b if the user attempts to rebase a branch onto itself
+- in got.1 EXAMPLES, mention how files can be moved or renamed
+- fix running gotd regress in release tarball sources
+- in gotd.8 add an example which illustrates how to create repositories for gotd
+- don't leak the existence of gotd repositories to unrelated user accounts
+- fix empty notification messages with multiple gotd notification targets
+- display abbreviated commit/tag IDs in email notification subject lines
+- fix Date header generated by got-notify-email
+- regress: make server tests more robust against race hazard
+- regress: replace userinfo(8) with the more common getent(1)
+- fix wrong errno check in bufio_close_sync(), i.e. got-fetch-http
+- bufio: crank BIO_CHUNK up to 64k for improved http fetch performance
+- gotwebd.conf: remove `listen on socket off' and `unix_socket off' options
+- gotwebd.conf: make `listen' a top-level statement
+- gotwebd.conf: remove unix_socket_name option
+- gotwebd.conf: allow changing the user ID which gotwebd runs as
+- gotd/gotwebd: unify log.c
+- gotwebd: use less temporary files in /tmp
+- gotd/gotwebd: hide log_info() behind -v and log_debug behind -vv options
+- fix confusing error message from 'got commit' upon uncommitable paths
+- gotwebd: use the last matching fastcgi parameter if multiple parameters match
+- gotwebd: remove previd and prevset query string parameter, they were unused
+- plug 'got diff obj1 obj2' line metadata memory leak
+- fix interop with servers that do not use Git protocol sidebands, such as git9
+- reintroduce the 'got init' command as an alternative to 'gotadmin init'
+
 * got 0.99; 2024-05-05
   see git repository history for per-change authorship information
 - make 'got fetch' work with URLs which refer to $HOME via a tilde: ~user
blob - /dev/null
blob + bb6eb254e589d42c1ee64642f869165b6676d774 (mode 644)
Binary files /dev/null and releases/got-0.100.tar.gz differ