Give proper credit to Benoit Belley for the --taskmastertrace=
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 5 Dec 2008 14:14:58 +0000 (14:14 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 5 Dec 2008 14:14:58 +0000 (14:14 +0000)
enhancements in the previous commit.

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

src/CHANGES.txt

index 3b7e9549ef5f951a2bb90ba6435f10aa91c57111..c70307f89db0d7d73cb3989ed57c4fff11adc760 100644 (file)
@@ -15,6 +15,9 @@ RELEASE 1.X - XXX
     - Improve the robustness of GetBuildFailures() by refactoring
       SCons exception handling (especially BuildError exceptions).
 
+    - Have the --taskmastertrace= option print information about
+      individual Task methods, not just the Taskmaster control flow.
+
   From David Cournapeau:
 
     - Fix $FORTRANMODDIRPREFIX for the ifort (Intel Fortran) tool.
@@ -28,11 +31,6 @@ RELEASE 1.X - XXX
 
     - Handle Java inner classes declared within a method.
 
-  From Jason Kenny:
-
-    - Have the --taskmastertrace= option print information about
-      individual Task methods, not just the Taskmaster control flow.
-
   From Steven Knight:
 
     - Fix label placement by the "scons-time.py func" subcommand