diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,42 @@ +2022-02-12 dana <dana@dana.is> + + * unposted: Config/version.mk, Etc/FAQ.yo, README: Update + for 5.8.1 + +2022-01-27 dana <dana@dana.is> + + * Jun-ichi Takimoto: unposted: Src/input.c: add 'static' to + shinsavestack + + * Peter Stephenson: 49290: Src/init.c, Src/input.c: Replace + stdio for buffered shell input to avoid memory management + interacting with signal handlers. + + * Jun-ichi Takimoto: 49377: Src/Zle/zle_keymap.c, + Test/X03zlebindkey.ztst: fix segfault by 'bindkey -d' with + reordered keymapnamtab + + * Jun-ichi Takimoto: 47560: configure.ac, aczsh.m4: add necessary + includes or prototypes for the tests in configure (fix errors in + macOS 11) + + * unposted: Completion/Unix/Command/_git: Fix copy/paste error + in earlier commit that broke `git stash drop` + + * Marc Cornellà: security/82 (tweaked): + Functions/VCS_Info/VCS_INFO_formats: Fix typo in + hook_com[base-name_orig] assignment + + * CVE-2021-45444: NEWS, README: Document preceding two changes + + * Marc Cornellà: security/89: + Etc/CVE-2021-45444-VCS_Info-workaround.patch: Add patch which + can optionally be used to work around recursive PROMPT_SUBST + issue in VCS_Info + + * Oliver Kiddle: security/41: Src/prompt.c: Prevent recursive + PROMPT_SUBST + 2020-02-14 dana <dana@dana.is> * unposted: Config/version.mk: Update for 5.8 |