From 2a9eb7778a553d44bb2103953b4d563c9dab59d7 Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Sun, 17 May 2020 23:17:43 -0400 Subject: update CHANGES.txt --- CHANGES.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 431ecc1..e22dafd 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,12 +10,6 @@ NOTE: Please include a reference to any Issues resolved by your changes in the b RELEASE VERSION/DATE TO BE FILLED IN LATER - 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 - printed, since the option is not set when the build scripts first get read. - - Added check for SONAME in environment to setup symlinks correctly (Github Issue #3246) - From James Benton: - Improve Visual Studio solution/project generation code to add support for a per-variant cppflags. Intellisense can be affected by cppflags, @@ -86,6 +80,16 @@ 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 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 + printed, since the option is not set when the build scripts first get read. + - Added check for SONAME in environment to setup symlinks correctly (Github Issue #3246) + - User callable's called during substition expansion could possibly throw a TypeError + exception, however SCons was using TypeError to detect if the callable had a different + signature than expected, and would silently fail to report user's exceptions. Fixed to + use signature module to detect function signature instead of TypeError. (Github Issue #3654) + From Andrew Morrow: - Fix Issue #3469 - Fixed improper reuse of temporary and compiled files by Configure when changing the order and/or number of tests. This is done by using the hash of the generated temporary files -- cgit v0.12