commit fcb962e5de1bfd41ddbcbe7d3e47b3dabf7e5090 from: Stefan Sperling date: Fri Jul 25 11:16:13 2025 UTC publish got 0.116 commit - 563cdb4ddc122d3864ab2e70338a6132bfb52938 commit + fcb962e5de1bfd41ddbcbe7d3e47b3dabf7e5090 blob - b544918f818ecab3910d7052efcd6bdf72e3390f blob + 07ed1347ee0035935b378b6c35fb2ea104b661ef --- index.html +++ index.html @@ -62,7 +62,7 @@

- Game of Trees 0.115 released June 27, 2025 + Game of Trees 0.116 released July 25, 2025
Game of Trees -portable 0.115 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.

+

Game of Trees 0.116 - 2025-07-25

+

Game of Trees 0.115 - 2025-06-27