commit 59d2a52797f205b2176ef4355dba0664d8844285 from: Stefan Sperling date: Sun Aug 17 11:19:34 2025 UTC publish got 0.117 commit - 80fff560bff4f2604a0bd37a3030e856b347befc commit + 59d2a52797f205b2176ef4355dba0664d8844285 blob - e806032d259b32590baf1c234cf9c85322c45616 blob + be9a9af99b982f43929a91b5d059d83e4fb32175 --- index.html +++ index.html @@ -62,7 +62,7 @@

- Game of Trees 0.116 released July 25, 2025 + Game of Trees 0.117 released August 17, 2025
Game of Trees -portable 0.116 released July 26, 2025 blob - 32d497bdda762e17749da4137cc8a60bffe3ad49 blob + 1f587aa8a7f2fed691836ae62b45550fbc7f0b6a --- releases/CHANGES +++ releases/CHANGES @@ -1,3 +1,15 @@ +* got 0.117; 2025-08-17 +- regress: replace "sed -i" with ed(1) for portable in-place editing +- ensure that error messages from gotsysd libexec helpers get logged +- fix gotsysd using wrong auth and hmac labels in the generated gotd.conf +- preserve bad symlinks across merges during rebase and histedit +- improve binary files detection: detect any control characters, not just NUL +- gotwebd: fix race condition resulting in trucated html with trailing garbage +- make commit coloring faster and more accurate, producing smaller pack files +- improve selection of pack files for pinning in the open pack file cache +- regress: don't load global/home git configuration files while running tests +- make 'got clone' set a got.conf default branch for fetching only, not sending + * 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 blob - 4f38c9a29d80abca74b3d150feb8b22d2cc473a2 blob + 54b1b1916f8d17558d0d2add2123919ab3ed36f2 --- releases/changes.html +++ releases/changes.html @@ -23,6 +23,39 @@ See the history for per-change authorship information.

+

Game of Trees 0.117 - 2025-08-17

+

Game of Trees 0.116 - 2025-07-25