diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-01 00:03:16 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-01 00:03:16 (GMT) |
commit | a2ba55e47988f6d7e602f558e08feef219be934e (patch) | |
tree | c1504d1d0c2dfd118c24c1920e28a037c932ed02 /src/RELEASE.txt | |
parent | e966ff8d4b3581dc6194adfb70718445a0bbb41b (diff) | |
download | SCons-a2ba55e47988f6d7e602f558e08feef219be934e.zip SCons-a2ba55e47988f6d7e602f558e08feef219be934e.tar.gz SCons-a2ba55e47988f6d7e602f558e08feef219be934e.tar.bz2 |
Allow to contain File Nodes. Have ParseConfig add libraries to . Add support for -framework. (Gary Oberbrunner)
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 e689f67..b0e8048 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -26,6 +26,13 @@ RELEASE 0.97 - XXX Please consult the CHANGES.txt file for a list of specific changes since last release. + Please note the following important changes since release 0.96: + + - The ParseConfig() method now adds library file names returned + by the specified *-config command to the $LIBS construction + variable, instead of returning them (the same way it handles + the -l option). + Please note the following important changes since release 0.95: - All Builder calls (both built-in like Program(), Library(), |