about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe9ba71d0..75b74a639 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-26  Peter Stephenson  <pws@csr.com>
+
+	* 22501: README: missed this bit.
+
 2006-06-24  Clint Adams  <clint@zsh.org>
 
 	* unposted: Completion/Unix/Command/_tar: autoload
diff --git a/README b/README
index b27108b36..91e1c1c40 100644
--- a/README
+++ b/README
@@ -63,6 +63,12 @@ change was necessary because otherwise recursive directories under
 hit for anyone not using PINE.  The previous default can be restored with:
   zstyle ':completion:*' pine-directory ~/mail
 
+The default maximum function depth (configurable with
+--enable-max-function-depth) has been decreased to 1000 from 4096.  The
+previous value was observed to be large enough that crashes still occurred
+on some fairly common PC configurations.  This change is only likely to
+affect some highly specialised uses of the shell.
+
 Documentation
 -------------