diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-04-14 09:39:38 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-04-14 09:39:38 (GMT) |
commit | ab05be34b4206d401fbdf312335d1e63889b7d61 (patch) | |
tree | 2b3830552d934342b371d16bd716f64f7e9600c8 /CHANGES.txt | |
parent | d927ed8ff1ec74736f4b7f165a3f92a8745dff48 (diff) | |
download | SCons-ab05be34b4206d401fbdf312335d1e63889b7d61.zip SCons-ab05be34b4206d401fbdf312335d1e63889b7d61.tar.gz SCons-ab05be34b4206d401fbdf312335d1e63889b7d61.tar.bz2 |
Update CHANGES.txt and RELEASE.txt. [skip ci]
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8390f00..4521fb9 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,6 +12,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From Joseph Brill: - Verify that a user specified msvc script (via MSVC_USE_SCRIPT) exists and raise an exception when the user specified msvc script does not exist. + - Fix the mingw tool so that the generate and exists methods use the same mingw search paths + (issue #4134). From William Deegan: - Fix check for unsupported Python version. It was broken. Also now the error message |