summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2012-12-17 04:28:48 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2012-12-17 04:28:48 (GMT)
commitdd98bfb9c7cd87c233bb0e77484ca7c925748589 (patch)
treeda17cf471dce22482cdc227902e9932ed45d9edd /src/CHANGES.txt
parent0b692e2a31fad677659ad08cd3241051ebba47b1 (diff)
parent7911aed366660c73c2d348d31e1657ed73372540 (diff)
downloadSCons-dd98bfb9c7cd87c233bb0e77484ca7c925748589.zip
SCons-dd98bfb9c7cd87c233bb0e77484ca7c925748589.tar.gz
SCons-dd98bfb9c7cd87c233bb0e77484ca7c925748589.tar.bz2
Merge runtest.py fixes
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 05a2aa8..9084694 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -10,6 +10,8 @@ RELEASE 2.X.X -
- Added ability to run scripts/scons.py directly from source checkout
- Hide deprecated --debug={dtree,stree,tree} from --help output
- 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
From Juan Lang:
- Fix WiX Tool to use .wixobj rather than .wxiobj for compiler output