diff options
author | Steven Knight <knight@baldmt.com> | 2008-12-06 17:42:03 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-12-06 17:42:03 (GMT) |
commit | d869378a703fc690f78c75044a9469633ee33457 (patch) | |
tree | 22d00320647cc70f084ebb37de6adf23d830facb /src/CHANGES.txt | |
parent | e07780fdbc8d4fa36f41f1bad7450e5bbcc6d80d (diff) | |
download | SCons-d869378a703fc690f78c75044a9469633ee33457.zip SCons-d869378a703fc690f78c75044a9469633ee33457.tar.gz SCons-d869378a703fc690f78c75044a9469633ee33457.tar.bz2 |
Issue 2116: Eliminate some spurious dependency cycles by being more
aggressive about pruning pending children from the Taskmaster walk.
(Benoit Belley)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index c70307f..0afce48 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -18,6 +18,9 @@ RELEASE 1.X - XXX - Have the --taskmastertrace= option print information about individual Task methods, not just the Taskmaster control flow. + - Eliminate some spurious dependency cycles by being more aggressive + about pruning pending children from the Taskmaster walk. + From David Cournapeau: - Fix $FORTRANMODDIRPREFIX for the ifort (Intel Fortran) tool. |