about summary refs log tree commit diff
path: root/README
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 /README
parentfb707c0acbea8b3e06eb6ff9781481929c67d926 (diff)
downloadzsh-64d32d840d4da6146dd675ec6a99ac7c41d97e88.tar.gz
zsh-64d32d840d4da6146dd675ec6a99ac7c41d97e88.tar.xz
zsh-64d32d840d4da6146dd675ec6a99ac7c41d97e88.zip
Update source distribution information for 5.0.7.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
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
 --------------