From 1b3cb68d05c14df55fff23f8d355f46fc4056c68 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 31 Mar 2008 15:03:07 +0000 Subject: [PATCH] unposted: 4.3.5-dev-4 --- ChangeLog | 4 ++++ Config/version.mk | 4 ++-- Etc/.distfiles | 1 + Etc/FAQ.yo | 2 +- Etc/{relnotes_4.3.6.txt => relnote_4.3.6.txt} | 0 README | 2 +- 6 files changed, 9 insertions(+), 4 deletions(-) rename Etc/{relnotes_4.3.6.txt => relnote_4.3.6.txt} (100%) diff --git a/ChangeLog b/ChangeLog index 1cb21e346..3aeead35d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-03-31 Peter Stephenson + * unposted: README, Config/version.mk, Etc/.distfiles, Etc/FAQ.yo, + Etc/relnote{,s}_4.3.6.txt: 4.3.5-dev-4 and renumber for + 4.3.6. + * unposted: Functions/Calendar/calendar_show: if in KDE, use kdialog rather than xmessage. diff --git a/Config/version.mk b/Config/version.mk index b2fc9072a..21613816e 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.5-dev-3 -VERSION_DATE='March 26, 2008' +VERSION=4.3.5-dev-4 +VERSION_DATE='March 31, 2008' diff --git a/Etc/.distfiles b/Etc/.distfiles index 0e831cc4b..cad0b3b6a 100644 --- a/Etc/.distfiles +++ b/Etc/.distfiles @@ -15,5 +15,6 @@ changelog2html.pl completion-style-guide pubring.pgp relnote_4.3.5.txt +relnote_4.3.6.txt zsh-development-guide ' diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index e2e835c0c..973393191 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -297,7 +297,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.5; this contains support for multibyte character strings + version is 4.3.6; 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. diff --git a/Etc/relnotes_4.3.6.txt b/Etc/relnote_4.3.6.txt similarity index 100% rename from Etc/relnotes_4.3.6.txt rename to Etc/relnote_4.3.6.txt diff --git a/README b/README index 72310c363..882c4266d 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ THE Z SHELL (ZSH) Version ------- -This is version 4.3.5 of the shell. This is a development release, +This is version 4.3.6 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.