summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
--------------