From: stevenknight Date: Sun, 19 Apr 2009 15:17:59 +0000 (+0000) Subject: Updates for recent modifications. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=da2a0108f0ed49c583f6a3f342a54c966c5a1308;p=scons.git Updates for recent modifications. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4113 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 4a5a7277..901931dc 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