about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2014-10-02 17:19:51 +0100
committerPeter Stephenson <pws@zsh.org>2014-10-02 17:19:51 +0100
commit64d32d840d4da6146dd675ec6a99ac7c41d97e88 (patch)
treefff4b67fd7ba5dec134932c4f8edc87b0eb1ae99
parentfb707c0acbea8b3e06eb6ff9781481929c67d926 (diff)
downloadzsh-64d32d840d4da6146dd675ec6a99ac7c41d97e88.tar.gz
zsh-64d32d840d4da6146dd675ec6a99ac7c41d97e88.tar.xz
zsh-64d32d840d4da6146dd675ec6a99ac7c41d97e88.zip
Update source distribution information for 5.0.7.
-rw-r--r--ChangeLog3
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--README10
3 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 764ea13e3..ebbf2b055 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-10-02  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 33330: README, Etc/FAQ.yo: information for forthcoming 5.0.7
+	release.
+
 	* 33332: Test/C01arith.ztst: test numeric import fix in 33276.
 
 2014-10-02  Barton E. Schaefer  <schaefer@zsh.org>
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index ed703c68b..08ea979ee 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 5.0.6 is the latest production version.  For details of all the
+  Zsh 5.0.7 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 198e4c8ff..2faa13518 100644
--- a/README
+++ b/README
@@ -5,8 +5,14 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.0.6 of the shell.  This is a stable release.
-There are minor new features as well as bug fixes since 5.0.5.
+This is version 5.0.7 of the shell.  This is a stable release.
+There are minor new features as well as bug fixes since 5.0.6.
+
+Note in particular there is a security fix to disallow evaluation of the
+initial values of integer variables imported from the environment (they
+are instead treated as literal numbers).  Although no major exploits are
+currently known with this issue it is recommended to upgrade as soon as
+possible.
 
 Installing Zsh
 --------------