diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-31 09:34:37 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-31 09:34:37 +0000 |
commit | 4f9ff8206ba046343c77bb7698c2e66cc5b4edf2 (patch) | |
tree | b2efb5478547186c730494c1ad51b8b560f5e1eb | |
parent | 9bc05a5aa5dd314ba5a13909d126cd11b7f82c2b (diff) | |
download | zsh-4f9ff8206ba046343c77bb7698c2e66cc5b4edf2.tar.gz zsh-4f9ff8206ba046343c77bb7698c2e66cc5b4edf2.tar.xz zsh-4f9ff8206ba046343c77bb7698c2e66cc5b4edf2.zip |
Add compaudit to .distfiles; 3.1.9-dev-4 zsh-3.1.9-dev-4
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Completion/Core/.distfiles | 2 | ||||
-rw-r--r-- | Config/version.mk | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index c81f07817..a9a53289b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-07-31 Peter Stephenson <pws@csr.com> + + * Config/version.mk: 3.1.9-dev-4. + + * unposted: Completion/Core/.distfiles: add compaudit + 2000-07-31 Sven Wischnowsky <wischnow@zsh.org> * 12439: Src/hist.c: isalpha() -> ialpha(); avoid a compiler diff --git a/Completion/Core/.distfiles b/Completion/Core/.distfiles index aaf844598..d80466656 100644 --- a/Completion/Core/.distfiles +++ b/Completion/Core/.distfiles @@ -7,5 +7,5 @@ DISTFILES_SRC=' _parameters _path_files _prefix _requested _sep_parts _set_options _setup _sort_tags _tags _unset_options _wanted - compdump compinit compinstall + compaudit compdump compinit compinstall ' diff --git a/Config/version.mk b/Config/version.mk index 774f08306..81ed078f0 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=3.1.9-dev-3 -VERSION_DATE='July 17, 2000' +VERSION=3.1.9-dev-4 +VERSION_DATE='July 31, 2000' |