about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-04-19 09:35:46 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-04-19 09:35:46 +0000
commitfde7242cec96e278864f37db03a14028767428d5 (patch)
treea90644e761701f1001ef46eb293c4fe232c19dc2
parent46a286b25aa9d2da6806a8f8327abdc8b4fe36a2 (diff)
downloadzsh-fde7242cec96e278864f37db03a14028767428d5.tar.gz
zsh-fde7242cec96e278864f37db03a14028767428d5.tar.xz
zsh-fde7242cec96e278864f37db03a14028767428d5.zip
release 4.3.4
-rw-r--r--ChangeLog4
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo7
-rw-r--r--README2
4 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 44b3abbc5..61a06fd74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-19  Peter Stephenson  <pws@csr.com>
+
+	* README, Config/version.mk, Etc/FAQ.yo: release 4.3.4.
+
 2007-04-17  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* users/11424: Functions/Zle/smart-insert-last-word: fixed
diff --git a/Config/version.mk b/Config/version.mk
index 7971d5db3..80abf6dae 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.3
-VERSION_DATE='April 16, 2006'
+VERSION=4.3.4
+VERSION_DATE='April 19, 2006'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index f0c4e1697..26ce37fce 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -297,9 +297,10 @@ sect(On what machines will it run?)
 sect(What's the latest version?)
 
   Zsh 4.2.6 is the latest production version.  The latest development
-  version is 4.3.1; this contains support for multibyte character strings
-  (such as UTF-8 locales) in the line editor, although the rest of the
-  shell does not yet have full multibyte support.
+  version is 4.3.4; 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.
 
   There will not be any further 4.0 releases now that 4.2 has become
   the stable version.
diff --git a/README b/README
index 56a5d186a..3c3a10e39 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 4.3.3 of the shell.  This is a development release,
+This is version 4.3.4 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.