diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-02-19 16:19:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 16:19:41 (GMT) |
commit | e2f22641ceeb8a61215e5f649d8e97d3d67dd4a8 (patch) | |
tree | 13a414fc3f25020b8cbc041b5744f8873090da3d /src/CHANGES.txt | |
parent | fe2680ddd07a4bc7c6064e7193f4979060e178ba (diff) | |
parent | 6975fa52a3424d995aadeabd31f57d491456a3e4 (diff) | |
download | SCons-e2f22641ceeb8a61215e5f649d8e97d3d67dd4a8.zip SCons-e2f22641ceeb8a61215e5f649d8e97d3d67dd4a8.tar.gz SCons-e2f22641ceeb8a61215e5f649d8e97d3d67dd4a8.tar.bz2 |
Merge branch 'master' into c-conditional-scanner
Diffstat (limited to 'src/CHANGES.txt')
-rwxr-xr-x | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 6b6b7fd..031d13c 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -21,6 +21,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Fix Github Issue #3550 - When using Substfile() with a value like Z:\mongo\build\install\bin the implementation using re.sub() would end up interpreting the string and finding regex escape characters where it should have been simply replacing existing text. Switched to use string.replace(). + - Fix Github Issue #2904 - Provide useful error message when more than one Configure Contexts are opened. + Only one open is allowed. You must call conf.Finish() to complete the currently open one before creating another From Jeremy Elson: - Updated design doc to use the correct syntax for Depends() @@ -79,6 +81,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Add an alternate warning message cl.exe is not found and msvc config cache is in use (SCONS_CACHE_MSVC_CONFIG was given) - config cache may be out of date. + - Script/Main.py now uses importlib instead of imp module. RELEASE 3.1.2 - Mon, 17 Dec 2019 02:06:27 +0000 |