about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-11-21 18:09:27 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-11-21 18:09:27 +0000
commitcce4261a3c6f4bf78b483db61623c80e3c98d10b (patch)
tree264511cbf3eb77ed6c837eca0bcdc5813cb878ec
parente59a857b69e8402cca53b3ba1020c44a0b5e46b8 (diff)
downloadzsh-5.1.1-test-1.tar.gz
zsh-5.1.1-test-1.tar.xz
zsh-5.1.1-test-1.zip
unposted: Make 5.1.1-test-1 in preparation for 5.2 zsh-5.1.1-test-1
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--README11
4 files changed, 12 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 26e0c8403..8dbd45686 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-21  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted: Config/version.mk, Etc/FAQ.yo, README: make
+	5.1.1-test-1 in preparation for 5.2.
+
 2015-11-20  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* unposted: Doc/Zsh/mod_paramter.yo: document order of entries
diff --git a/Config/version.mk b/Config/version.mk
index 7ec276df2..ff259cd5b 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=5.1.1-dev-0
-VERSION_DATE='September 11, 2015'
+VERSION=5.1.1-test-1
+VERSION_DATE='November 21, 2015'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 0cd1e81ca..e71dd5310 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -306,7 +306,7 @@ sect(On what machines will it run?)
 
 sect(What's the latest version?)
 
-  Zsh 5.1/1 is the latest production version.  For details of all the
+  Zsh 5.2 is the latest production version.  For details of all the
   changes, see the NEWS file in the source distribution.
 
   A beta of the next version is sometimes available.  Development of zsh is
diff --git a/README b/README
index 9cb352a5f..2e2ebce2b 100644
--- a/README
+++ b/README
@@ -5,13 +5,10 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.1.1 of the shell.  This is a stable release.  There are
-a few visible improvements since 5.0.8 as well as many bugfixes.  Note
-in particular the two changes highlighted under "Incompatibilites
-between 5.0.8 and 5.1" below.  See NEWS for more information.
-
-There are mostly bug fixes between 5.1 and 5.1.1; however, a few minor
-features useful in resolving problems with shell functions were added.
+This is version 5.2 of the shell.  This is a stable release.  There are
+a few visible improvements since 5.1.1 as well as many bugfixes.  Note
+in particular the changs highlighted under "Incompatibilites
+between 5.1 and 5.2" below.  See NEWS for more information.
 
 Installing Zsh
 --------------