commit 6a3f2fe411dae53f8345046d032aa84a4fa2af8d from: Stefan Sperling date: Mon Sep 21 12:15:03 2020 UTC changes for 0.40 commit - ce79a7f1813fcf055006285f58373629712607ec commit + 6a3f2fe411dae53f8345046d032aa84a4fa2af8d blob - ef2e6f72529ce28e0a35d889093022653012a354 blob + 2c7437e956ece7291ffaca5be22897c11155e38f --- CHANGES +++ CHANGES @@ -1,3 +1,15 @@ +* got 0.40; 2020-09-21 +- do not rely on to pull in (naddy) +- remove unused #includes from the new got-read-gotconfig/parse.y (naddy) +- document our default choice of text editor (suggested by Ricky Cintron) +- in tests, replace ksh syntax with POSIX arithmetic expressions (naddy) +- fix got.conf overriding GOT_AUTHOR even if no author is set in got.conf +- in tests, expand arguments in shell script for POSIX compatibility (naddy) +- fix crash in got_free_gotconfig() +- in cmd_checkout() handle basename(3) modifying its argument for portability +- print newline to clear the bottom line when tog exits (naddy) +- install got-read-gotconfig into gotweb's chroot environment + * got 0.39; 2020-09-14 - add -q option to tests for quiet output and use it for 'make regress' - document how to re-create a corrupt or missing file index in got-worktree(5)