diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-12-17 15:15:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-12-17 15:15:20 +0000 |
commit | 09532a70ead07a600a3d2258837d6e3fe943f2fd (patch) | |
tree | 3aa7f6714e435cfa87247b000f071726f70c750b | |
parent | 0082320b79b49a12a497e730bb18807cc2d69bbd (diff) | |
download | zsh-09532a70ead07a600a3d2258837d6e3fe943f2fd.tar.gz zsh-09532a70ead07a600a3d2258837d6e3fe943f2fd.tar.xz zsh-09532a70ead07a600a3d2258837d6e3fe943f2fd.zip |
unposted: release 4.3.15 zsh-4.3.15
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Config/version.mk | 4 | ||||
-rw-r--r-- | Etc/FAQ.yo | 4 | ||||
-rw-r--r-- | README | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog index 1b7e9e33b..92cac4253 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-12-17 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: release 4.3.15. + 2011-12-16 Peter Stephenson <pws@csr.com> * Simon Olofsson: 30028: Completion/Unix/Command/_subversion: @@ -15767,5 +15771,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5543 $ +* $Revision: 1.5544 $ ***************************************************** diff --git a/Config/version.mk b/Config/version.mk index fa196ae5c..4fe21a1dd 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.14-dev-0 -VERSION_DATE='December 7, 2011' +VERSION=4.3.15 +VERSION_DATE='December 17, 2011' diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index 973eea8ef..8db9b6d0c 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -302,10 +302,10 @@ 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.14; this contains support for multibyte character strings + version is 4.3.15; 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. + stable series 5.0. There will not be any further 4.2 releases. diff --git a/README b/README index ce359a7b7..0c050d8e8 100644 --- a/README +++ b/README @@ -5,11 +5,11 @@ THE Z SHELL (ZSH) Version ------- -This is version 4.3.14 of the shell. This is a development release, +This is version 4.3.15 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.12. +of the shell was 4.3.14. Installing Zsh -------------- |