1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-10 12:40:58 +02:00

Update version to 4.3.10-dev-2

This commit is contained in:
Peter Stephenson 2010-07-25 21:44:16 +00:00
parent c0325f5233
commit b116f33f9a
5 changed files with 56 additions and 19 deletions

View file

@ -1,3 +1,7 @@
2010-07-25 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Config/version.mk: update to 4.3.10-dev-2.
2010-07-24 Wayne Davison <wayned@users.sourceforge.net> 2010-07-24 Wayne Davison <wayned@users.sourceforge.net>
* 28000: Completion/Unix/Command/_git: make the branch arg for * 28000: Completion/Unix/Command/_git: make the branch arg for
@ -13409,5 +13413,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5033 $ * $Revision: 1.5034 $
***************************************************** *****************************************************

View file

@ -1,19 +1,51 @@
DISTFILES_SRC=' DISTFILES_SRC='
.distfiles .distfiles
_a2utils _apt _apt-file _a2utils
_aptitude _apt-move _apt-show-versions _apt
_auto-apt _bts _bug _apt-file
_cdbs-edit-patch _dak _dchroot _aptitude
_dchroot-dsa _debchange _debdiff _apt-move
_debfoster _debsign _dlocate _apt-show-versions
_dpatch-edit-patch _dpkg _dpkg-buildpackage _auto-apt
_dpkg-cross _dpkg-repack _dpkg_source _axi-cache
_dput _dupload _invoke-rc.d _bts
_lighttpd _linda _lintian _bug
_madison _make-kpkg _members _cdbs-edit-patch
_mergechanges _module-assistant _piuparts _dak
_reprepro _schroot _svn-buildpackage _dchroot
_toolchain-source _update-alternatives _update-rc.d _dchroot-dsa
_uscan _wajig _wanna-build _debchange
_debdiff
_debfoster
_debsign
_dlocate
_dpatch-edit-patch
_dpkg
_dpkg-buildpackage
_dpkg-cross
_dpkg-repack
_dpkg_source
_dput
_dupload
_invoke-rc.d
_lighttpd
_linda
_lintian
_madison
_make-kpkg
_members
_mergechanges
_module-assistant
_pbuilder
_piuparts
_reprepro
_schroot
_svn-buildpackage
_toolchain-source
_update-alternatives
_update-rc.d
_uscan
_wajig
_wanna-build
_vim-addons _grep-excuses _vim-addons _grep-excuses
' '

View file

@ -223,6 +223,7 @@ _unexpand
_uniq _uniq
_units _units
_user_admin _user_admin
_uzbl
_vim _vim
_vorbis _vorbis
_vorbiscomment _vorbiscomment

View file

@ -1,4 +1,4 @@
DISTFILES_SRC=' DISTFILES_SRC='
.distfiles .distfiles
zsh-mime-handler _zsh-mime-handler
' '

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.10-dev-1 VERSION=4.3.10-dev-2
VERSION_DATE='June 2, 2009' VERSION_DATE='July 25, 2010'