commit eab2e76a2143b6bd2dc8f23b515d86a6c16796ac from: Stefan Sperling date: Mon Sep 23 09:25:04 2019 UTC CHANGES for 0.16 commit - 6dea73dfe78ac9b1bfcc7b80edecc00974c50c38 commit + eab2e76a2143b6bd2dc8f23b515d86a6c16796ac blob - e1f7a0e78cf02c6b71596ccfb0909266e9a7cabb blob + 84535d3e2255778ee93d52643a8d4204b29298d1 --- CHANGES +++ 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