about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--NEWS2
-rw-r--r--README4
5 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b98bfe2b..cdaed1883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-06  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted: Config/versiom.mk, Etc/FAQ.yo, NEWS, README: make
+	5.1-test-1 with updates for 5.1.1.
+
 2015-09-05  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* unposted: Doc/Zsh/params.yo Doc/Zsh/zle.yo: Minor documentation
diff --git a/Config/version.mk b/Config/version.mk
index 22ca31974..777a852d8 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-dev-0
-VERSION_DATE='September 1, 2015'
+VERSION=5.1-test-1
+VERSION_DATE='September 6, 2015'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 3188c95c6..0cd1e81ca 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 is the latest production version.  For details of all the
+  Zsh 5.1/1 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/NEWS b/NEWS
index 7c7466c5d..172380d4b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
+There are no significant changes between 5.1 and 5.1.1.
+
 Changes from 5.0.8 to 5.1
 -------------------------
 
diff --git a/README b/README
index e0659eac9..4a8017caf 100644
--- a/README
+++ b/README
@@ -5,11 +5,13 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.1 of the shell.  This is a stable release.  There are
+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 only bug fixes between 5.1 and 5.1.1.
+
 Installing Zsh
 --------------