Normalize directory paths in SConsignFile() database files. (Chad Austin)
[scons.git] / src / CHANGES.txt
index 7e2e68a4d1041f37ebcc326002f4fe47087b5dd5..555139b2d0dc1191571c6ec8f5c97dfac0ce18d3 100644 (file)
@@ -28,6 +28,10 @@ RELEASE 0.97 - XXX
   - Have the environment store the toolpath and re-use it to find Tools
     modules during later Copy() or Tool() calls (unless overridden).
 
+  - Normalize the directory path names in SConsignFile() database
+    files so the same signature file can interoperate on Windows and
+    non-Windows systems.
+
   From Stanislav Baranov:
 
   - Make it possible to support with custom Alias (sub-)classes.