[Pkg-zsh-commits] [zsh] annotated tag debian/5.2-dev-1-1 created (now 2ee82e1)

Axel Beckert abe at deuxchevaux.org
Mon Feb 1 00:15:26 UTC 2016


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

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

        at  2ee82e1   (tag)
   tagging  43f9d6ed8444ef32cabbe0b9f36be0918b48f0a0 (commit)
  replaces  debian/5.2-3
 tagged by  Axel Beckert
        on  Mon Feb 1 00:52:26 2016 +0100

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

iQIcBAABCAAGBQJWrp46AAoJEGvmY8daNcl15vMP/iQsPw4laF/Yhe5TOsVh9Gbu
o7KAMpORI8hsdmxmXPZB/j1VgbN1QQzg85b4lxwxnrFQqEO2IdofDs6SZKlJg87v
RZkrDUfe21NBsUhd7Sz3XgUuE4hOPUEzWw3vvdI6Dmgms/83EglOq9wyXf0rTiN7
cKS9ZAuhFC2/4psvWstQnIIIz8PKbH0PxvNEdkBk7plpzWRqkMd3IeiLbZ/jsW7A
lfIidFfDAeDWsixnF5omqMO2iHt13Yy0cOujYwIphiQokVICIHW3b/6o6bvrNkNX
eEioMGsRtS4raszjg+F2rc1Bq5tqlMKDDuHBPQheqmbZErMpr/4Ga01cF3cPxryR
6vIB/xDCm4RPXbT0fefjudweG/ghyVAaXZ38aALh42jOmNbtH0KokOdLIkscnv79
NVQHPzpF8Ww412F637lRgR1aCv5ZA0CUZRnpnyKOTE137hC8v++FqjrXraNg3qwF
xU3a5lAmyzX+q9qe3V3WtWCJT+ksh7T+US7rsQD9fBz4WmzNh5kDMcJqlA6DLpLf
9XAf2pxpHk0ff7EauK7xqOsXgW6b/5UkCbDU/5O884MDVuU00aZwhpHU0WooDbZp
qQUSq1wto/YM8hsXg+T65ZaZ9EEy/ZiJQmD5KH9FPNcRglQz8XGYDe9HNCcNnz+2
rjvlb4dD+LRuIZgbycxe
=3QnM
-----END PGP SIGNATURE-----

Adrien Vergé (1):
      37397: Optimised update to dnf completion

Axel Beckert (15):
      Add changelog entry for previous commit
      37438: C/D/C/_aptitude: Also parse -h output of aptitude 0.7.5 and later
      Add "--ddeb-migration=zsh-dbg" to "dh_strip -pzsh" for proper Breaks/Replaces
      Add rosbash to bug-script's fallback list of packages with code to be sourced in .zshrc
      Merge branch 'upstream' at 5.2-dev-1 into debian
      Update changelog for new beta release, remove patches applied upstream
      Remove GCC-4.9-specific workaround on s390x from debian/rules
      Enable hardening=+bindnow, fixes lintian warning hardening-no-bindnow
      Remove usage of alternatives system for zsh, rzsh and zsh-static
      Minor fixups for previous commit
      Switch Vcs-Git from git:// to https://, fixes lintian warning vcs-field-uses-insecure-uri
      Yet another minor fixup of the alternatives-system removal
      Add patch by Bart Schaefer to fix segfault in is_cond_binary_op
      Now that compiling with -fPIE is fixed, build with hardening=+all
      Upload to experimental as 5.2-dev-1-1

Barton E. Schaefer (23):
      users/21068: use emacs keymap in vared by default
      unposted (cf. 37387): emulate turns off WARN_CREATE_GLOBAL
      users/21082 (expanded): a more complete sorting of version strings that are not in the form of zsh version numbers; additional explanatory comment
      37434: POSIXBUILTINS "command" should prevent shell exit on errors from special builtins
      37435 (+ fix typo): allow execution of empty files as "sh" scripts
      37460: make sure the default keymap is emacs before using that keymap to test bindings
      37467: add "print -v var" / "printf -v var"
      37468: allow line breaks in more places in [[ ... ]]
      unposted: enable WARN_CREATE_GLOBAL for print -v
      37469: do NOT allow semicolons in place of line breaks in conditionals
      37473: check for cshnullglob in command position.
      37483: save and possibly restore cshnullglob failure state around each evaluation of an (e:...:) glob qualifier.
      37493: readonly + POSIX_BUILTINS == typeset -gr
      37497: handle NUL bytes in "printf -v".
      37503: detect incompatible "print" options, fix metafication and possible memory leak, miscellaneous cosmetics
      37504: refactor code using/simulating memstream to capture output for "print -v"
      37513: fix typos; improve error cleanup and correct for signed/unsigned compiler warning
      unposted: Src/builtin.c: refine READ_MSTREAM to avoid unsequenced evaluation
      Jun T.: 37515: multibyte handling as per 35448.
      37567: use (Z:n:) to split the buffer into words so line breaks are treated as whitespace
      37570: give truth to the doc assertion transpose-words-match is a drop-in replacement for transpose-words
      Belated ChangeLog entry for 37489, back-dated to the correct sequence.
      37682: when SH_GLOB is set, do not parse bare parentheses in arguments as a pattern grouping.

Daniel Shahaf (24):
      37295: kill-word-match: Join kills
      37296: Avoid needless calloc().
      unposted: Remove uneeded executability bits.
      37253: Constify two local variables.
      36957: _git: Apply matchspecs to filename completion such as 'git log f/b<TAB>' → 'foo/bar.txt's
      37150: _git: Autocomplete .. for commit ranges
      37257 (in part): Add array assignment tests.
      unposted (after users/20873): Theoretical fix: don't parse print/echo escape sequences in $zle_bracketed_paste.
      37456: Have zle_highlight=(none) disable paste highlighting
      unposted: NEWS: Document how to disable paste highlighting.
      37551: Include the builtin's name in a "bad option" error message.
      37550: _cu: Support Linux line-device names; fail gracefully on OSes matching no known line-device name pattern.
      37591: 'alias -L': skip with a warning aliases with '=' in their LHS
      37590: Invoke zle-line-pre-redraw during isearch.
      37612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' case.
      unposted: Fix typo in comment.
      unposted: Extend docstring of callhookfunc().
      unposted: docs: zshzle(1): Trivial clarification to $CONTEXT.
      37663: New bibtex completion (very minimal).
      37634: _man: Disentangle a local variable that had two distinct semantics. No functional change
      37634: _man: Support subsection names such as '3p'.
      37664: docs: Document the completion function _command_names.
      37665: Completion: New helper _absolute_command_paths.
      37666: Completion: git: 'send-email --smtp-server=' takes absolute path to sendmail.

Felipe Sateler (1):
      Add missing apt purge and autoremove subcommands

Frank Terbeck (2):
      37451: vcs_info: Declare "msgs" in early context
      zshrc: Make expansion robust with NO_UNSET

Jun T (1):
      37501 (+ revise test): correct byte counts when simulating memstream via temp file

Matthew Martin (2):
      37383: add completion type for object files
      37534: completion for OpenBSD's cu, fw_update and rcctl utils

Mikael Magnusson (1):
      36650: Add zle-line-pre-redraw hook for highlighting

Oliver Kiddle (3):
      users/20873: disable bracketed paste while running external editor from zle
      users/21114: new dig completion
      37453 (with Bart, started by Baptiste Daroussin, 37315): try to improve detection of noatime filesystem

Peter Stephenson (34):
      unposted: Update internal version to 5.2-dev-0.
      37294: Add ZSH_EXECUTION_STRING.
      unposted: fix init_io() calls in previous change
      37202: suppress WARN_CREATE_GLOBAL warnings after a fork
      37303: test WARN_CREATE_GLOBAL negative cases.
      37305: typeset -p can now output arrays on one line
      37314: upgrade quotedzputs() for non-printable output.
      37326: comment only: multibyte string lenght/width counting
      37310: effect of disabling typeset reserved word
      37335: fix tests after 34314
      unposted: fix ChangeLog for previous change
      37337: Delay freeing widget until not in use.
      37331: Use a single chracter to represent an MB_INCOMPLETE.
      37344: restore old printable quoting, add ${(q+)...}.
      users/21071: Fix binding of multibyte sequences.
      37347: Remove incorrect local for msgs in VCS info
      37348: Tests and fix for ${(q+)...}.
      37364: "test" and "[" handling of parentheses.
      37378: New bindkey tests.
      37386: localise mbegin, mend, match in URL magic
      unposted: missed ChangeLog entry
      37400: typo gave unwanted error message in zsh_directory_name_generic
      37401: pattern error caused too much activity in _list_files for some styles
      37405: Fix self-insert binding for multibyte sequences.
      37411: more bindkey tests
      37489, tweaked: with POSIX_IDENTIFIERS create math var as scalar
      37512: overeager WARN_CREATE_GLOBAL with strftime
      37643: Reset interrupt on key input in menu selection.
      37646: Return non-zero status from typeset assigning readonly
      37646: bit missed out of previous readonly commit.
      37678: Now possible to quote "-" in pattern range
      37689: ! and ^ need to be tokenised in character sets
      37693: turn Dash into '-' in glob qualifiers
      unposted: increment version to 5.2-dev-1

Philip Sequeira (1):
      37345: VCS_INFO functions break with setopt no_unset

Simon Hafner (1):
      37260: add opus to mplayer audio completions

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

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