From dc52eb2d432cef90be3c8fee69f927c4aa5b0cfb Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Sun, 11 Feb 2018 18:15:51 -0500 Subject: Update CHANGES.txt --- src/CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index d2587e3..2fc06fe 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -37,6 +37,12 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE - Updated manpage scons.xml to fix a nested list problem - Updated doc terminionly: use prepend instead of append as appropriate + From Jonathon Reinhart: + - Replace all instances of `int main()` in C code with `int main(void)`. + Specifically, this fixes the test cases use by Configure.CheckCC() which + would fail when using -Wstrict-prototypes. + + RELEASE 3.0.1 - Mon, 12 Nov 2017 15:31:33 -0700 From Daniel Moody: -- cgit v0.12