about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-08-21 10:33:21 +0100
committerPeter Stephenson <pws@zsh.org>2015-08-21 10:33:21 +0100
commit06e1542f5c919bff38cd3b774c4b86fed3a6adb4 (patch)
tree138d8fe6af11ce3f7a016cde6979efb8bc143e50
parent61afb8dc8d75106940ac4248632cb14823a3650e (diff)
downloadzsh-06e1542f5c919bff38cd3b774c4b86fed3a6adb4.tar.gz
zsh-06e1542f5c919bff38cd3b774c4b86fed3a6adb4.tar.xz
zsh-06e1542f5c919bff38cd3b774c4b86fed3a6adb4.zip
unposted: update version from 5.0.8 to 5.1 in descriptive text
-rw-r--r--ChangeLog3
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--README9
3 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index ace02a203..66d1d09e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-08-21  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* unposted: README, Etc/FAQ.yo: update latest release from 5.0.8
+	to 5.1 in descriptive text.
+
 	* 36262: Src/builin.c, Src/compat.c, Src/utils.c,
 	Test/D07multibyte.ztst: replace 36232: the unmeta()
 	was needed at a place higher up.  Add test.
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index e6d509454..25a837ee7 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.0.8 is the latest production version.  For details of all the
+  Zsh 5.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/README b/README
index 552f4731f..e0659eac9 100644
--- a/README
+++ b/README
@@ -5,11 +5,10 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.0.8 of the shell.  This is a stable release.
-There are no significant new features since 5.0.7, but there
-are many bugfixes and some significant internal improvements, notably
-a more predictable effect for keyboard interrupts and proper parsing
-of $(...) expressions.
+This is version 5.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.
 
 Installing Zsh
 --------------