diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-12-06 19:49:34 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-12-06 19:49:34 +0000 |
commit | 79f2f7fa2ce18552869afa33f1d0d42cf4191b04 (patch) | |
tree | 21177450d0be1eaa2b53706414ce8c67b05dd39d | |
parent | 30e26c488557d3d981f06bdab72df22272571f09 (diff) | |
download | zsh-79f2f7fa2ce18552869afa33f1d0d42cf4191b04.tar.gz zsh-79f2f7fa2ce18552869afa33f1d0d42cf4191b04.tar.xz zsh-79f2f7fa2ce18552869afa33f1d0d42cf4191b04.zip |
unposted: 4.3.14 zsh-4.3.14
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Config/version.mk | 4 | ||||
-rw-r--r-- | Etc/FAQ.yo | 2 | ||||
-rw-r--r-- | README | 2 |
4 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index cc1555b7c..48b89b147 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ ***************************************************** diff --git a/Config/version.mk b/Config/version.mk index adde27080..0380bcba2 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -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' diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index b401c632e..973eea8ef 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -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. diff --git a/README b/README index 07e1f7357..ce359a7b7 100644 --- a/README +++ b/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 |