summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2017-10-07 08:11:27 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2017-10-07 08:11:27 (GMT)
commit3dba3ffbdcef903ad1a8c18ac0da86dcba175ea8 (patch)
tree4b15ab488da115c9e4612a7cda96ddbb88dd2e8a
parent4d4519492f28821f876ca418cf98c355781eb217 (diff)
downloadSCons-3dba3ffbdcef903ad1a8c18ac0da86dcba175ea8.zip
SCons-3dba3ffbdcef903ad1a8c18ac0da86dcba175ea8.tar.gz
SCons-3dba3ffbdcef903ad1a8c18ac0da86dcba175ea8.tar.bz2
added changes to CHANGES.txt
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index a7ad6f2..2621da9 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -11,6 +11,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Whatever John Doe did.
+ From Daniel Moody:
+ - Updated the Jar Builder tool in Tool/__init.py so that is doesn't force class files as
+ sources, allowing directories to be passed, which was causing test/Java/JAR.py to fail.
+
From William Deegan:
- Fix issue where code in utility routine to_String_for_subst() had code whose result was never
properly returned.