commit c7d49e4af4835c9ea9b1215adf4791b08496d58c from: Stefan Sperling date: Tue Aug 29 13:32:37 2023 UTC publish got 0.92 commit - f3c943a01e08766a4cc15cc93a847237c53cb17f commit + c7d49e4af4835c9ea9b1215adf4791b08496d58c blob - b7ba72ddea022edc1f1e859da9e202c6e772f824 blob + e74c626acba3fb665f281770e363cb35c4b26c79 --- index.html +++ index.html @@ -62,7 +62,7 @@

- Game of Trees 0.91 released July 19, 2023 + Game of Trees 0.92 released August 29, 2023
Game of Trees -portable 0.91 released July 19, 2023 blob - 9a08a73e588c8383f4d6c4d38d7928ce6b69a82e blob + 4ec54382ab108c7b7a114db0904386a6db607eb7 --- releases/CHANGES +++ releases/CHANGES @@ -1,3 +1,27 @@ +* got 0.92; 2023-08-29 + see git repository history for per-change authorship information +- allow modified files to be deleted during merges if content exists in repo +- disallow overlapping repo and work tree in 'got checkout' +- speed up opening of the work tree's file-index +- speed up deltification by resizing block hash tables less often +- add support for commit keywords to 'got log -x' +- fix 'got log -dPp' diffstat duplication bug +- improve out-of-date reporting accuracy in 'got branch -l' output +- document that the log -d option implies log -P +- prevent file-index corruption via deletion of missing locally-added files +- prevent a double-free in got_worktree_commit +- fix regression from 0.76: 'got diff' output matches /usr/bin/diff -p again +- gotsh: do not set POLLOUT flag if there is no data to send, for portability +- gotd: stop logging "unexpected end of file" when client decides to disconnect +- make gotd flush pending messages before disconnecting the client upon success +- gotwebd: fix bogus modification times displayed when show_repo_age is off +- tog: show work tree base commit marker in the log view +- tog: fix an infinite loop that could be triggered via log view search +- plug a memory leak in tog's blame view +- tog regress: prevent crash in ncurses when Ctrl-C is used to cancel test runs +- tog regress: fix occasional failures due to commit timestamp mismatch +- regress: nix 'set -A' kshism from tests for portability + * got 0.91; 2023-07-19 see git repository history for per-change authorship information - use _POSIX_HOST_NAME_MAX from for portability blob - /dev/null blob + e32eb28669463b8ef5be83e4379281549d962e7a (mode 644) Binary files /dev/null and releases/got-0.92.tar.gz differ