summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2024-09-22 01:19:40 (GMT)
committerGitHub <noreply@github.com>2024-09-22 01:19:40 (GMT)
commitf0715f3f8853ff246140166b7cbc5c6793d3a590 (patch)
tree061163bf85ab2f31067e576c676169fbbe7633c0 /RELEASE.txt
parent23ccbabb3e14eab68de76eb020fde62d0ac28087 (diff)
parent5404eb70cc02bd5697b0274e5632be41436737f8 (diff)
downloadSCons-f0715f3f8853ff246140166b7cbc5c6793d3a590.zip
SCons-f0715f3f8853ff246140166b7cbc5c6793d3a590.tar.gz
SCons-f0715f3f8853ff246140166b7cbc5c6793d3a590.tar.bz2
Merge branch 'master' into AddOption-shortopts
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index d86b342..f0de7c1 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -29,7 +29,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
- List modifications to existing features, where the previous behavior
wouldn't actually be considered a bug
-- Override envirionments, created when giving construction environment
+- Override environments, created when giving construction environment
keyword arguments to Builder calls (or manually, through the
undocumented Override method), were modified not to "leak" on item deletion.
The item will now not be deleted from the base environment.
@@ -48,6 +48,8 @@ FIXES
while long option names for the same option worked. Short options
that take a value require the user to specify the value immediately
following the option, with no spaces (e.g. -j5 and not -j 5).
+- Fix a problem with compilation_db component initialization - the
+ entries for assembler files were not being set up correctly.
IMPROVEMENTS
------------
@@ -61,6 +63,13 @@ IMPROVEMENTS
Calling AddOption with the full set of arguments (option names and
attributes) to set up the option is still the recommended approach.
+- Add clang and clang++ to the default tool search orders for POSIX
+ and Windows platforms. These will be searched for after gcc and g++,
+ respectively. Does not affect expliclity requested tool lists. Note:
+ on Windows, SCons currently only has builtin support for clang, not
+ for clang-cl, the version of the frontend that uses cl.exe-compatible
+ command line switches.
+
PACKAGING
---------
@@ -73,6 +82,9 @@ DOCUMENTATION
typo fixes, even if they're mentioned in src/CHANGES.txt to give
the contributor credit)
+- Some manpage cleanup for the gettext and pdf/ps builders.
+- Some clarifications in the User Guide "Environments" chapter.
+
DEVELOPMENT
-----------