diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-05-08 05:47:08 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-05-08 05:47:08 +0200 |
commit | 9529af723604dfe1c8152db11e1d216621c898d5 (patch) | |
tree | a512727d6ea897041fca8a6b09f7d5ddd753d7f1 /Etc | |
parent | b09f4483416c54c1782824633dfabaf2ec0265b6 (diff) | |
parent | 32100208ecc26f8b70a0dbef6298bfd2b823d8d0 (diff) | |
download | zsh-9529af723604dfe1c8152db11e1d216621c898d5.tar.gz zsh-9529af723604dfe1c8152db11e1d216621c898d5.zip |
New upstream version 5.8.1.3-test
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/BUGS | 21 | ||||
-rw-r--r-- | Etc/creating-a-release.txt | 3 |
2 files changed, 6 insertions, 18 deletions
@@ -23,18 +23,13 @@ the underlying VCS but not whether quilt is used. Workaround: test (( ${+funcstack[(r)VCS_INFO_quilt]} )). ------------------------------------------------------------------------ 41184: 'exec' optimization for last command in a subshell should be -skipped when STTY=... is set for that command +skipped when STTY=... is set for that command. This is complicated +because the decision to (not) fork is made in execcmd_exec() before +the prefix parameter assignments are examined in execute(). ------------------------------------------------------------------------ 41203 and others: Make it easier to maintain C modules out of tree. (May require defining a stable API for modules, see 41254) ------------------------------------------------------------------------ -42609: :|: =(hang) ------------------------------------------------------------------------- -44007 - Martijn - exit in trap executes rest of function -See test case in Test/C03traps.ztst. ------------------------------------------------------------------------- -44133 debian #924736 (partial patch in 44134) three setopts following ` #` ------------------------------------------------------------------------- 44850 terminal issues with continuation markers ------------------------------------------------------------------------ users/24765 -direct terminals. Not a bug as such but we may need to do @@ -49,17 +44,9 @@ interactive and the subshell is the foreground job. The USEZLE option is always turned off in subshells, for reasons lost to history. There is a related, probably obsolete, vared special case for $TERM set to "emacs". ------------------------------------------------------------------------ -users/26150: MULTIOS does not work with "exec": - -exec 3>/tmp/test1 3>/tmp/test2 - -causes a script to hang. ------------------------------------------------------------------------- 47561: [PATCH v4] vcs_info: choose backend by basedir ------------------------------------------------------------------------ -39319: () { exit } =(:) doesn't clean up the tempfile ------------------------------------------------------------------------- 48091: Bug in compdescribe with matcher 'b:-=+' ------------------------------------------------------------------------ -users/26071: Strange behavior about option completion of `git push +users/26071: Strange behavior about option completion of "git push --f" ------------------------------------------------------------------------ diff --git a/Etc/creating-a-release.txt b/Etc/creating-a-release.txt index 640d19d39..80fe2b301 100644 --- a/Etc/creating-a-release.txt +++ b/Etc/creating-a-release.txt @@ -153,7 +153,8 @@ To create a zsh release: You may need assistance from another dev if you don't have access to do this. -- Post to -workers@ +- Post to -workers@. You may also wish to (ask someone to) update the #zsh + channel topic on IRC. - After a day or so post to: |