commit 92dfd869aab759d18b3079146edbaa5ffa7d64d1 from: Stefan Sperling via: Thomas Adam date: Tue Nov 08 21:20:54 2022 UTC CHANGES for 0.79 commit - 24d640c0fc251bf1dbdcb65f311b13f39ed4d33e commit + 92dfd869aab759d18b3079146edbaa5ffa7d64d1 blob - 58d9841511822c15006e19116bc4d2ca6c90013a blob + 7bfeb3fb8ca244c00ba81bdcabb4e385e300ef10 --- CHANGES +++ CHANGES @@ -1,3 +1,15 @@ +* got 0.79; 2022-11-08 +- repair build on OpenBSD/sparc64 (patch by Ted Bullock) +- fix crash in gotd if client gets disconnected on error (reported by Mikhail) +- fix crash in got-send-pack when server does not announce any capabilities +- make gotd work as intended on an empty repository +- prevent freeing of bogus pointers in got_inflate_end() and got_deflate_end() +- reduce delta cache size to avoid running out of memory on large pack files +- add missing free of delta buffers in several error paths +- make 'got clone -b' work for repositories which lack a valid HEAD reference +- use sub-second precision when checking for objects/pack/ modification +- fix capabilities announced by gotsh when no references exist in repository + * got 0.78; 2022-11-03 - gotsh.1: Use Sx for referencing EXAMPLES (patch by Josiah Frentsos) - change got_pack_parse_offset_delta tslen argument to size_t (op)