[Pkg-zsh-commits] [zsh] annotated tag debian/5.0.7-1 created (now 2ba7ca3)

Axel Beckert abe at deuxchevaux.org
Wed Oct 8 22:05:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/5.0.7-1
in repository zsh.

        at  2ba7ca3   (tag)
   tagging  fe622b3b1b505b0532126392d211ddb07b405a54 (commit)
  replaces  debian/5.0.6-3
 tagged by  Axel Beckert
        on  Wed Oct 8 23:51:29 2014 +0200

- Log -----------------------------------------------------------------
zsh Debian release 5.0.7-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlQ1seEACgkQwJ4diZWTDt6zUQCeNXdTzLlCwkWnk5JhzdGixnJl
AuEAn1T9DfEvxU/SDDw0GPFPO7/m6Eov
=LQI5
-----END PGP SIGNATURE-----

Alexandre Rames (1):
      33108: stgit --patch completion

Axel Beckert (37):
      33284: Completion/Unix/Command/_*magick: Add JPEG 2000 file extensions
      Merge commit '9982ab6fb5266298c056326ed265fc8560202603' into debian
      Drop all cherry-picked patches
      Add prelimiary changelog entry for new upstream release 5.0.7
      Drop debian/copyright stanza for cherry-picked patches
      Move 9982ab6f to a cherry-picked patch
      Add an initial README.source file
      Convert pkg-zsh-workflow.org to Markdown
      Remove old org-mode formatted version of the workflow
      Remove from workflow docs what no more is or never was used
      Workflow: Explicitly check out the debian branch on cloning
      Workflow: Move .pc handling to Setup
      Workflow: gbp no more needs the branch name, it's in debian/gbp.conf
      Workflow: Trimm down Branches documentation to the essentials
      Workflow: Rework Changes
      Workflow: Use git push -a
      Workflow: Rewrite patch handling
      Workflow: Fix some markdown formatting
      Workflow: Move "Keeping the local repository clean" to the end under "General Git Hints"
      Workflow: Use "Transitioning to a new upstream version" from Axel's pkg-zsh-doc repo
      Workflow: Ensure that the merge is fast-foward only
      Workflow: Use xz instead bzip2
      Workflow: streamline for copy&paste commands
      Move all helper scripts from debian/ to debian/bin/
      Workflow Updating gbp.conf is not really needed
      Workflow: gbp related updates
      Workflow: Minor outline tweak
      Workflow: Don't use ./configure for testing if the package builds
      Workflow: TODO list for the workflow documentation
      Workflow: More reformatting
      Workflow: Mention that merges _must_ be at upstream tags, otherwise Jenkins fails
      Workflow: Fix copy & paste error
      Workflow: Even more reformatting
      Drop patch2quilt helper (unused)
      README.source: Minor update (outline, rephrasing)
      Workflow: Fix pdebuild options
      Upload to experimental as 5.0.7-1

Bart Schaefer (1):
      33346: another bit of the 33345 repair

Barton E. Schaefer (21):
      33069: remove internal quoting before lookup when expanding aliases in an unquoted word
      33070: add %(e..) based on %e
      33077: SHTTY = -1 when closing it in closem()
      Further tweaking of the descriptor leak regression test that sometimes hangs
      33088: indentation in $PS4
      33100: check $fd more rigorously in "exec {fd}<&-"
      33116: followup to 32580 to prevent double-locking with shared or incremental history
      33118: record original param unset state when treating empty the same as unset,
      clarify ${(~j.|.)array} example
      33122: typo from 32891 caused incorrect matches for pcre_match -n
      33143: POSIX_ARGZERO more closely matches bash et al.
      33205: keep array of completions and array of display strings in sync when filtering for matches
      33206: fix compdescribe doc
      33223: discard stderr except when _complete_debug is in progress.
      33256: fix prompttrunc() counting of %{ %} spans
      33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is disconnected
      Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      33298: make lexrestore() more signal-safe
      33319: fix parens in example from 33312
      33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion
      33354: when backgrounding a pipeline, close all pipe descriptors in the parent

Daniel Hahler (1):
      33217: vcs_info: use `--ignore-submodules=dirty` with diff/diff-index

Eric Cook (2):
      33132: use ip on Linux to get interface names
      33224: complete directory as second btrfs argument

Frank Terbeck (1):
      33277: Fix VCS_INFO_reposub's command expansion

Marc Finet (8):
      33149: vcs_info examples: fix typo
      33151: completion git: support aliases when \n exist
      33147: vcs_info git: detect revert or cherry-pick with multiple commits
      33148: vcs_info quilt: refactor standalone detection
      33145: vcs_info git: fix applied-string name
      33150: completion git: fix send-email --confirm values
      33188: vcs_info git: set rrn before using it
      33184: vcs_info git: consider patches for rebase

Mark Oteiza (1):
      33081: suppress unnecessary error message

Mikael Magnusson (6):
      33061: More useful setopt / unsetopt completion
      33136: P glob qual appends words when negated
      33137: _path_files: complete # to introduce a glob flag
      Fix some typos in the documentation
      33365: avoid buffer overflow for very long fds in >& fd syntax
      unposted: ChangeLog entry for 33365

Oliver Kiddle (5):
      users/19113: reorganised cryptsetup completion function
      33198: new augeas completion
      33238: correct return values
      33315: fix pattern to match freebsd10 and later
      33323: fix bug in removing math functions and complete -M option to functions

Peter Stephenson (38):
      unposted: update version to 5.0.6-dev-0 for new commits post release
      Update notes on use of .distfiles
      33057: %e in prompts shows evaluation / execution depth
      33091: improve documentation for ttyctl
      33110: document use of $IFS[0] for variable padding
      users/19059 based on users/19058: remove ineffiency with multiple * matches
      Add $functypestack special parameter in zsh/parameter
      users/19097: remove $functypetrace in favour of ref to $zsheval_context
      33212: try to put /usr/local/share/zsh/site-functions in default fpath
      33213: try to get fixed fpath dir right this time
      33214 (modified further): test prefixes for site fpath better
      unposted: add dvipdf to _dvi command list
      33221 (including 33173 from Anthony Heading): _perforce tweak.
      unposted: mention /usr/local/share/zsh/site-functions default in NEWS
      unposted: mention numeric output with underscore separators
      unposted: more NEWS tweaks while I'm there.
      unposted: tweak last change to NEWS a bit
      users/19143: fix depth glob search with trailing slashes
      33212: improve log entry
      33242: tokens following if, for, repeat, while aren't in command position
      33276: safer import of numerical variables from environment
      users/19183: improve unlikely error case with fdopen in history code
      33285: apply function definition redirections at execution
      33286: handle redirections for multiply named functions
      Fix some compiler warnings in Zle
      33294: $functions[func_with_redir] plus extra tests
      33312: document redirections applied to function definitions
      33325: fix ksh autoloads with redirections on function definitions
      tiny typo
      33332: test safer numeric import from environment
      Update source distribution information for 5.0.7.
      remove "major" from README
      Make 5.0.6-dev-1
      33343: Variant anonymous function synax with arguments.
      unposted: comments in previous commit were reversed
      33345: fix anonymous function complex command handling.
      unposted (discussed offline): update README for integer import vulnerability
      unposted: 5.0.7

Richard Hartmann (1):
      33218: complete m4a files for mplayer

Tanu Kaskinen (2):
      33209: allow dummy zsh.texi if yodl not available.
      33208: improve report on paths at end of configuration

Wieland Hoffmann (1):
      33252: complete more notmuch subcommands

Øystein Walle (5):
      33179: _git: updates for Git 2.0.0
      33176: _git: Add missing --list to git-tag
      33178: _git: updates for Git 2.1.0
      33177: _git: fix typo in git-apply
      33180: _git: add missing --3way option

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list