diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-12-18 22:38:40 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-12-18 22:38:40 (GMT) |
commit | 911bfc8191dfd32113d7dec1346034784b8abe0b (patch) | |
tree | 6f8e2d7d1591adef5b535a252da22c706a3f957a /src/CHANGES.txt | |
parent | e158a563a58f8651bcaf77c45799056e76e84a72 (diff) | |
download | SCons-911bfc8191dfd32113d7dec1346034784b8abe0b.zip SCons-911bfc8191dfd32113d7dec1346034784b8abe0b.tar.gz SCons-911bfc8191dfd32113d7dec1346034784b8abe0b.tar.bz2 |
Fix CHANGES.txt. 3.0.1 changes had merge issue and weren't segregated from new changes.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 003c2d9..27798da 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -7,11 +7,16 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE + From Andrew Featherstone + - Removed unused --warn options from the man page and source code. + From Daniel Moody: - Updated Jar builder to handle nodes and directories better - Updated Jar builder to flatten source list which could contain embedded lists - Removed some magic numbers from jar.py on behalf of Mats Wichmann (mats@linux.com) +RELEASE 3.0.1 - Mon, 12 Nov 2017 15:31:33 -0700 + From Daniel Moody: - Jar can take multiple targets, and will make a duplicate jar from the sources for each target - Added some warnings in case the Jar builder makes an implicit target @@ -52,8 +57,6 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE From Zachary Tessler: - Fix incorrect warning for repeated identical builder calls that use overrides - From Andrew Featherstone - - Removed unused --warn options from the man page and source code. RELEASE 3.0.0 - Mon, 18 Sep 2017 08:32:04 -0700 |