1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-26 18:01:03 +02:00

unposted: update for 4.3.10-test-3

This commit is contained in:
Peter Stephenson 2010-12-16 10:18:41 +00:00
parent 66152e8ada
commit 750ec0fe1b
5 changed files with 15 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2010-12-16 Peter Stephenson <pws@csr.com>
* unposted: README, Config/version.mk, Etc/FAQ.yo,
Completion/Debian/Command/.distfiles: update for 4.3.10-test-3.
2010-12-14 Barton E. Schaefer <schaefer@zsh.org> 2010-12-14 Barton E. Schaefer <schaefer@zsh.org>
* 28530: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst: * 28530: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
@ -13963,5 +13968,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5152 $ * $Revision: 1.5153 $
***************************************************** *****************************************************

View file

@ -27,6 +27,7 @@ _dpkg-repack
_dpkg_source _dpkg_source
_dput _dput
_dupload _dupload
_git-buildpackage
_invoke-rc.d _invoke-rc.d
_lighttpd _lighttpd
_linda _linda

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-2 VERSION=4.3.10-test-3
VERSION_DATE='July 25, 2010' VERSION_DATE='December 16, 2010'

View file

@ -297,13 +297,12 @@ sect(On what machines will it run?)
sect(What's the latest version?) sect(What's the latest version?)
Zsh 4.2.7 is the latest production version. The latest development Zsh 4.2.7 is the latest production version. The latest development
version is 4.3.10; this contains support for multibyte character strings version is 4.3.11; this contains support for multibyte character strings
(such as UTF-8 locales). All the main features for multibyte (such as UTF-8 locales). All the main features for multibyte
support are now in place, although there is some debugging work support are now in place and this is likely soon to become the
still to be done. stable series 4.4.
There will not be any further 4.0 releases now that 4.2 has become There will not be any further 4.2 releases.
the stable version.
A beta of the next version is sometimes available. Development of zsh is A beta of the next version is sometimes available. Development of zsh is
patch by patch, with each intermediate version publicly available. Note patch by patch, with each intermediate version publicly available. Note

4
README
View file

@ -5,11 +5,11 @@ THE Z SHELL (ZSH)
Version Version
------- -------
This is version 4.3.10 of the shell. This is a development release, This is version 4.3.11 of the shell. This is a development release,
but is believed to be reasonably stable. Sites where the users need to but is believed to be reasonably stable. Sites where the users need to
edit command lines with multibyte characters (in particular UTF-8) edit command lines with multibyte characters (in particular UTF-8)
will probably want to upgrade. The previous widely released version will probably want to upgrade. The previous widely released version
of the shell was 4.3.9. of the shell was 4.3.10.
Installing Zsh Installing Zsh
-------------- --------------