diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-03 17:08:11 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-03 17:08:11 (GMT) |
commit | 94279041d8533f385e2b2b970ad48bd0307a6acc (patch) | |
tree | caba165331b44caffa931a42293a382d560af2cd /src/RELEASE.txt | |
parent | 24b9be093766cb2d566cd1220b15a94a193d2708 (diff) | |
download | SCons-94279041d8533f385e2b2b970ad48bd0307a6acc.zip SCons-94279041d8533f385e2b2b970ad48bd0307a6acc.tar.gz SCons-94279041d8533f385e2b2b970ad48bd0307a6acc.tar.bz2 |
Remove all features deprecated in 0.93 or earlier.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r-- | src/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 73cc941..802be53 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -42,6 +42,13 @@ RELEASE 0.97 - XXX env = Environment(MSVS_USE_MFC_DIRS = 1) + - The following deprecated global functions have been removed: + ParseConfig(), SetBuildSignatureType(), SetContentSignatureType(), + SetJobs() and GetJobs(). + + - The deprecated "validater" keyword to the Options.Add() method + has been removed. + Please note the following important changes since release 0.95: - All Builder calls (both built-in like Program(), Library(), |