commit 5328fb4f56aa32f852d1c88126fd5756bb9cec9e from: Stefan Sperling via: Thomas Adam date: Thu Jun 23 14:09:35 2022 UTC CHANGES for 0.72 commit - 1f4d51624ce2a28d6cd8385d3ec7bef9975db99f commit + 5328fb4f56aa32f852d1c88126fd5756bb9cec9e blob - a5e35711cad07f871d62136bb7abc2796def5c56 blob + b9de79592c8945555c163af5377b195c8ca92839 --- CHANGES +++ CHANGES @@ -1,3 +1,10 @@ +* got 0.72; 2022-06-18 +- fix "bad offset in pack file" error due to uninitialized variable (op) +- initialize all variables used for sending privsep messages to zero (op) +- tog: reset search state after Ctrl-L to fix a use-after-free (op) +- fix unexpected imsg error after incomplete enumeration in got-read-pack +- tog: heed selection cursor position while searching (patch by Mikhail) + * got 0.71; 2022-06-17 - got patch: fail when reading empty hunks (op) - got patch: switch from fseek() to fseeko(), use unary minus (naddy)