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