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 | isalpha() -> ialpha(); avoid a compiler warning (12439) (diff) | |
| download | zsh-4f9ff8206ba046343c77bb7698c2e66cc5b4edf2.tar zsh-4f9ff8206ba046343c77bb7698c2e66cc5b4edf2.tar.gz zsh-4f9ff8206ba046343c77bb7698c2e66cc5b4edf2.tar.bz2 zsh-4f9ff8206ba046343c77bb7698c2e66cc5b4edf2.tar.lz zsh-4f9ff8206ba046343c77bb7698c2e66cc5b4edf2.tar.xz zsh-4f9ff8206ba046343c77bb7698c2e66cc5b4edf2.tar.zst zsh-4f9ff8206ba046343c77bb7698c2e66cc5b4edf2.zip | |
Add compaudit to .distfiles; 3.1.9-dev-4zsh-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
@@ -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' |
