From d61fcebe8bdbdc576157109494d2a776ae134bc1 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 4 Jul 2020 14:24:54 -0700 Subject: add version/release date and re-order contributors to be alphabetical --- CHANGES.txt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 51a40c8..629ec14 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,11 +4,9 @@ Change Log -NOTE: The 4.0.0 Release of SCons will drop Python 2.7 Support -NOTE: Please add your name below in alphabetical order by last name. -NOTE: Please include a reference to any Issues resolved by your changes in the bullet(s) you add +NOTE: The 4.0.0 Release of SCons will drops Python 2.7 Support -RELEASE VERSION/DATE TO BE FILLED IN LATER +RELEASE 4.0.0 - Sat, 04 Jul 2020 12:00:27 +0000 From Dirk Baechle: - Updated documentation toolchain to work properly under Python3, also @@ -100,10 +98,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Fixed usage of abspath and path for RootDir objects on Windows. Previously env.fs.Dir("T:").abspath would return "T:\T:" and now it correctly returns "T:". - From Iosif Kurazs: - - Added a new flag called "linedraw" for the command line argument "--tree" - that instructs scons to use single line drawing characters to draw the dependency tree. - From Ivan Kravets, PlatformIO - New conditional C Scanner (`SCons.Scanner.C.CConditionalScanner()`) which interprets C/C Preprocessor conditional syntax (#ifdef, #if, #else, @@ -115,6 +109,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER macro which is not located in a state TABLE. * Cleanup CPP expressions before evaluating (strip comments, carriage returns) + From Iosif Kurazs: + - Added a new flag called "linedraw" for the command line argument "--tree" + that instructs scons to use single line drawing characters to draw the dependency tree. + From Daniel Moody: - Add no_progress (-Q) option as a set-able option. However, setting it in the SConstruct/SConscript will still cause "scons: Reading SConscript files ..." to be -- cgit v0.12