summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index cfd7097..5513057 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -266,6 +266,11 @@ RELEASE 0.97 - XXX
that accomodate parser generators that write header files to a
different suffix than the hard-coded .hpp when the -d option is used.
+ - The default behavior is now to store signature information in a
+ single .sconsign.dblite file in the top-level SConstruct directory.
+ The old behavior of a separate .sconsign file in each directory can
+ be specified by calling SConsignFile(None).
+
From Wayne Lee:
- Avoid "maximum recursion limit" errors when removing $(-$) pairs