diff options
author | Steven Knight <knight@baldmt.com> | 2005-06-07 11:32:40 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-06-07 11:32:40 (GMT) |
commit | 086a115a4add32f83be62140e9c0677cfdb90d73 (patch) | |
tree | d6cd2aac66041c1064740f28d018220815d9a210 /src/RELEASE.txt | |
parent | 7a75ef62e1067b6c8af61f1656c54f5d6853432c (diff) | |
download | SCons-086a115a4add32f83be62140e9c0677cfdb90d73.zip SCons-086a115a4add32f83be62140e9c0677cfdb90d73.tar.gz SCons-086a115a4add32f83be62140e9c0677cfdb90d73.tar.bz2 |
Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add size info to the File information we collect.
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 bbf0a3a..5b95aa7 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -130,6 +130,13 @@ RELEASE 0.97 - XXX Python function Actions (including various pre-supplied SCons Actions) be rebuilt. + -- REMOVED CONVERSION FROM PRE-0.96 .sconsign FORMATS + + Because this release involves so many other signature + changes that cause rebuilds, the support for automatically + converting signature information from .sconsign files + written by SCons versions prior to 0.96 has been removed. + -- CACHED Configure() RESULTS ARE STORED IN A DIFFERENT FILE The Configure() subsystem now stores its cached results in a |