diff options
author | Steven Knight <knight@baldmt.com> | 2005-11-16 00:03:33 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-11-16 00:03:33 (GMT) |
commit | 436613cadc727ad3c8a9f5fdd9a7e61db64b2d8b (patch) | |
tree | 3a21b41929d0c819bb99440d0bb6459b1c29e102 /src/RELEASE.txt | |
parent | c384bef0587a1d885141990e44dc2f96d3583599 (diff) | |
download | SCons-436613cadc727ad3c8a9f5fdd9a7e61db64b2d8b.zip SCons-436613cadc727ad3c8a9f5fdd9a7e61db64b2d8b.tar.gz SCons-436613cadc727ad3c8a9f5fdd9a7e61db64b2d8b.tar.bz2 |
Make CheckLib() arguments consistent with other calls.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r-- | src/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 776f16b..5f7fa26 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -280,6 +280,15 @@ RELEASE 0.97 - XXX "no" instead of "ok" and "failed." This might interfere with any scripts that automatically parse the Configure() output from SCons. + -- Configure.Checklib() ARGUMENTS HAVE CHANGED TO MATCH DOCUMENTATION + + The order of the arguments to the Configure.CheckLib() function + has changed to put the "autoadd" keyword argument last, matching + the documentation in the man page. This could cause problems + for any calls to Configure.Checklib() that were relying on the + order of the arguments. Specifying all arguments as keyword + arguments will work on both older and newer versions of SCons. + -- DEPRECATED GLOBAL FUNCTIONS HAVE BEEN REMOVED The following deprecated global functions have been removed: |