Commit dc74ba2524f6c9fb37d088221b20bebe334065ed

Stefan Sperling 2019-08-30T10:25:26

changes for 0.13

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CHANGES b/CHANGES
index 676be42..d18b58c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+* got 0.13; 2019-08-30
+- fix several possible leaks, use after frees, and NULL derefs (hiltjo)
+- tog: mbs2ws: fix sizeof of element for memory allocation (hiltjo)
+- fix deletion of branches stored in packed-refs
+- fix 'got log path' in a work tree with a path prefix (with Evan Silberman)
+
 * got 0.12; 2019-08-26
 - add support for path arguments to 'got cat'
 - make 'got log -p path' display patches for the specified path only