diff options
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 5 |
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. |