summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-04-19 15:17:59 (GMT)
committerSteven Knight <knight@baldmt.com>2009-04-19 15:17:59 (GMT)
commit3e1084d74cc69638fab3156541886174906b4579 (patch)
treeec5f93d2fb2d4a3d13130888e7b2a068f71c81b9 /src/CHANGES.txt
parent7394bbe737cc5519675078221c1858ba3baea918 (diff)
downloadSCons-3e1084d74cc69638fab3156541886174906b4579.zip
SCons-3e1084d74cc69638fab3156541886174906b4579.tar.gz
SCons-3e1084d74cc69638fab3156541886174906b4579.tar.bz2
Updates for recent modifications.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 4a5a727..901931d 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -10,6 +10,18 @@
RELEASE X.X.X - XXX
+ From Lukas Erlinghagen:
+
+ - Have AddOption() remove variables from the list of
+ seen-but-unknown variables (which are reported later).
+
+ - An option name and aliases can now be specified as a tuple.
+
+ From Jim Hunziker:
+
+ - Avoid adding -gphobos to a command line multiple times
+ when initializing use of the DMD compiler.
+
From Steven Knight:
- Fix the -n option when used with VariantDir(duplicate=1)
@@ -24,6 +36,28 @@ RELEASE X.X.X - XXX
- Evaluate Requires() prerequisites before a Node's direct children
(sources and dependencies).
+ From Greg Noel:
+
+ - Remove leftover __metaclass__ initializations in Environment.py.
+
+ - Correct the documentation of text returned by sconf.Result().
+
+ - Document that filenames with '.' as the first character are
+ ignored by Glob() by default (matching UNIX glob semantics).
+
+ - Fix SWIG testing infrastructure to work on Mac OS X.
+
+ From Gary Oberbrunner:
+
+ - When reporting a target that SCons doesn't know how to make,
+ specify whether it's a File, Dir, etc.
+
+ From Ben Webb:
+
+ - Fix use of $SWIGOUTDIR when generating Python wrappers.
+
+ - Add $SWIGDIRECTORSUFFIX and $SWIGVERSION construction variables.
+
RELEASE 1.2.0.d20090223 - Mon, 23 Feb 2009 08:41:06 -0800