Commit Diff


commit - 563cdb4ddc122d3864ab2e70338a6132bfb52938
commit + fcb962e5de1bfd41ddbcbe7d3e47b3dabf7e5090
blob - b544918f818ecab3910d7052efcd6bdf72e3390f
blob + 07ed1347ee0035935b378b6c35fb2ea104b661ef
--- index.html
+++ index.html
@@ -62,7 +62,7 @@
       </h1>
 
       <p id="callout">
-      <a href="releases/changes.html">Game of Trees 0.115</a> released June 27, 2025
+      <a href="releases/changes.html">Game of Trees 0.116</a> released July 25, 2025
       <br>
       <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.115</a> released June 27, 2025
 
blob - fe04a2561a8db7974d2aec5c06013f259369c66f
blob + 32d497bdda762e17749da4137cc8a60bffe3ad49
--- releases/CHANGES
+++ releases/CHANGES
@@ -1,3 +1,17 @@
+* got 0.116; 2025-07-25
+- make our pack-refs header format align with the expectations of git 2.50.0
+- fix bogus "bad offset in pack file" errors wrongly raised by gotd
+- fix gotd branch protection rejecting commits that already exist on server
+- pick a default branch to clone when the server does not advertise HEAD symref
+- do not clobber changes staged via stage -p during "got revert"
+- enforce additional restrictions on reference names specified in gotsys.conf
+- change gotwebd favicons to show the smiley fish only
+- fix gotd reload when /etc/gotd-secrets.conf is used
+- fix bogus "raw object has unexpected size" errors during deltification
+- fix bug in delta block stretch size calculation resulting in invalid deltas
+- fix gotsysd behaviour when the anonymous user is removed from gotsys.conf
+- add support for email and http/json notifications to gotsysd and gotsys.conf
+
 * got 0.115; 2025-06-27
 - make errors reported by gotsys-apply-conf actually visible
 - stop trying to start gotd from gotsys-apply-conf if gotd is not running
blob - 85150569a833acf561955df574968df88cdc1b4e
blob + 4f38c9a29d80abca74b3d150feb8b22d2cc473a2
--- releases/changes.html
+++ releases/changes.html
@@ -23,6 +23,45 @@ See the
 history for per-change authorship information.
 </p>
 
+<h3 id="2025-07-25"><a href="#2025-07-25">Game of Trees 0.116 - 2025-07-25</a></h3>
+<ul>
+<li>
+make our pack-refs header format align with the expectations of git 2.50.0
+</li>
+<li>
+fix bogus "bad offset in pack file" errors wrongly raised by gotd
+</li>
+<li>
+fix gotd branch protection rejecting commits that already exist on server
+</li>
+<li>
+pick a default branch to clone when the server does not advertise HEAD symref
+</li>
+<li>
+do not clobber changes staged via stage -p during "got revert"
+</li>
+<li>
+enforce additional restrictions on reference names specified in gotsys.conf
+</li>
+<li>
+change gotwebd favicons to show the smiley fish only
+</li>
+<li>
+fix gotd reload when /etc/gotd-secrets.conf is used
+</li>
+<li>
+fix bogus "raw object has unexpected size" errors during deltification
+</li>
+<li>
+fix bug in delta block stretch size calculation resulting in invalid deltas
+</li>
+<li>
+fix gotsysd behaviour when the anonymous user is removed from gotsys.conf
+</li>
+<li>
+add support for email and http/json notifications to gotsysd and gotsys.conf
+</li>
+</ul>
 <h3 id="2025-06-27"><a href="#2025-06-27">Game of Trees 0.115 - 2025-06-27</a></h3>
 <ul>
 <li>
blob - /dev/null
blob + 69da5c281c66f31b6e87f85d2adc746b8b9e4e26 (mode 644)
Binary files /dev/null and releases/got-0.116.tar.gz differ