diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 3f0ef2d0c..c1f6a6501 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-30 Andrej Borsenkow <bor@zsh.org> + + * 14557: INSTALL: remove 3.1 version number + 2001-05-30 Sven Wischnowsky <wischnow@zsh.org> * 14558: Completion/Base/Widget/_correct_word, diff --git a/INSTALL b/INSTALL index 1c058c7b4..75fb7660e 100644 --- a/INSTALL +++ b/INSTALL @@ -46,7 +46,7 @@ top level Makefile. Dynamic loading --------------- -Zsh-3.1 has support for dynamically loadable modules. This is now enabled +Zsh has support for dynamically loadable modules. This is now enabled by default; to disable it, run configure with the --disable-dynamic option. Note that dynamic loading does not work on all systems. On these systems this option will have no effect. When dynamic loading is enabled, major |