mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
unposted: 4.3.14
This commit is contained in:
parent
30e26c4885
commit
79f2f7fa2c
4 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-12-06 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted: Config/version.mk: release 4.3.14.
|
||||
|
||||
2011-12-03 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 29940: Src/utils.c (metafy): null termination shouldn't
|
||||
|
@ -15653,5 +15657,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5516 $
|
||||
* $Revision: 1.5517 $
|
||||
*****************************************************
|
||||
|
|
|
@ -27,5 +27,5 @@
|
|||
# This must also serve as a shell script, so do not add spaces around the
|
||||
# `=' signs.
|
||||
|
||||
VERSION=4.3.13
|
||||
VERSION_DATE='November 30, 2011'
|
||||
VERSION=4.3.14
|
||||
VERSION_DATE='December 6, 2011'
|
||||
|
|
|
@ -302,7 +302,7 @@ 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.13; this contains support for multibyte character strings
|
||||
version is 4.3.14; this contains support for multibyte character strings
|
||||
(such as UTF-8 locales). All the main features for multibyte
|
||||
support are now in place and this is likely soon to become the
|
||||
stable series 4.4.
|
||||
|
|
2
README
2
README
|
@ -5,7 +5,7 @@ THE Z SHELL (ZSH)
|
|||
Version
|
||||
-------
|
||||
|
||||
This is version 4.3.13 of the shell. This is a development release,
|
||||
This is version 4.3.14 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
|
||||
|
|
Loading…
Reference in a new issue