commit b5a9c48e45a3b875063c98d667eabb4e243a8b75 from: Stefan Sperling date: Wed May 14 11:18:40 2025 UTC publish got 0.112 commit - 8d1ce0c1dc2e57de21ea7dbd3d2d2365db94944b commit + b5a9c48e45a3b875063c98d667eabb4e243a8b75 blob - ac6dde8fc32f42be71f63342dd6e75e214c0a47c blob + 769369adcaab844a3eac1b3b15a430a48d8be237 --- index.html +++ index.html @@ -62,7 +62,7 @@

- Game of Trees 0.111 released April 22, 2025 + Game of Trees 0.112 released May 14, 2025
Game of Trees -portable 0.111 released April 22, 2025 blob - 4941325b23567a1d0d90374d752d8b127a89a134 blob + 41109ea663945889f51798fd4e2a3efde8b890d3 --- releases/CHANGES +++ releases/CHANGES @@ -1,3 +1,11 @@ +* got 0.112; 2025-05-14 +- remove /tmp/got-importmsg temp files when import commit message is left empty +- rely on secondary _gotwebd groups if repos_path is not owned by _gotwebd group +- fix unrelated errors being reported if a histedit operation is aborted +- implement support for protected references in gotsys.conf and gotsysd +- plug memory leaks in some libexec helpers and in the gitconfig parser +- stop needlessly opening the repository whenever a work tree is opened + * got 0.111; 2025-04-22 - introduce gotsysd: configure gotd servers by committing to gotsys.git repo - make gotd run 'gotsys check' on gotsys.conf commits before accepting them blob - 83d249b7834e7d3a91e6cabf07651651e4d3ec80 blob + 147559fa6ed64b47b580f4f29e6a67b1381f9d97 --- releases/changes.html +++ releases/changes.html @@ -22,6 +22,27 @@ See the history for per-change authorship information.

+

Game of Trees 0.112 - 2025-05-14

+

Game of Trees 0.111 - 2025-04-22