diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 964e1633f..a8e7df80e 100644 --- a/NEWS +++ b/NEWS @@ -4,8 +4,15 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH Note also the list of incompatibilities in the README file. -Changes since 5.7.1-test-3 --------------------------- +Changes since 5.8 +----------------- + +The zsh/system module's `zsystem flock` command learnt an -i option to +set the wait interval used with -t. Additionally, -t now supports +fractional seconds. + +Changes from 5.7.1-test-3 to 5.8 +-------------------------------- CVE-2019-20044: When unsetting the PRIVILEGED option, the shell sets its effective user and group IDs to match their respective real IDs. On some |