diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-09-03 15:09:46 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-09-03 15:09:57 +0000 |
| commit | b30b89418af2495c0d48a72573f908c4ecf05efd (patch) | |
| tree | a853b2753ca704ba304984c86a8c504300cd8667 | |
| parent | CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing. (diff) | |
| download | zsh-5.6.tar zsh-5.6.tar.gz zsh-5.6.tar.bz2 zsh-5.6.tar.lz zsh-5.6.tar.xz zsh-5.6.tar.zst zsh-5.6.zip | |
unposted: Release 5.6.zsh-5.6
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Config/version.mk | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2018-09-03 Daniel Shahaf <d.s@daniel.shahaf.name> + + * unposted: Config/version.mk: Release 5.6. + 2018-09-03 Anthony Sottile <asottile@umich.edu> * CVE-2018-0502, CVE-2018-13259: Fix two security issues in diff --git a/Config/version.mk b/Config/version.mk index 0bea45b5b..6bd5734bf 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=5.5.1-test-2 -VERSION_DATE='August 26, 2018' +VERSION=5.6 +VERSION_DATE='September 3, 2018' |
