[Python-announce] SCons 4.6.0 released

2023-11-19 Thread Bill Deegan
A new SCons release, 4.6.0, is now available on the SCons download page: https://scons.org/pages/download.html Here is a summary of the changes since 4.5.2: NEW FUNCTIONALITY - - D compilers : added support for generation of .di interface files. New variables DI_FILE_DIR,

[Python-announce] SCons 4.5.2 Released

2023-03-21 Thread Bill Deegan
A new SCons release, 4.5.2, is now available on the SCons download page: https://scons.org/pages/download.html Here is a summary of the changes since 4.5.1: FIXES - - Fix a problem (#4321) in 4.5.0/4.5.1 where ParseConfig could cause an exception in MergeFlags when the result would

[Python-announce] SCons 4.5.1 Released

2023-03-06 Thread Bill Deegan
A new SCons release, 4.5.1, is now available on the SCons download page: https://scons.org/pages/download.html Here is a summary of the changes since 4.5.0: FIXES - - Fix a problem in 4.5.0 where using something like the following code will cause a Clone()'d environment to share the C

[Python-announce] SCons 4.5.0 Released

2023-03-05 Thread Bill Deegan
A new SCons release, 4.5.0, 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: NOTE: If you build with Python 3.10.0 and then rebuild with 3.10.1 (or higher), you may see unexpected rebuilds. This is due to

[Python-announce] SCons 4.4.0 Released

2022-07-30 Thread Bill Deegan
A new SCons release, 4.4.0, is now available on the SCons download page: https://scons.org/pages/download.html Here is a summary of the changes since 4.3.0: NOTE: If you build with Python 3.10.0 and then rebuild with 3.10.1 (or higher), you may see unexpected rebuilds. This is due to

[Python-announce] SCons 4.3.0 released

2021-11-18 Thread Bill Deegan
A new SCons release, 4.3.0, is now available on the SCons download page: https://scons.org/pages/download.html NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported Here is a summary of the changes since 4.2.0: NEW FUNCTIONALITY - - Ninja -

SCons 3.0.1 released

2017-11-15 Thread Bill Deegan
SCons - a software construction tool Release Notes This is SCons, a tool for building software (and other files). SCons is implemented in Python, and its "configuration files" are actually Python scripts, allowing you to use the full power of a r

SCons 2.5.1 Released

2016-11-06 Thread Bill Deegan
Available at: https://sourceforge.net/projects/scons/files/latest/download?source=files Changelog: SCons - a software construction tool Change Log RELEASE 2.5.1 - Mon, 03 Nov 2016 13:37:42 -0400 From William Deegan: - Add scons-configure-cach