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)
commit01e28894fefef5262340d8cf3d9d10bab9ef332b (patch)
tree5aa3861e45ae88203f5e07c35a8cd84ec9cefaa8 /src
parent2708dc3927775a374fc94a6996ebe09e70705e60 (diff)
downloadSCons-01e28894fefef5262340d8cf3d9d10bab9ef332b.zip
SCons-01e28894fefef5262340d8cf3d9d10bab9ef332b.tar.gz
SCons-01e28894fefef5262340d8cf3d9d10bab9ef332b.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.