about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-12-31 03:41:28 -0600
committerdana <dana@dana.is>2020-02-14 16:06:58 -0600
commit048f40b68b05fdd5f3f8d60cda4e69fce2611331 (patch)
tree036d243b19dd2847c54a0a945a3acffec4e62c1f /README
parentb15bd4aa590db8087d1e8f2eb1af2874f5db814d (diff)
downloadzsh-048f40b68b05fdd5f3f8d60cda4e69fce2611331.tar.gz
zsh-048f40b68b05fdd5f3f8d60cda4e69fce2611331.tar.xz
zsh-048f40b68b05fdd5f3f8d60cda4e69fce2611331.zip
Update NEWS/README
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index a3701abe5..7f1dd5f92 100644
--- a/README
+++ b/README
@@ -5,8 +5,9 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is version 5.8 of the shell.  This is a stable release.  There are
-a few visible improvements since 5.7 as well as many bugfixes.
+This is version 5.8 of the shell.  This is a security and feature release.
+There are a few visible improvements since 5.7, as well as many bugfixes.
+All zsh installations are encouraged to upgrade as soon as possible.
 
 Note in particular the changes highlighted under "Incompatibilities since
 5.7.1" below.  See NEWS for more information.
@@ -56,6 +57,12 @@ This only affects you if you override that function in your dotfiles.
 The cd and chdir builtins no longer interpret operands like -1 and +2 as
 stack entries when POSIX_CD is enabled.
 
+Dropping privileges with `unsetopt privileged` may fail (with an error
+message) on some older and uncommon platforms due to library dependency
+changes made in the course of fixing CVE-2019-20044.  Please report this
+to the zsh-workers mailing list if your system is affected.  See NEWS for
+more.
+
 Incompatibilities between 5.6.2 and 5.7.1
 -----------------------------------------