summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-05-02 12:16:24 (GMT)
committerSteven Knight <knight@baldmt.com>2002-05-02 12:16:24 (GMT)
commit14b0749ef9a6232ad1375f750baf00e0fea14e56 (patch)
treed8ee5ca620e66bb2cd782cb22bbc7cca0731a09d /src/RELEASE.txt
parent35a9fe7b3a3575367b74fbaf84f5336ee4ca5573 (diff)
downloadSCons-14b0749ef9a6232ad1375f750baf00e0fea14e56.zip
SCons-14b0749ef9a6232ad1375f750baf00e0fea14e56.tar.gz
SCons-14b0749ef9a6232ad1375f750baf00e0fea14e56.tar.bz2
Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument to command generators. (Charles Crain)
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 8a79ffc..1d0a5a9 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -50,6 +50,10 @@ RELEASE 0.07 - Thu, 25 Apr 2002 06:24:50 -0500
is an optional SCons.Node.FS.FS object. You will need to update
the interfaces of any local Scanner functions you have defined.
+ - Command generator functions now take a fourth argument,
+ for_signature. You will need to add this argument to any
+ generator functions you have defined.
+
Please note the following important changes since release 0.05:
- Python functions as Builder actions now take Node objects, not