summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-12-06 17:42:03 (GMT)
committerSteven Knight <knight@baldmt.com>2008-12-06 17:42:03 (GMT)
commitd869378a703fc690f78c75044a9469633ee33457 (patch)
tree22d00320647cc70f084ebb37de6adf23d830facb /src/CHANGES.txt
parente07780fdbc8d4fa36f41f1bad7450e5bbcc6d80d (diff)
downloadSCons-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.txt3
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.