summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-03-06 16:03:22 -0700
committerMats Wichmann <mats@linux.com>2023-03-06 16:03:22 -0700
commite2b614ddb9c9b1b0e2241e6aff7432a488529e74 (patch)
tree8330164bcbd8a4d76dcabcd622da01901a5e6abe /RELEASE.txt
parenta2e0954a388d0fd431b69fe6ac3a98d978ac69b9 (diff)
downloadscons-git-e2b614ddb9c9b1b0e2241e6aff7432a488529e74.tar.gz
Fix issue with CPPDEFINES and Clone environments
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 439c8630d..0726607a3 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -11,7 +11,7 @@ A new SCons release, 4.4.1, is now available on the SCons download page:
https://scons.org/pages/download.html
-Here is a summary of the changes since 4.4.0:
+Here is a summary of the changes since 4.5.0:
NEW FUNCTIONALITY
-----------------
@@ -32,7 +32,9 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
FIXES
-----
-- List fixes of outright bugs
+- Fix a problem in 4.5.0 where in some circumstances a Clone environment
+ could share the CPPDEFINES data structure with the original, causing
+ leakage when they should be completely independent after the Clone.
IMPROVEMENTS
------------