diff options
| author | dana <dana@dana.is> | 2026-06-08 21:06:28 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-06-08 21:09:58 -0500 |
| commit | 43009e311df0ef8debb99197a520287962d11a85 (patch) | |
| tree | c339746318a005f1bad2675d685ee442ad774cbc | |
| parent | 51889: fix module loading problem with full RELRO (diff) | |
| download | zsh-5.9-patches.tar zsh-5.9-patches.tar.gz zsh-5.9-patches.tar.bz2 zsh-5.9-patches.tar.lz zsh-5.9-patches.tar.xz zsh-5.9-patches.tar.zst zsh-5.9-patches.zip | |
unposted: NEWS: fix 5.9 changes headerzsh-5.9-patches
(cherry picked from commit 97749e2d197c512f890546375ffe6fe2d3b0871b)
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2026-06-08 dana <dana@dana.is> + + * unposted: NEWS: fix 5.9 changes header + 2026-06-01 dana <dana@dana.is> * Lukáš Zaoral: unposted: Src/Zle/zle_tricky.c: fix segfault in @@ -20,8 +20,8 @@ known signal numbers and their names. The new completion helper _as_if can be used to complete one command as if it were another command with particular arguments. -Changes since 5.8.1 -------------------- +Changes from 5.8.1 to 5.9 +------------------------- zsh 5.9 is dedicated to the memory of Sven Guckes, who was, amongst other things, a long-time zsh advocate. For more information, see: |
