diff options
author | Steven Knight <knight@baldmt.com> | 2008-12-05 14:14:58 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-12-05 14:14:58 (GMT) |
commit | 4e52d7b9fde3e54c5427bbb4a01f5cffb52f9f8d (patch) | |
tree | 7863be8c5898d7e236e32b1c3b04a383a8962b0e | |
parent | e39f35b2ec8d288c6e4f940b1ac08901b8abe31e (diff) | |
download | SCons-4e52d7b9fde3e54c5427bbb4a01f5cffb52f9f8d.zip SCons-4e52d7b9fde3e54c5427bbb4a01f5cffb52f9f8d.tar.gz SCons-4e52d7b9fde3e54c5427bbb4a01f5cffb52f9f8d.tar.bz2 |
Give proper credit to Benoit Belley for the --taskmastertrace=
enhancements in the previous commit.
-rw-r--r-- | src/CHANGES.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 3b7e954..c70307f 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -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 |