commit d105cac4926a57030206eb8c43050d895735ecb8 from: Stefan Sperling date: Wed Jan 22 13:58:38 2025 UTC publish got 0.108 commit - 18c7f187dd0954d6a3115bf7f1da3c9b385fca60 commit + d105cac4926a57030206eb8c43050d895735ecb8 blob - 49a9fc1f4fdfbb58e4c6bc70090059bcf5c2bd19 blob + 48b160e6aaddf3bda04583fb5900003af8dd6c9b --- index.html +++ index.html @@ -62,7 +62,7 @@

- Game of Trees 0.107 released December 28, 2024 + Game of Trees 0.108 released January 22, 2025
Game of Trees -portable 0.107 released January 05, 2025 blob - 102aa515d6ded3a6d48b89ad1561662762b934fa blob + 615bd940cdef81f3ef77f96c6f55d0e6da103184 --- releases/CHANGES +++ releases/CHANGES @@ -1,3 +1,26 @@ +* got 0.108; 2025-01-22 +- add ssh -i identity-file support to commands which use the network +- make 'got import' output independent of readdir(3) entry order +- avoid full file content comparisons in 'got status' for speed +- tog: fix NULL deref when log view T keymap is used on worktree entry +- tog: fix a deadlock (hang) in the log view implementation +- tog: plug a memory leak +- tog: do not exit if a tag pointing at a non-commit is selected in ref view +- tog: do nog mark an incorrect base commit in nested log views +- tog: fix NULL deref when scrolling small tree views down +- tog: avoid showing a negative log view entry index +- tog: do not apply a pointless count modifier to the H, &, p keymaps +- tog: do not make users wait for the worktree diff to quit out of tog +- gotwebd: make parent process drop root privileges +- gotwebd: drop read access to /var/www from parent process +- gotwebd: rename "socket" processes to "server" +- gotadmin cleanup: pack the repository before removing objects +- gotadmin cleanup: do not delete directly referenced trees and blobs +- gotadmin cleanup: do not delete objects reachable via nested tags +- regress: skip test memleak_send_basic in sha256 mode; expected to fail +- regress: make seq(1) invocations portable to fix test failures on linux +- regress/gotwebd: implement paginated commits test + * 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 blob - ff129922ca847e411cabc6d43a0e0e93aaedd21c blob + 0b030bac90fd862cccb7e8afb67c09f3803e2928 --- releases/changes.html +++ releases/changes.html @@ -22,6 +22,72 @@ See the history for per-change authorship information.

+

Game of Trees 0.108 - 2025-01-22

+

Game of Trees 0.107 - 2024-12-28