about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-10-17 17:30:48 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-10-17 17:30:48 +0000
commit7d9c12334b7d5357f573a1e1d805cf34a7b1ef4e (patch)
tree9aa7cd017ad6f9f85f1eaaf7653ae21d38cdc344
parent4685aae8431209e365c4afb776d8ddb6c3d9f91b (diff)
downloadzsh-7d9c12334b7d5357f573a1e1d805cf34a7b1ef4e.tar.gz
zsh-7d9c12334b7d5357f573a1e1d805cf34a7b1ef4e.tar.xz
zsh-7d9c12334b7d5357f573a1e1d805cf34a7b1ef4e.zip
update and tigy up for 4.3.12-test-2
-rw-r--r--ChangeLog6
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/.distfiles1
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--Etc/relnote_4.3.12.txt3
-rw-r--r--NEWS6
-rw-r--r--README4
7 files changed, 20 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e8776d7b..1fc8de46c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-10-17  Peter Stephenson  <pws@csr.com>
 
+	* unposted: NEWS, README, Config/version.mk, Etc/.distfiles,
+	Etc/FAQ.yo, Etc/relnote_4.3.12.txt: tidy up and update for
+	4.3.12-test-2.
+
 	* unposted: Completion/Unix/Command/_perforce: small
 	documentation update.
 
@@ -15466,5 +15470,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5477 $
+* $Revision: 1.5478 $
 *****************************************************
diff --git a/Config/version.mk b/Config/version.mk
index 0a46c9366..5a6cbe9c9 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.12-dev-1
-VERSION_DATE='June 20, 2011'
+VERSION=4.3.12-test-2
+VERSION_DATE='October 17, 2011'
diff --git a/Etc/.distfiles b/Etc/.distfiles
index 22cabe7f2..1f31e7acb 100644
--- a/Etc/.distfiles
+++ b/Etc/.distfiles
@@ -20,5 +20,6 @@ relnote_4.3.7.txt
 relnote_4.3.8.txt
 relnote_4.3.9.txt
 relnote_4.3.10.txt
+relnote_4.3.12.txt
 zsh-development-guide
 '
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 509d924c5..b401c632e 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.12; this contains support for multibyte character strings
+  version is 4.3.13; 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/Etc/relnote_4.3.12.txt b/Etc/relnote_4.3.12.txt
new file mode 100644
index 000000000..2f60d97be
--- /dev/null
+++ b/Etc/relnote_4.3.12.txt
@@ -0,0 +1,3 @@
+Versions 4.3.12 largely contains bugfixes with a few minor additions.
+
+See the NEWS file for more detailed information.
diff --git a/NEWS b/NEWS
index 596559eef..148912703 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,12 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
+Changes since 4.3.12
+--------------------
+
+There are no significant feature changes to the shell itself, although
+many bug fixes and improvements to functions.
+
 Changes since 4.3.11
 --------------------
 
diff --git a/README b/README
index 9a81c2b45..07e1f7357 100644
--- a/README
+++ b/README
@@ -5,11 +5,11 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 4.3.12 of the shell.  This is a development release,
+This is version 4.3.13 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.11.
+of the shell was 4.3.12.
 
 Installing Zsh
 --------------