summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-03-26 22:43:01 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2023-03-26 22:43:01 -0400
commitdd38d6ecf206aabb4d4c4ee048f4706e26763b29 (patch)
treefecde0fc102414d00de3a8f1e71ca20acadac999
parent0d7dbd4b904dc6392851060d070244219cdd567d (diff)
downloadscons-git-dd38d6ecf206aabb4d4c4ee048f4706e26763b29.tar.gz
Added blurb to RELEASE.txt
-rw-r--r--RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 769a12dbe..4f6f0a828 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -32,7 +32,11 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
FIXES
-----
-- List fixes of outright bugs
+- C scanner's dictifyCPPDEFINES routine did not understand the possible
+ combinations of CPPDEFINES - not aware of a "name=value" string either
+ embedded in a sequence, or by itself. The conditional C scanner thus
+ did not always properly apply the defines. The regular C scanner does
+ not use these, so was not affected. [fixes #4193]
IMPROVEMENTS
------------