summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-04-01 16:05:36 (GMT)
committerSteven Knight <knight@baldmt.com>2005-04-01 16:05:36 (GMT)
commitb4e1ccf877aecd44b8d865a06c57dd950e3344ae (patch)
treeb430db06370fb3a1bec82ce2c7c1c57252b27f9c /src/RELEASE.txt
parent022b115bb9652b1ea93a106b53d77a9ef23a00a2 (diff)
downloadSCons-b4e1ccf877aecd44b8d865a06c57dd950e3344ae.zip
SCons-b4e1ccf877aecd44b8d865a06c57dd950e3344ae.tar.gz
SCons-b4e1ccf877aecd44b8d865a06c57dd950e3344ae.tar.bz2
Normalize directory paths in SConsignFile() database files. (Chad Austin)
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index eabc4f6..095671d 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -58,6 +58,21 @@ RELEASE 0.97 - XXX
or /usr/local was passed as the source to a Builder or Command()
call, in which case SCons would scan the entire directory tree.
+ -- SIGNATURE CHANGES WILL CAUSE LIKELY REBUILDS AFTER UPGRADE
+
+ This release adds several changes to the signature mechanism that
+ will cause SCons to rebuild most configurations after upgrading
+ (and if switching back from 0.97 to an earlier release).
+ These changes are:
+
+ -- NORMALIZED PATHS IN SConsignFile() DATABASES ON WINDOWS
+
+ When using an SConsignFile() database, instead of individual
+ .sconsign files in each directory, the path names are
+ stored in normalized form with / (forward slash) separating
+ the elements. This may cause rebuilds on Windows systems
+ with hierarchical configurations.
+
-- CACHED Configure() RESULTS ARE STORED IN A DIFFERENT FILE
The Configure() subsystem now stores its cached results in a