diff options
-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 |