summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2012-12-17 11:09:32 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2012-12-17 11:09:32 (GMT)
commit48b372251b919b28c80d3c2a7ccf0e2eb5a1a960 (patch)
tree84e86ed7f14a6654e6cfe030bc49c8dffdca7860 /src/CHANGES.txt
parentdd98bfb9c7cd87c233bb0e77484ca7c925748589 (diff)
downloadSCons-48b372251b919b28c80d3c2a7ccf0e2eb5a1a960.zip
SCons-48b372251b919b28c80d3c2a7ccf0e2eb5a1a960.tar.gz
SCons-48b372251b919b28c80d3c2a7ccf0e2eb5a1a960.tar.bz2
runtest.py: remove --noqmtest option
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 9084694..6aad0ea 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -12,6 +12,7 @@ RELEASE 2.X.X -
- Error messages from option parser now include hints about valid choices
- Cleaned up some Python 1.5 and pre-2.3 code, so don't expect SCons
to run on anything less than Python 2.4 anymore
+ - runtest.py: Removed --noqmtest option - this behavior is by default.
From Juan Lang:
- Fix WiX Tool to use .wixobj rather than .wxiobj for compiler output