1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-23 16:36:05 +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>
* 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
* $Revision: 1.5152 $
* $Revision: 1.5153 $
*****************************************************

View File

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

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

View File

@ -297,13 +297,12 @@ sect(On what machines will it run?)
sect(What's the latest version?)
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
support are now in place, although there is some debugging work
still to be done.
support are now in place and this is likely soon to become the
stable series 4.4.
There will not be any further 4.0 releases now that 4.2 has become
the stable version.
There will not be any further 4.2 releases.
A beta of the next version is sometimes available. Development of zsh is
patch by patch, with each intermediate version publicly available. Note

4
README
View File

@ -5,11 +5,11 @@ THE Z SHELL (ZSH)
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
edit command lines with multibyte characters (in particular UTF-8)
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
--------------