summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-04-24 00:16:20 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-04-24 00:16:20 (GMT)
commit102361949a886e5bb45272849854845b08a4ab2a (patch)
treefde63397554edc490cac0c3e051f70c027910ea6 /src
parent8bf16ddea63ef3405bf00ba1fb26da0cd60b7b08 (diff)
parent0c775f3836a7d9a20956004834c8576defbf532f (diff)
downloadSCons-102361949a886e5bb45272849854845b08a4ab2a.zip
SCons-102361949a886e5bb45272849854845b08a4ab2a.tar.gz
SCons-102361949a886e5bb45272849854845b08a4ab2a.tar.bz2
Merged scons/scons into default
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 0bcf92e..9e6151a 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -13,6 +13,12 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
RELEASE VERSION/DATE TO BE FILLED IN LATER
+ From Daniel Moody:
+ - Updated the QMTest/TestCmd.py so when using the
+ preserve option, it will be able to print unicode directories.
+ - Also updated test/scons-time/run/option/verbose.py that was
+ not taking into account the output when PRESERVE was enabled
+
From Gaurav Juvekar:
- Fix issue #2910: Make --tree=all handle Unicode. (PR #427)
- Fix issue #2788: Fix typo in documentation example for sconf. (PR #388)