commit d94f55aceae1ee256fb8b27d30996dd719eb9bd1 from: Stefan Sperling date: Mon Apr 05 11:56:09 2021 UTC publish got 0.52 commit - a1ea10520dc1313cd95d28aecc5c7288132474c5 commit + d94f55aceae1ee256fb8b27d30996dd719eb9bd1 blob - 02a2d3cfdb59a46d57aae9a82acc494124d52183 blob + 4a53a740438c103a95a531a50d5f7187e292df4b --- releases/CHANGES +++ releases/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 blob - /dev/null blob + cd66c0c0778ce6a374d04b87dfdc983204aff74c (mode 644) Binary files /dev/null and releases/got-0.52.tar.gz differ