Updates for recent modifications.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 19 Apr 2009 15:17:59 +0000 (15:17 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 19 Apr 2009 15:17:59 +0000 (15:17 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4113 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/CHANGES.txt

index 4a5a72778516c18a082226273585783634d75720..901931dc5c6b73b0b474299b977d88d06e62d65f 100644 (file)
 
 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