diff options
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(), |