Commit eab2e76a2143b6bd2dc8f23b515d86a6c16796ac

Stefan Sperling 2019-09-23T11:25:04

CHANGES for 0.16

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/CHANGES b/CHANGES
index e1f7a0e..84535d3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+* got 0.16; 2019-09-23
+- replace fgetln(3) with getline(3) for portability (patch by Steven McDonald)
+- fix implicit time.h includes (patch by Steven McDonald)
+- fix tiny memory leaks and other minor bugs found by jj@ with scan-build
+- fix missing error checks (found by jj@ with scan-build and by Steven McDonald)
+- avoid a couple of potential NULL derefs (found by jj@ with scan-build)
+- fix cosmetic display issues involving \n and TABs in tog(1)
+
 * got 0.15; 2019-09-08
 - use author name/email from ~/.gitconfig if GOT_AUTHOR is not set
 - obtain repo format version and commit author name/email from .git/config