diff options
author | Steven Knight <knight@baldmt.com> | 2003-04-14 13:57:12 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-04-14 13:57:12 (GMT) |
commit | 9de8ce86148b2b041ee81c62a1b2fe08bd1e7473 (patch) | |
tree | 5710353914b594b61c2d88250c0d694c5a29a09d /src/RELEASE.txt | |
parent | 06e013ecd55e950a6059ced4150304c346d1da36 (diff) | |
download | SCons-9de8ce86148b2b041ee81c62a1b2fe08bd1e7473.zip SCons-9de8ce86148b2b041ee81c62a1b2fe08bd1e7473.tar.gz SCons-9de8ce86148b2b041ee81c62a1b2fe08bd1e7473.tar.bz2 |
Change the names of the Set{Build,Content}SignatureType() functions.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r-- | src/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 493ed00..b943cef 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -30,6 +30,10 @@ RELEASE 0.14 - XXX - Tool specifications no longer take a "platform" argument. XXX + - The SetBuildSignatureType() and SetContentSignatureType() functions + have been deprecated. The new names are TargetSignatures() and + SourceSignatures(). + Please note the following important changes since release 0.11: - The default behavior of SCons is now to change to the directory in |