commit 13ab3555c0a8cc4e77df44b1cd27ad1c1da9985c from: Stefan Sperling date: Sat Dec 28 16:25:55 2024 UTC publish got 0.107 commit - d9860f778af9302fd7c4a702f8d442b6a0282297 commit + 13ab3555c0a8cc4e77df44b1cd27ad1c1da9985c blob - b069911e8deca59d259fbc63415c48a51ff17826 blob + 5ecc5d02b17b096673a2af98676377cc2f8c484b --- index.html +++ index.html @@ -62,7 +62,7 @@

- Game of Trees 0.106 released November 21, 2024 + Game of Trees 0.107 released December 28, 2024
Game of Trees -portable 0.106 released November 28, 2024 blob - 7dcd018588438d41dfde0e6f8b78425bc72ae5d6 blob + 102aa515d6ded3a6d48b89ad1561662762b934fa --- releases/CHANGES +++ releases/CHANGES @@ -1,3 +1,26 @@ +* got 0.107; 2024-12-28 +- gotwebd.css styling tweaks +- hide ssh debug output during fetch/send -v, keep showing it at -vv and -vvv +- discern mixed-commit worktree diffs with commit ID headers +- gotwebd: avoid printf("%s", NULL) when path parameter is not in query +- implement a regression test harness for gotwebd +- fix free() called with bogus pointer in 'got fetch'; regression from 0.106 +- ensure config privsep children get collected upon error to prevent zombies +- fix some fprintf(3) failure checks +- gotwebd: replace strftime(3) with asctime_r(3) for the sake of consistency +- tweak gotwebd log message levels, and log requests in verbose (-v) mode +- prevent out-of-bounds read during gotwebd fcgi record debugging +- implement tog work tree diff support via log view and CLI +- improve error reporting when 'got patch' encounters malformed patches +- improve got_opentemp_named_fd error reporting by showing the path template +- add ssh -J jumphost support to got and cvg commands which use the network +- add regression tests checking for memory leaks with Otto malloc and ktrace +- got tag: change -s signer to -S signer +- got tag: provide one-line output mode via new -s option +- tog: use wtimeout(3) instead of nodelay(3) to honour our display refresh rate +- switch got_pathlist data store from TAILQ to RB-tree +- plug many memory leaks, some of which affected gotwebd in particular + * got 0.106; 2024-11-21 - prevent gotd from exiting with pending notifications if client disconnects - convert got to the new imsg API blob - 889a3e170f054c59cc2ad52cf6d4363c94d5d3dc blob + ff129922ca847e411cabc6d43a0e0e93aaedd21c --- releases/changes.html +++ releases/changes.html @@ -22,6 +22,72 @@ See the history for per-change authorship information.

+

Game of Trees 0.107 - 2024-12-28

+

Game of Trees 0.106 - 2024-11-21