Commit c57e65c96966b9264b0e84ce5b5c4951dfd43c1e

Stefan Sperling 2022-06-18T17:02:58

CHANGES for 0.72

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CHANGES b/CHANGES
index a5e3571..b9de795 100644
--- a/CHANGES
+++ b/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)