diff options
author | Daniel Moody <dmoody256@gmail.com> | 2018-04-13 16:08:56 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-05-25 19:42:45 (GMT) |
commit | f8422a59151aa744c025675a7c4bf3d5e3b8d7c0 (patch) | |
tree | 47ba7937992e18fac5572dad55334b4ede883350 /src | |
parent | 85d080e18906fb52d425a84e5828189d8a532ce0 (diff) | |
download | SCons-f8422a59151aa744c025675a7c4bf3d5e3b8d7c0.zip SCons-f8422a59151aa744c025675a7c4bf3d5e3b8d7c0.tar.gz SCons-f8422a59151aa744c025675a7c4bf3d5e3b8d7c0.tar.bz2 |
updated 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 58dc6df..43c1979 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 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 - Set the pickling protocal back to highest which was causing issues |