1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +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>
* 28000: Completion/Unix/Command/_git: make the branch arg for
@ -13409,5 +13413,5 @@
*****************************************************
* 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
_a2utils _apt _apt-file
_aptitude _apt-move _apt-show-versions
_auto-apt _bts _bug
_cdbs-edit-patch _dak _dchroot
_dchroot-dsa _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 _piuparts
_reprepro _schroot _svn-buildpackage
_toolchain-source _update-alternatives _update-rc.d
_uscan _wajig _wanna-build
_a2utils
_apt
_apt-file
_aptitude
_apt-move
_apt-show-versions
_auto-apt
_axi-cache
_bts
_bug
_cdbs-edit-patch
_dak
_dchroot
_dchroot-dsa
_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
'

View file

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

View file

@ -1,4 +1,4 @@
DISTFILES_SRC='
.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
# `=' signs.
VERSION=4.3.10-dev-1
VERSION_DATE='June 2, 2009'
VERSION=4.3.10-dev-2
VERSION_DATE='July 25, 2010'