summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2006-02-17 11:13:44 (GMT)
committerSteven Knight <knight@baldmt.com>2006-02-17 11:13:44 (GMT)
commitc65d4516ce3791463d7fcdd3b62e034d1d0b59be (patch)
tree5aa3861e45ae88203f5e07c35a8cd84ec9cefaa8 /src
parenta51746d0720fb854faa776704112b9f30b86764b (diff)
downloadSCons-c65d4516ce3791463d7fcdd3b62e034d1d0b59be.zip
SCons-c65d4516ce3791463d7fcdd3b62e034d1d0b59be.tar.gz
SCons-c65d4516ce3791463d7fcdd3b62e034d1d0b59be.tar.bz2
Add a --verbose option to runtest.py. (Baptiste Lepilleur) Fix (?) a deadlock using the --xml option on Windows.
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 1455d14..a95891e 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -133,6 +133,8 @@ RELEASE 0.97 - XXX
$WINDOWSIMPLIBPREFIX construction variables. The old names are now
deprecated, but preserved for backwards compatibility.
+ - Fix (?) a runtest.py hang on Windows when the --xml option is used.
+
From Chen Lee:
- Add x64 support for Microsoft Visual Studio 8.
@@ -155,6 +157,9 @@ RELEASE 0.97 - XXX
- Speed up the SCons/EnvironmentTests.py unit tests.
+ - Add a --verbose= option to runtest.py to print executed commands
+ and their output at various levels.
+
From Christian Maaser:
- Add support for Visual Studio Express Editions.