Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SCons/scons
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Oct 20, 2024
2 parents 864da93 + cc8ea0f commit 2973001
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 213 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ NOTE: Python 3.6 support is deprecated and will be dropped in a future release.

RELEASE VERSION/DATE TO BE FILLED IN LATER

From Joseph Brill:
- Added error handling when creating MS VC detection debug log file specified by
SCONS_MSCOMMON_DEBUG

From Dillan Mills:
- Fix support for short options (`-x`).

Expand Down Expand Up @@ -52,6 +56,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
cl.exe-compatible command line switches.
- Some manpage cleanup for the gettext and pdf/ps builders.
- Some clarifications in the User Guide "Environments" chapter.
- Fix nasm test for missing include file, cleanup.
- Change long-standing irritant in Environment tests - instead of using
a while loop to pull test info from a list of tests and then delete
the test, structure the test data as a list of tuples and iterate it.

From Alex James:
- On Darwin, PermissionErrors are now handled while trying to access
Expand Down
5 changes: 4 additions & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,13 @@ FIXES
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.

- On Darwin, PermissionErrors are now handled while trying to access
/etc/paths.d. This may occur if SCons is invoked in a sandboxed environment
(such as Nix).
- Added error handling when creating MS VC detection debug log file specified by
SCONS_MSCOMMON_DEBUG

- Fix nasm test for missing include file, cleanup.

IMPROVEMENTS
------------
Expand Down
Loading

0 comments on commit 2973001

Please sign in to comment.