commit d34046a73f8c55d804d0dfe6174b15b7dcf4905f from: Stefan Sperling date: Mon Apr 05 11:52:46 2021 UTC CHANGES for 0.52 commit - 7495ec13694c2696ee3fd6c7b4ec3e8f09e98f89 commit + d34046a73f8c55d804d0dfe6174b15b7dcf4905f blob - 02a2d3cfdb59a46d57aae9a82acc494124d52183 blob + 4a53a740438c103a95a531a50d5f7187e292df4b --- CHANGES +++ CHANGES @@ -1,3 +1,13 @@ +* got 0.52; 2021-04-05 +- fix error checking in dial_ssh() +- increase pack index cache size from 16 to 64 to improve performance +- fix off-by-one in got_repo_cache_pack() causing the wrong pack to be evicted +- cap pack file cache size at 1/8 of the current open file desciptor limit +- when reading a pack index byte-swap fields at compile-time where possible +- diff: reduce duplicate code (kn) +- fix "mandoc -T lint" WARNINGS and ERRORS, add missing word (kn) +- fix open file descriptor leak in error path of read_object_header_privsep() + * got 0.51; 2021-03-23 - deltify.c: explicitly include for be64toh() - rebase/histedit -l: error out if no backups for the requested branch exist