summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2024-09-16 21:12:22 (GMT)
committerMats Wichmann <mats@linux.com>2024-09-16 21:12:22 (GMT)
commit4082db59a481fad7fe4f4e91847a187044c1db93 (patch)
treecc6486a7f300aaa62f58b8058ac7151f4282f17a /RELEASE.txt
parent5d453c2200bfd5085514916600f5780b1e7d5488 (diff)
downloadSCons-4082db59a481fad7fe4f4e91847a187044c1db93.zip
SCons-4082db59a481fad7fe4f4e91847a187044c1db93.tar.gz
SCons-4082db59a481fad7fe4f4e91847a187044c1db93.tar.bz2
Fix initialization of compilation_db emitters
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index c65e830..f21f93e 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -43,6 +43,8 @@ FIXES
it always produced True in this case).
- Temporary files created by TempFileMunge() are now cleaned up on
scons exit, instead of at the time they're used. Fixes #4595.
+- Fix a problem with compilation_db component initialization - the
+ entries for assembler files were not being set up correctly.
IMPROVEMENTS
------------