Move credit for one fix from Jason K to Benoit B.
authorbdbaddog <bdbaddog@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 13 Aug 2009 05:24:06 +0000 (05:24 +0000)
committerbdbaddog <bdbaddog@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 13 Aug 2009 05:24:06 +0000 (05:24 +0000)
Add credit for Jason K for HOST/TARGET OS/CPU separation.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4331 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/CHANGES.txt

index 4814ca841a3044188437912e46dfa81d26bb5e12..d6eb6bf5d5856d2ed962403ad5049249470ff6a0 100644 (file)
@@ -37,6 +37,10 @@ RELEASE X.X.X - XXX
 
     - Avoid adding -gphobos to a command line multiple times
       when initializing use of the DMD compiler.
+  
+  From Jason Kenney:
+
+    - Sugguested HOST/TARGET OS/ARCH separation.
 
   From Steven Knight:
 
@@ -246,6 +250,9 @@ RELEASE 1.1.0.d20081207 - Sun, 07 Dec 2008 19:17:23 -0800
     - Eliminate some spurious dependency cycles by being more aggressive
       about pruning pending children from the Taskmaster walk.
 
+    - Suppress mistaken reports of a dependency cycle when a child
+      left on the pending list is a single Node in EXECUTED state.
+
   From David Cournapeau:
 
     - Fix $FORTRANMODDIRPREFIX for the ifort (Intel Fortran) tool.
@@ -267,11 +274,6 @@ RELEASE 1.1.0.d20081207 - Sun, 07 Dec 2008 19:17:23 -0800
 
     - Handle Java inner classes declared within a method.
 
-  From Jason Kenny:
-
-    - Suppress mistaken reports of a dependency cycle when a child
-      left on the pending list is a single Node in EXECUTED state.
-
   From Steven Knight:
 
     - Fix label placement by the "scons-time.py func" subcommand