1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

unposted: 4.3.4-dev-4

This commit is contained in:
Peter Stephenson 2007-12-11 10:02:16 +00:00
parent 72060c47b1
commit 8718b9bf09
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2007-12-11 Peter Stephenson <pws@csr.com>
* unposted: Config/version.mk, Completion/Unix/Command/.distfiles:
4.3.4-dev-4.
2007-12-10 Peter Stephenson <pws@csr.com> 2007-12-10 Peter Stephenson <pws@csr.com>
* Vincent Lefevre: 24192: Completion/Unix/Command/_make: * Vincent Lefevre: 24192: Completion/Unix/Command/_make:
@ -1359,7 +1364,7 @@
2007-06-11 Peter Stephenson <pws@csr.com> 2007-06-11 Peter Stephenson <pws@csr.com>
* 23543: Completion/Unix/Command/_perforce: work around * 23543: Completion/Unix/Command/_perforce: work around
problem adding "..." with hiddne prefix. problem adding "..." with hidden prefix.
2007-06-08 Peter Stephenson <pws@csr.com> 2007-06-08 Peter Stephenson <pws@csr.com>

View file

@ -78,6 +78,7 @@ _gs
_guilt _guilt
_gzip _gzip
_iconv _iconv
_id
_ifconfig _ifconfig
_imagemagick _imagemagick
_init_d _init_d

View file

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the # This must also serve as a shell script, so do not add spaces around the
# `=' signs. # `=' signs.
VERSION=4.3.4-dev-3 VERSION=4.3.4-dev-4
VERSION_DATE='November 26, 2007' VERSION_DATE='December 11, 2007'