summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-10-07 14:02:21 (GMT)
committerSteven Knight <knight@baldmt.com>2003-10-07 14:02:21 (GMT)
commitc758e5b84c91197de129134c2ab67f45f96dff52 (patch)
treee02b79d178c03add93ae76b0cd6668bc49c3d2e0 /src/CHANGES.txt
parent15f50a47c4cc226b9326d3bb1271e26a62644f22 (diff)
downloadSCons-c758e5b84c91197de129134c2ab67f45f96dff52.zip
SCons-c758e5b84c91197de129134c2ab67f45f96dff52.tar.gz
SCons-c758e5b84c91197de129134c2ab67f45f96dff52.tar.bz2
Allow Dirs to be sources of Depends, Ignores, Precious and SideEffect. (Gary Oberbrunner)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index fd9fca6..d228c81 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -123,6 +123,11 @@ RELEASE X.XX - XXX
- Split the non-SCons-specific functionality from SConf.py to a new,
re-usable Conftest.py module.
+ From Gary Oberbrunner:
+
+ - Allow a directory to be the target or source or dependency of a
+ Depends(), Ignore(), Precious() or SideEffect() call.
+
From Marko Rauhamaa:
- Have the closing message say "...terminated because of errors" if
@@ -134,7 +139,7 @@ RELEASE X.XX - XXX
used. ("rm" doesn't understand Win32-format path names.)
From Christoph Wiedemann:
-
+
- Fix test/SWIG.py to find the Python include directory in all cases.