summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorRobert Managan <ramanagan@att.net>2012-12-15 06:00:17 (GMT)
committerRobert Managan <ramanagan@att.net>2012-12-15 06:00:17 (GMT)
commita27fa15ddc3af3e1ee3dfe2488fa499ba906dfda (patch)
tree737dc474ead899b9157657453364730679816a47 /src/CHANGES.txt
parent3cf978d7964fb474f8a6219f48008f07913aabec (diff)
parent1bf9aa83fc024950012dd76d110443fc2d30c92a (diff)
downloadSCons-a27fa15ddc3af3e1ee3dfe2488fa499ba906dfda.zip
SCons-a27fa15ddc3af3e1ee3dfe2488fa499ba906dfda.tar.gz
SCons-a27fa15ddc3af3e1ee3dfe2488fa499ba906dfda.tar.bz2
merge in changes from SCons default
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 33fa239..994cc71 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -6,6 +6,15 @@
RELEASE 2.X.X -
+ From Anatoly Techtonik:
+ - 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
+
+ From Juan Lang:
+ - Fix WiX Tool to use .wixobj rather than .wxiobj for compiler output
+ - Support building with WiX releases after 2.0
+
From Alexey Klimkin:
- Fix nested LIBPATH expansion by flattening sequences in subst_path.
@@ -1761,6 +1770,9 @@ RELEASE 0.97.0d20070809 - Fri, 10 Aug 2007 10:51:27 -0500
- Add a new AddOption() function to support user-defined command-
line flags (like --prefix=, --force, etc.).
+ - Replace modified Optik version with new optparse compatibility module
+ for command line processing in Scripts/SConsOptions.py
+
- Push and retrieve built symlinks to/from a CacheDir() as actual
symlinks, not by copying the file contents.