summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorGaurav Juvekar <gauravjuvekar@gmail.com>2017-05-12 01:18:42 +0530
committerGaurav Juvekar <gauravjuvekar@gmail.com>2017-05-12 01:18:42 +0530
commit22b9bb77c268d73c0b2931d69bf9d2ffa8d4ab59 (patch)
treed3f00871a0f7cb44792c27587499c669eae435fa /src/CHANGES.txt
parent4f7f5284cf4fc1d49c0f9e417e464654df6ebe5a (diff)
downloadscons-22b9bb77c268d73c0b2931d69bf9d2ffa8d4ab59.tar.gz
Update CHANGES
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 6894135c..b4070a66 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)