summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaurav Juvekar <gauravjuvekar@gmail.com>2017-05-11 19:48:42 (GMT)
committerGaurav Juvekar <gauravjuvekar@gmail.com>2017-05-11 19:48:42 (GMT)
commit0b7d17647ca37c3a3b1c510ace7b8212be9d916b (patch)
treed3f00871a0f7cb44792c27587499c669eae435fa
parent9cbe55b4a57503435e18d1b56608dc0564641b47 (diff)
downloadSCons-0b7d17647ca37c3a3b1c510ace7b8212be9d916b.zip
SCons-0b7d17647ca37c3a3b1c510ace7b8212be9d916b.tar.gz
SCons-0b7d17647ca37c3a3b1c510ace7b8212be9d916b.tar.bz2
Update CHANGES
-rw-r--r--src/CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 6894135..b4070a6 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -14,12 +14,13 @@ 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
+ - 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 #2832: Expand construction variables in 'chdir' argument of builders. (PR #463)
- Fix issue #2910: Make --tree=all handle Unicode. (PR #427)
- Fix issue #2788: Fix typo in documentation example for sconf. (PR #388)