summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2010-08-15 22:01:07 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2010-08-15 22:01:07 (GMT)
commit644700cb7ec169e1e6a856c1c05d63d6022132f1 (patch)
treebc132e3f897cabd5c1935a6cd8f787f28bc5bc24 /src/CHANGES.txt
parent1ef3efb9b491fc87bccce16721564f79a377bce3 (diff)
downloadSCons-644700cb7ec169e1e6a856c1c05d63d6022132f1.zip
SCons-644700cb7ec169e1e6a856c1c05d63d6022132f1.tar.gz
SCons-644700cb7ec169e1e6a856c1c05d63d6022132f1.tar.bz2
Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From Jean-Baptiste Lab. Fixes issue #2671.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 85d5bda..e4a5560 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -7,6 +7,12 @@
RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
+ From Jean-Baptiste Lab:
+
+ - Fix problems with appending CPPDEFINES that contain
+ dictionaries, and related issues with Parse/MergeFlags and
+ CPPDEFINES.
+
From Allen Weeks:
- Fix for an issue with implicit-cache with multiple targets