about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-05-01 21:30:23 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-05-01 21:30:23 +0100
commitb29278c69a67089ba225a98478069eb3f32ab4e6 (patch)
treed23978c4b71239cf16481256ba2d714847fcafc0 /README
parent938751d2636f1b45b438f345b89861f1b0ed628e (diff)
downloadzsh-b29278c69a67089ba225a98478069eb3f32ab4e6.tar.gz
zsh-b29278c69a67089ba225a98478069eb3f32ab4e6.tar.xz
zsh-b29278c69a67089ba225a98478069eb3f32ab4e6.zip
35009: updates for 5.0.8
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 5 insertions, 10 deletions
diff --git a/README b/README
index 94df2a561..142daadf1 100644
--- a/README
+++ b/README
@@ -5,16 +5,11 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-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).  That could allow local
-privilege escalation, under some specific and atypical conditions where
-zsh is being invoked in privilege elevation contexts when the
-environment has not been properly sanitized, such as when zsh is invoked
-by sudo on systems where "env_reset" has been disabled.
+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.
 
 Installing Zsh
 --------------