diff options
author | Daniel Moody <dmoody256@gmail.com> | 2018-05-25 20:28:23 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2018-05-25 20:28:23 (GMT) |
commit | 2cfbdb0e6ce2d1856c3700f4317a6b2242b36851 (patch) | |
tree | d8934dad55b27571871a716cf635aa766b5d49a1 /src | |
parent | d1ad2461b0c9f8a9a19f7509b8334d46bf9f3391 (diff) | |
download | SCons-2cfbdb0e6ce2d1856c3700f4317a6b2242b36851.zip SCons-2cfbdb0e6ce2d1856c3700f4317a6b2242b36851.tar.gz SCons-2cfbdb0e6ce2d1856c3700f4317a6b2242b36851.tar.bz2 |
pr-3052: added changes to CHANGES.txt
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index c108378..17ca170 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -19,6 +19,7 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE - Fixed handling of side-effects in task master (fixes #3013). From Daniel Moody: + - Updated swig to setup default paths for windows - Updated gettext tools to setup default paths for windows with Cygwin/MinGW setups - Add common location for default paths for cygwin and mingw in Platform modules - Updated YACC tool to work on windows with Cygwin/MinGW setups |