diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-13 11:56:40 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-13 11:56:40 +0000 |
commit | 23a057a4fad51caaf38a30c5611a5341718c7304 (patch) | |
tree | 42a00d6b595770e21dc1c4e42186fc963ba06c6a | |
parent | faa39d45a3f03744400c105c7ba70de121186012 (diff) | |
download | zsh-23a057a4fad51caaf38a30c5611a5341718c7304.tar.gz zsh-23a057a4fad51caaf38a30c5611a5341718c7304.tar.xz zsh-23a057a4fad51caaf38a30c5611a5341718c7304.zip |
unposted (late commit): updates for 4.3.11-dev-3
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Completion/Unix/Command/.distfiles | 1 | ||||
-rw-r--r-- | Config/version.mk | 4 | ||||
-rw-r--r-- | Test/.distfiles | 1 |
4 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 66b03f116..a9325c230 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-13 Peter Stephenson <pws@csr.com> + + * unposted (late commit): Completion/Unix/Command/.distfiles, + Config/version.mk, Test/.distfiles: update for 4.3.11-dev-3. + 2011-05-12 Mikael Magnusson <mikachu@gmail.com> * 29245: Completion/X/Command/_xset: pass -O instead of -o @@ -14674,5 +14679,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5295 $ +* $Revision: 1.5296 $ ***************************************************** diff --git a/Completion/Unix/Command/.distfiles b/Completion/Unix/Command/.distfiles index 78b89f2cf..c254f6547 100644 --- a/Completion/Unix/Command/.distfiles +++ b/Completion/Unix/Command/.distfiles @@ -137,6 +137,7 @@ _ncftp _netcat _nice _nmap +_notmuch _npm _nslookup _osc diff --git a/Config/version.mk b/Config/version.mk index 0a8445361..c7824d971 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=4.3.11-dev-2 -VERSION_DATE='April 19, 2011' +VERSION=4.3.11-dev-3 +VERSION_DATE='May 12, 2011' diff --git a/Test/.distfiles b/Test/.distfiles index 6a2d1bc4c..8a5d716f4 100644 --- a/Test/.distfiles +++ b/Test/.distfiles @@ -1,6 +1,7 @@ DISTFILES_SRC=' .cvsignore .distfiles +compgentest A01grammar.ztst A02alias.ztst A03quoting.ztst |