summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-03-11 17:34:37 (GMT)
committerSteven Knight <knight@baldmt.com>2009-03-11 17:34:37 (GMT)
commitefa6c9777b0be0fc3011cba0080916fc43b80a8c (patch)
treeb82788704d498093297e056320e9225b6509bc48 /src/CHANGES.txt
parent7f380de2d31a8ca288bd8a44a51de8f2867830be (diff)
downloadSCons-efa6c9777b0be0fc3011cba0080916fc43b80a8c.zip
SCons-efa6c9777b0be0fc3011cba0080916fc43b80a8c.tar.gz
SCons-efa6c9777b0be0fc3011cba0080916fc43b80a8c.tar.bz2
Issue 2372: evaluate a Node's order-only prerequisites before the sources
and dependencies (so they can affect how the sources and dependencies are built).
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 a902e4c..4a5a727 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -21,6 +21,9 @@ RELEASE X.X.X - XXX
- Fix an exception if a null command-line argument is passed in.
+ - Evaluate Requires() prerequisites before a Node's direct children
+ (sources and dependencies).
+
RELEASE 1.2.0.d20090223 - Mon, 23 Feb 2009 08:41:06 -0800