Change logs for zsh source package in Sid

  • zsh (5.9-6) unstable; urgency=medium
    
      * [c366ecc] Cherry pick upstream commit ecd3f9c9 to fix FTBFS issue with
        newer texinfo (Closes: #1057610)
    
     -- Michael Prokop <email address hidden>  Tue, 09 Jan 2024 11:15:01 +0100
  • zsh (5.9-5) unstable; urgency=medium
    
      * [138340f9,dc77864f] Cherry pick multiple (partial) upstream commits to
        migrate zsh's pcre module to pcre2. Update Build-Depends, Build-Using
        and debian/tests/control from libpcre3-dev to libpcre2-dev
        accordingly. (Closes: #999918)
    
     -- Axel Beckert <email address hidden>  Thu, 07 Sep 2023 01:17:01 +0200
  • zsh (5.9-4) unstable; urgency=medium
    
      * [76a48d6c] Enable gdbm module to be build again, this time via
        --enable-gdbm. Thanks to András Korn for reporting this regression.
        (Closes: #1030349)
      * [b29a6be7] Bump my packaging copyright years in debian/copyright.
    
     -- Axel Beckert <email address hidden>  Sun, 05 Feb 2023 01:37:45 +0100
  • zsh (5.9-3) unstable; urgency=medium
    
      * [50f17ad1] Cherry-pick upstream commit 3e3cfabc to fix a completion
        regression with NO_CASE_GLOB in Zsh 5.9. Thanks to Vincent Lefèvre!
        (Closes: #1013434)
      * [c513a394] Declare compliance with Debian Policy 4.6.2. No other
        changes were needed.
      * [749f6b2d] Drop alternative build-dep on transitional package
        bsdmainutils. Thanks to Lintian!
    
     -- Axel Beckert <email address hidden>  Mon, 30 Jan 2023 02:13:43 +0100
  • zsh (5.9-2) unstable; urgency=medium
    
      [ Helmut Grohne ]
      * [8dff29f4] Update /etc/shells using dpkg triggers (Closes: #1023317)
    
      [ Axel Beckert ]
      * [4cda7bc3] Update Helmut's patch to use more debhelper style file
        installing.
      * [27ee5df9] Bracketize and update lintian overrides where needed.
    
     -- Axel Beckert <email address hidden>  Mon, 14 Nov 2022 01:38:14 +0100
  • zsh (5.9-1) unstable; urgency=low
    
      * [73d31738,d4d20348,2ae4a398] Import new upstream release 5.9.
      * Retroactively set urgency=low in 5.8.1.2-test-2. This allows us to
        upload 5.9-1 to unstable with urgency=low as well.
      * [2af324df] Add patch to fix two typos in man pages found by Lintian
      * [2e260363] Drop lintian override for hardening-no-fortify-functions,
        no more needed.
      * [05e8cdc5] Declare compliance with Debian Policy 4.6.1. No further
        changes were needed.
    
     -- Axel Beckert <email address hidden>  Sun, 15 May 2022 01:20:26 +0200
  • zsh (5.8.1-1) unstable; urgency=high
    
      * [1a490c705,12eb3e53,a13f7a2b] Import new upstream security and bugfix
        release 5.8.1.
        + [c187154f,fdb8b0ce,bdc4d70a] Fixes CVE-2021-45444, a vulnerability
          in prompt expansion which could be exploited through e.g. VCS_Info
          to execute arbitrary shell commands without a user's knowledge.
        + [92d7d4dd] Refresh patches as needed. Drop cherry-picked patch with
          commit 754658af, included in upstream bugfix release.
      * [2556a97c] Drop debian/zsh-static.NEWS, zsh-static will stay. Thanks
        to those who gave feedback about our proposed zsh-static removal back
        in 2015, especially Vincent Bernat.
      * [0fbb22e7] Extend zsh-static package description to explain its use
        cases. Thanks to shirish शिरीष to make us aware of this deficency of
        the package description by asking the right questions (back in
        2015). :-)
      * [daf87c89] zsh-static: Drop dep. on zsh, recommend zsh-common instead.
      * [2f5cd2e1] Update lintian overrides wrt. to change tag formats.
      * [cf14eeb5] Add lintian override for bash-term-in-posix-shell. It's zsh
        code and it's guarded by a check if we're running zsh or not.
      * [ca06fcef] Add lintian overrides for bin-sbin-mismatch false positives.
      * [db8c6c1c] debian/zsh5: Add ${static} suffix also to alternative path
        in warning.
      * [dc50ace5] Update copyright years in debian/copyright. Thanks Lintian!
      * [e872908c] debian/copyright: Remove obsolete upstream URLs. (FTP + SF)
      * [60187dd3] debian/watch: Drop comment about FTP timeouts.
      * [34379187] Make paths in lintian overrides agnostic to upstream versions
      * [566bf8c1] Add lintian overrides for all occurrences of
        very-long-line-length-in-source-file. They're all false positives.
      * [32c07ee0] Update copyright years in debian/copyright. Thanks Lintian!
    
     -- Axel Beckert <email address hidden>  Sat, 12 Feb 2022 23:00:09 +0100
  • zsh (5.8-10) unstable; urgency=medium
    
      * [130801d2,92b60e43] Fix segfaults in zsh-static after glibc upgrades
        by making sure nothing is loaded dynamically anymore. (Closes: #993843
        and fixes autopkgtest failures in not or too up to date chroots.)
    
     -- Axel Beckert <email address hidden>  Fri, 17 Sep 2021 15:48:52 +0200
  • zsh (5.8-9) unstable; urgency=medium
    
      * [b895ac67] Revert "Explicitly declare B-D-I on cm-super-minimal as
        arch:all to fix crossbuild issues".  While it fixes crossbuild issues
        on Salsa's CI and builds fine there in all steps and even passes
        test-build-all, it causes the arch:all build on the build daemons to
        not start due to "build dependency uninstallable". *sigh*
    
     -- Axel Beckert <email address hidden>  Thu, 16 Sep 2021 03:26:30 +0200
  • zsh (5.8-8) unstable; urgency=medium
    
      [ Axel Beckert ]
      * [3637af2b] Set runhelpdir at configure time; drop sed-based fixup at
        install time. (Closes: #993539)
      * [7f57499f] Add patch to set default pager to /usr/bin/pager instead of
        more. Drop according sed call from debian/rules which didn't catch
        .zwc files.
      * [741c837e] Reenable running build-time testsuite against zsh-static.
        (See discussion in #993843.)
      * [cd6dff21] Update lintian override for slightly modified
        pkg-not-in-package-test tag.
      * [b78df051] Retroactively mention Salsa MR!1 (upstream commit a8b0d399)
        in 5.7.1-test-3-1 debian/changelog entry.
      * [801f5e10] Explicitly declare B-D-I on cm-super-minimal as arch:all to
        fix crossbuild issues.
      * [8d37726d] Also let autopkgtest check zsh-static in a separate test
        run. Skip V07pcre.ztst there as --enable-pcre does require dynamic
        loading. Triggered by the discussion in #993843.
    
      [ Vincent Lefevre ]
      * [e178f191] Replace all occurrences of transitional package
        libncursesw5-dev with libncurses-dev.  Remove resulting
        duplicates. (Related to commit 71ee4aef.) Fixes FTBFS iff
        libncursesw5-dev was not installed. (Closes: #993861)
    
      [ Marco Trevisan (Treviño) ]
      * [fa46e8b0] debian/zshrc: Don't use grep to check if we're in Ubuntu.
        (Merges Salsa MR!2)
    
     -- Axel Beckert <email address hidden>  Wed, 15 Sep 2021 18:48:16 +0200
  • zsh (5.8-7) unstable; urgency=medium
    
      [ Axel Beckert ]
      * [8d275ba5] Add the new zsh-security mailing list as Security-Contact
        to debian/upstream/metadata.
      * [e868fe11] Install text-only FAQ into zsh-common. See #961757 + #980903.
        + Add Breaks and Replaces headers against zsh-doc to zsh-common.
        + Add a build-dependency on debhelper ≥ 13.4.
      * [96fbd8b2] Declare compliance with Debian Policy 4.6.0. (No other
        changes were needed.)
      * [06824140] Drop override_dh_strip-arch due to debug symbol migration
        being long complete.
      * [0f5af7a7] Run "wrap-and-sort -a".
    
      [ Daniel Shahaf ]
      * [9ddb0116] d/README.Debian: Mention vcs_info's patch series support
        for Debian package maintainers.
    
     -- Axel Beckert <email address hidden>  Wed, 25 Aug 2021 02:25:11 +0200
  • zsh (5.8-6) unstable; urgency=medium
    
      [ Daniel Shahaf ]
      * [d248a7ff] d/changelog: In 4.3.12-1, retroactively list #489646 as a
        duplicate of #620452.
    
      [ Axel Beckert ]
      * [78bd839c] Add a debian/.gitignore file to ignore build artefacts.
      * [79fc7a20] zsh-static: Drop lintian override
        package-contains-broken-symlink, no more needed.
      * [ec4b020b] Add lintian override for hardening-no-fortify-functions on
        gdbm.so, too.
      * [5d383282] Drop "-Wl,--as-needed" from $LDFLAGS. (No more needed
        according to lintian warning debian-rules-uses-as-needed-linker-flag.)
      * [a127f477] Disable blhc CI job for now. (too many and only false
        positives)
      * [12746f0a] Salsa CI: Allow reprotest to fail. (The FTBFS inside
        reprotest is locally not reproducible with "reprotest
        --variations=-kernel".)
      * [3141c8a5] Declare compliance with Debian Policy 4.5.1. (No other
        changes were needed.)
      * [033709c5] Also install the Zsh FAQ. (Closes: #961757)
        + Thanks Daniel Shahaf!
        + [82386525] Install text-only FAQ into zsh-doc, too, for now, despite
          it better fits into zsh-common. See #980903 against debhelper for
          details.
    
      [ Helmut Grohne ]
      * [d0a05770] Demote documentation dependencies to B-D-I.
        (Closes: #980895)
    
     -- Axel Beckert <email address hidden>  Sat, 06 Feb 2021 05:15:22 +0100
  • zsh (5.8-5) unstable; urgency=medium
    
      [ Axel Beckert ]
      * [75eb3334] Retroactively mention #928194 in 5.8-1 changelog entry.
      * [d4dedd99] Adapt to "col" having been moved from bsdmainutils to
        bsdextrautils. (Closes: #963420)
      * [71a1b8a4] Try to fix cross-installability of run-testsuite
        autopkgtest check.
      * [dc40a872] Add a minimal debian/salsa-ci.yml file.
      * [27586e0e] Bump debhelper compatibility level to 13.
      * [c2242d6d] Cherry-pick 754658af from upstream to fix "git stash drop"
        tab-completion.
      * [eda6cb4d] Update lintian overrides wrt. renamed lintian tags.
    
      [ Daniel Shahaf ]
      * [49dbae2c] Retroactively close #740587 in 5.2-test-1-1.
      * [e8d6bb61] Cherry-pick d128bc0b from upstream: 45731: _debsnap: New
        completion function (Closes: #960298)
    
     -- Axel Beckert <email address hidden>  Tue, 30 Jun 2020 17:42:41 +0200
  • zsh (5.8-4) unstable; urgency=medium
    
      [ Romain Porte ]
      * Add completion for dscverify. (Closes: #953389)
    
     -- Axel Beckert <email address hidden>  Sun, 22 Mar 2020 16:12:25 +0100
  • zsh (5.8-3) unstable; urgency=medium
    
      [ Steve Langasek ]
      * [ca933173] Make autopkgtests cross-test-friendly
        + debian/tests/control: Declare dependency on adequate as native.
        + debian/tests/control: Let run-testsuite also depend on libpcre3.
        + Mark zsh-doc as "Multi-Arch: foreign".
    
      [ Axel Beckert ]
      * [ca933173] Merge changes from Ubuntu's 5.8-2ubuntu1 and 5.8-2ubuntu2,
        see above.
      * [7ca6cb3f] debian/tests/control: Replace libpcre3 with @builddeps@ to
        pull in all Recommends.
    
     -- Axel Beckert <email address hidden>  Sat, 22 Feb 2020 01:10:43 +0100
  • zsh (5.8-2) unstable; urgency=medium
    
      [ Daniel Shahaf ]
      * [dae9b602] Fix advice in comment: zprofile isn't sourced by non-login
        interactive shells.
      * [b43af98a] d/zshrc: Tighten regex.
    
     -- Axel Beckert <email address hidden>  Tue, 18 Feb 2020 01:33:26 +0100
  • zsh (5.8-1) unstable; urgency=medium
    
      * Switch to using the original upstream tar ball instead of generating a
        minimal upstream tar ball from upstream's git repository. Drop most
        generated files in the upstream tar ball during the clean target via
        debian/clean.
        + Create a pristine-tar branch in the packaging git repository.
        + Fixes lintian warning orig-tarball-missing-upstream-signature.
        + [c75569cf] debian/clean: Add some more files from the original
          upstream tar ball, but not in upstream git.
        + [d39a9ee3] debian/gbp.conf: Declare upstream-vcs-tag format.
        + [09ab1592] Drop the get-orig-source target, no more needed.
        + [2c079e6a] Get debian/source/options's extend-diff-ignore back in
          sync with debian/clean to avoid unnecessary warnings.
        + [62fa1223] Add a debian/rules convenience target to restore files
          from git which were removed in the clean target.
        + [1151b6d2] Update debian/pkg-zsh-workflow-new-upstream-release.md.
    
      * [77d203f,94c033d2,2794556a] Import new upstream release 5.8.
        + Fixes CVE-2019-20044: When unsetting the PRIVILEGED option, the
          shell sets its effective user and group IDs to match their
          respective real IDs. On some platforms (including Linux), when the
          RUID and EUID were both non-zero, it was possible to regain the
          shell's former privileges by e.g. assigning to the EUID or EGID
          parameter. (Closes: #951458)
    
      * [c7b64d0b] Apply changes from Ubuntu's zsh 5.7.1-1ubuntu2 package, but
        ignore all changes to debian/changelog and the Maintainer field.
        + This includes:
          - debian/zshrc: Enable completions by default, unless
            skip_global_compinit is set.
          - Support cross-compiling:
            + Adjust upstream autoconf cross-compile default fallbacks.
            + Skip zcompile when cross-compiling.
            + Add libelf-dev build-dependency.
        + [1424bad8] debian/zshrc: Enable completions only on Ubuntu and
          derivatives by default, so that the behaviour neither changes on
          Debian nor on Ubuntu nor on according derivatives.
    
      * [71ee4aef] Fix FTBFS if libncurses-dev provided the libncursesw5-dev
        build-dependency. Thanks to Daniel Shahaf for helping to figure out
        how to solve this issue properly.
      * [cd532ebb] Add libgdbm-dev as build-dependency to build the zsh gdbm
        module. Thanks to Daniel Shahaf and András Korn. (Closes: #951457)
      * [867b565c] Add lintian override for "zsh-dev:
        package-contains-no-arch-dependent-files" /usr/include/zsh/config.h
        _is_ architecture-dependent, just not a binary.
      * [303ea167] Retroactively list #924736 as fixed in previous upload.
      * [236a9317] Declare adequate autopkgtest to be superficial.
      * Upload to unstable again.
    
     -- Axel Beckert <email address hidden>  Sun, 16 Feb 2020 22:42:04 +0100
  • zsh (5.7.1-1) unstable; urgency=medium
    
      * [8b89d0d5,ea17cf89] New upstream bugfix release
        + [205859e6] Drop fix-vcs-info-p4.patch, fixed upstream
    
      [ Daniel Shahaf ]
      * [14d26260] d/upstream/signing-key.asc: Add the 5.7 RM's signing key.
    
     -- Axel Beckert <email address hidden>  Tue, 05 Feb 2019 01:18:01 +0100
  • zsh (5.7-2) unstable; urgency=low
    
      [ Frank Terbeck ]
      * [cb6fba8] Fix perforce detection in vcs-info
    
     -- Michael Prokop <email address hidden>  Sun, 27 Jan 2019 22:35:34 +0100
  • zsh (5.7-1) unstable; urgency=low
    
      * [9799d0f9,7b75d97c] New upstream release
        + Upload to unstable again.
    
     -- Axel Beckert <email address hidden>  Fri, 25 Jan 2019 23:48:48 +0100
  • zsh (5.6.2-3) unstable; urgency=medium
    
      * [92175749] Revert "Switch from the deprecated libpcre3 to the newer
        (!) libpcre2." libpcre2 is not a drop-in replacement and not detected
        by zsh's configure script. (Closes: #909084, reopens LP#1792544)
    
     -- Axel Beckert <email address hidden>  Wed, 19 Sep 2018 01:06:53 +0200
  • zsh (5.6.2-2) unstable; urgency=medium
    
      [ Axel Beckert ]
      * [a5db2473] Switch from the deprecated libpcre3 to the newer (!)
        libpcre2. (LP: #1792544)
    
      [ Daniel Shahaf ]
      * [3d8f4eee] Cherry-pick 551ff842 from upstream: Another attachtty()
        fix. (Closes: #908818)
    
     -- Axel Beckert <email address hidden>  Tue, 18 Sep 2018 01:15:17 +0200
  • zsh (5.6.2-1) unstable; urgency=medium
    
      * [92bef885,3d116bbb] New upstream bugfix release.
        + [490c395d] Refresh further-mitigate-test-suite-hangs.patch.
        + [7c5241ed] 43446: More entersubsh() / addproc() wiring.
          (Closes: #908033, #908818)
        + [07ad7fd9] Fix windowsize when reattaching to terminal on process
          exit. (Closes: #908625)
    
      [ Daniel Shahaf ]
      * [77265d89] d/README.Debian: Fix typo.
    
      [ Axel Beckert ]
      * [5484e5d4] Cherry-pick decc78c72 from upstream: _svn: Allow hyphens in
        command name aliases.
    
     -- Axel Beckert <email address hidden>  Sat, 15 Sep 2018 03:02:31 +0200
  • zsh (5.6.1-1) unstable; urgency=medium
    
      * [b3239c5e,b531f38d] New upstream bugfix release.
        + [0d5275c6] Fix process group setting in main shell. (Mitigates:
          #908033)
      * [5379b4c6] Retroactively mention #908000 in previous changelog entry.
      * [a04e81b6] Update README.Debian wrt. -dbg vs -dbgsym packages and
        apt-get vs apt.
    
     -- Axel Beckert <email address hidden>  Tue, 11 Sep 2018 21:59:04 +0200
  • zsh (5.6-1) unstable; urgency=high
    
      * [b30b8941,6e6500bfa] New upstream release.
        + [ec2144bb] Refresh patch further-mitigate-test-suite-hangs.patch.
        + [1c4c7b6a] Fixes two security issues in shebang line
          parsing. (CVE-2018-0502, CVE-2018-13259)
        + Upload to unstable with high urgency.
      * [c605c9a1] Install symlinks to NEWS.gz (Policy 4.2.0) + README.Debian
        to /usr/share/doc/zsh/. Drop no more used symlink from changelog.gz to
        ../zsh-common/changelog.gz from debian/zsh.links. Update
        debian/TODO.md with some minor, but non-trivial documentation issues
        recently noticed.
    
     -- Axel Beckert <email address hidden>  Mon, 03 Sep 2018 19:24:47 +0200
  • zsh (5.5.1-1) unstable; urgency=medium
    
      * [03fcdd08] Import new upstream bugfix release.
        + [517cda38] Fixes GLOB_DOTS for !RM_STAR_SILENT (Closes: #875460)
      * [b83399fc] Retroactively mention #891140 in the debian/changelog
        entries of 5.4.2-test-2-1 and 5.5-1.
    
     -- Axel Beckert <email address hidden>  Tue, 17 Apr 2018 03:36:13 +0200
  • zsh (5.5-1) unstable; urgency=medium
    
      [ Axel Beckert ]
      * [fe36c1ad] Import new upstream release.
        + [31f72205] CVE-2018-1100: check bounds on buffer in mail
          checking. (Closes: #895225)
    
      [ Sven Joachim ]
      * [1521c7d0] Handle /usr/local/share/zsh with dh_usrlocal.
        (Closes: #895153)
    
     -- Axel Beckert <email address hidden>  Mon, 09 Apr 2018 01:17:56 +0200
  • zsh (5.4.2-4) unstable; urgency=medium
    
      * [d49689fe] Cherry-pick upstream patches to fix:
        + CVE-2018-1071 (Check bounds when copying path in "hashcmd()".
          Closes: #894044)
        + CVE-2018-1083 (Check bounds on PATH_MAX-sized buffer used for file
          completion candidates. Closes: #894043)
      * [01004557] Drop zsh-static lintian override for no more emitted tag.
      * [5c603baa] Update Vcs-* headers for move to Salsa.
      * [35768486] Declare compliance with Debian Policy 4.1.4. (No other
        changes were required.)
    
     -- Axel Beckert <email address hidden>  Sat, 07 Apr 2018 03:50:13 +0200
  • zsh (5.4.2-3) unstable; urgency=low
    
      * debian/rules:
        + [5df0d11d,9d0df8ac,28b774be,fd367287] Switch from explicit targets
          to a "minimal" dh style.
        + [616bc13e] Drop some no more needed, fitting or relevant comments.
      * [48f580fc,40eff612] Declare compliance with Debian Policy 4.1.3. (No
        other changes were required.)
      * [90037107] Bump debhelper compatibility to 11.
        + Update versioned build-dependency on debhelper accordingly.
    
     -- Axel Beckert <email address hidden>  Sat, 30 Dec 2017 07:25:44 +0100
  • zsh (5.4.2-2) unstable; urgency=medium
    
      * [efc08e15] Declare compliance with Debian Policy 4.1.1. (No other
        changes required.)
      * [efa4b98e] Set "Rules-Requires-Root: no"
        + Drop "-o root -g root" from $(INSTALL_PROGRAM) in debian/rules. (No
          more needed, user/group are either set by dh_fixperms or dpkg-deb
          nowadays.)
      * [c6da4ef3] dh_strip: Use --dbgsym-migration instead of historical
        --ddeb-migration.
    
     -- Axel Beckert <email address hidden>  Thu, 02 Nov 2017 20:47:01 +0100
  • zsh (5.4.2-1) unstable; urgency=medium
    
      * [4aaf06e6] Import new upstream bugfix release 5.4.2.
      * [48098e7b] Document change of default behaviour in 5.4.1 in
        NEWS.Debian. (Closes: #871816)
      * [f33de64a] Declare compliance with Debian Policy 4.1.0. (No other
        changes needed.)
    
     -- Axel Beckert <email address hidden>  Wed, 13 Sep 2017 01:15:48 +0200
  • zsh (5.4.1-1) unstable; urgency=low
    
      [ Axel Beckert ]
      * [e3b67a81] Import new upstream release 5.4.1.
        + [4d67d694] Drop all patches except
          further-mitigate-test-suite-hangs.patch and
          update-debian-sections.patch. (were either applied upstream or
          cherry-picked)
        + [385cb9b9] Fixes incomplete completion list for "man -a". (Closes:
          #853130)
      * [d0927608] Drop build-dependencies on autotools-dev and dh-autoreconf.
        No more needed with debhelper compatibility level 10 and the according
        versioned build-dependency.
      * [4cbb9256,9574eafe] Replace dh_autotools-dev_*config with
        dh_update_autotools_config (+ dh_clean).
    
      [ Daniel Shahaf ]
      * [e795f448] Change the value of $ZSH_PATCHLEVEL to sport the Debian
        package version including the Debian package revision.
    
     -- Axel Beckert <email address hidden>  Fri, 11 Aug 2017 03:20:51 +0200
  • zsh (5.3.1-5) unstable; urgency=medium
    
      * [aa55c6bb] Patch configure.ac to add support for yodl 4 to yodl
        version check. (Closes: #865492)
      * [ffdd3ef2] Switch all http://www.zsh.org/ and http://www.debian.org/
        URLs in packaging to HTTPS.
      * [42e6d850] Declare compliance with Debian Policy 4.0.0. (No further
        changes were required.)
      * [2b2aa74d] Bump debhelper compatibility to 10.
        + Update versioned build-dependency on debhelper accordingly.
        + Remove all --parallel options from debian/rules.
    
     -- Axel Beckert <email address hidden>  Thu, 22 Jun 2017 04:26:33 +0200
  • zsh (5.3.1-4) unstable; urgency=high
    
      * [5c3b52b8] Reorder zsh.postinst: do alternatives removal before
        (re)creating /usr/bin/zsh symlink. Thanks to ilf for the bug report
        and Adrian Bunk for finding the right solution. (Closes: #860033)
    
     -- Axel Beckert <email address hidden>  Tue, 11 Apr 2017 21:34:40 +0200
  • zsh (5.3.1-3) unstable; urgency=medium
    
      * [348c47bd] Cherry-pick four stability patches from upstream:
        + [48cadf48] 40285: Src/Zle/zle_hist.c: more care needed managing
          patterns in history isearch if there are hooks around.
        + [2e76fb80] 40372: Completion/compinit: turn off POSIX_IDENTIFIERS
          option for completion.
        + [8d4c9854] 40260: Src/prompt.c: Set newly allocated space in prompt
          buffer to zero as it may be tested.
        + [ebd7fdd9] 40362: Src/Zle/computil.c: need duplicated values for
          setting parameter in compvalues.  Was causing obscure but
          surprisingly rare crashes in value completion.
    
     -- Axel Beckert <email address hidden>  Thu, 19 Jan 2017 23:25:40 +0100
  • zsh (5.3.1-2) unstable; urgency=low
    
      * [c95b2f20] Add patches posted by Daniel Shahaf on zsh-workers to
        update bts completion and add swaks completion.
      * [3ab2793a] Add lintian override for debian-news-entry-uses-asterisk as
        that won't change.
      * [f1b49f7e] Use dh_clean's directory removal feature added in debhelper
        9.20151116. Update versioned debhelper build-dependency accordingly.
      * [beb9a8a3] Apply "wrap-and-sort -a".
    
     -- Axel Beckert <email address hidden>  Mon, 09 Jan 2017 02:10:23 +0100
  • zsh (5.3.1-1) unstable; urgency=low
    
      * [06b1b7a3] Import new upstream release
      * [ea5d92e0] bug-script: Add ondir to list of packages which provide
        code meant to be sourced in .zshrc.
      * [01a55419] Add patch by Daniel Shahaf to make zsh-dev reproducible.
        (c.f. #849288)
      * [39e03ff0] Remove zsh.postinst code which was commented for longer
        than we use git.
      * [2be20bd0] Only handle /usr/bin/zsh symlink in postrm/remove and
        postinst/configure stages. (Closes: #841048)
    
     -- Axel Beckert <email address hidden>  Tue, 27 Dec 2016 22:00:35 +0100
  • zsh (5.3-1) unstable; urgency=low
    
      [ Axel Beckert ]
      * [4cfdbdb8] Import new upstream release.
      * Upload to unstable again.
    
      [ Josh Triplett, Daniel Shahaf, Axel Beckert ]
      * [7d6c5d6c,dca380d6,f9fbafb1] Add patch to update for new Debian
        programming language sections. (Closes: #847540)
    
     -- Axel Beckert <email address hidden>  Sun, 11 Dec 2016 23:02:55 +0100
  • zsh (5.2-5) unstable; urgency=low
    
      * [f368b96e] Also remove hardcoded /usr/bin/zsh symlink in postrm
        again. (Closes: #823730)
    
     -- Axel Beckert <email address hidden>  Sun, 08 May 2016 18:25:58 +0200
  • zsh (5.2-4) unstable; urgency=low
    
      [ Axel Beckert ]
      * [a25e7f1f] Add "--ddeb-migration=zsh-dbg" to "dh_strip -pzsh" for
        proper Breaks/Replaces.  Thanks to Mattia Rizzolo
      * [370659ae] Add rosbash to bug-script's fallback list of packages with
        code to be sourced in .zshrc.
      * [1922c900] Remove GCC-4.9-specific workaround on s390x from
        debian/rules.
      * [64eed86b] Enable hardening=+all, fixes multiple hardening-no-*
        lintian warnings.
      * [cafce990] Remove usage of alternatives system for zsh, rzsh and
        zsh-static.  (Closes: #768079)
      * [7db7f765] Switch Vcs-Git from git:// to https://, fixes lintian
        warning vcs-field-uses-insecure-uri.
      * [826ec19e] Declare compliance with Debian Policy 3.9.8. (No other
        changes were required.)
      * [a2021b04] Use "debian-stretch" as debian branch until a new upstream
        release is out.
      * [f9dba1a3] Update yodl build-dependency to exclude the broken 3.08.00
        upstream release. (See #823043 for details.)
    
      [ Frank Terbeck ]
      * [c1e9ec06] zshrc: Make expansion robust with NO_UNSET.
        Thanks to Marc Chantreux on #pkg-zsh (freenode)
    
     -- Axel Beckert <email address hidden>  Fri, 06 May 2016 22:08:29 +0200
  • zsh (5.2-3) unstable; urgency=medium
    
      [ Axel Beckert ]
      * [c766a858] Make zsh-common "Multi-Arch: foreign". (Closes: #808977)
      * [20a0c01c] Remove zsh-dbg, there are automatic dbgsym packages now.
      * [d3bb50ba] Add patch to fix parsing of aptitude 0.7.5's --help/-h
        output without stopping to be able to parse older aptitude versions'
        output. (Closes: #807906) Thanks to Micha Moskovic for the bug report!
    
      [ Felipe Sateler ]
      * [c3e50a0f] Add patch to add missing apt purge and autoremove
        subcommands. (Closes: #808317)
    
     -- Axel Beckert <email address hidden>  Sun, 27 Dec 2015 15:56:57 +0100
  • zsh (5.2-2) unstable; urgency=low
    
      * [104c10b3] autopkgtest: Don't assume at least two dots in zsh's
        version number.
    
     -- Axel Beckert <email address hidden>  Fri, 04 Dec 2015 00:32:04 +0100
  • zsh (5.2-1) unstable; urgency=low
    
      * [2a9cd3d2] New upstream release.
        + Upload to unstable again.
    
     -- Axel Beckert <email address hidden>  Thu, 03 Dec 2015 00:44:25 +0100
  • zsh (5.1.1-1) unstable; urgency=low
    
      * [7534dfa8] New upstream release
        + [bcea5a1c] Revert 0867ec1f from 5.1-test-1-1, applied upstream.
        + [f5e8527a] Handles incomplete multibyte characters in
          bracketed-paste-magic (Closes: #798195)
        + Upload to unstable again.
    
     -- Axel Beckert <email address hidden>  Fri, 11 Sep 2015 23:19:31 +0200
  • zsh (5.1-1) unstable; urgency=low
    
      * [2a4475bb] New upstream release.
        + [f3aebf0b] Update further-mitigate-test-suite-hangs.patch to remove
          additional cherry-picked fixes added with the previous upload.
        + Upload to unstable again.
      * [20b7952e] Remove no more emitted spelling-error-in-binary false
        positives from lintian overrides.
      * [6fad76ca] Remove pre-#768937 legacy code from multiple postinsts.
    
     -- Axel Beckert <email address hidden>  Tue, 01 Sep 2015 01:09:25 +0200
  • zsh (5.0.8-4) unstable; urgency=medium
    
      * [92f59b31] Cherry-pick 771381c2+dd8079e0 to fix $((…)) completion.
        (Closes: #793168)
      * [d46446e2] Cherry-pick upstream fix for segfault upon $((…)<Tab>.
      * [e7302971] Add thefuck to bug-script's fallback list of packages with
        code to be sourced in .zshrc.
    
     -- Axel Beckert <email address hidden>  Tue, 28 Jul 2015 23:44:49 +0200
  • zsh (5.0.8-3) unstable; urgency=medium
    
      * [e04cb7a0] Include all .h and .mdh files including generated ones in
        zsh-dev. (Closes: #776964)
      * [5c13d857] Adjust include paths in /usr/include/zsh/ as suggested in
        #776964.
    
     -- Axel Beckert <email address hidden>  Mon, 20 Jul 2015 23:12:30 +0200
  • zsh (5.0.8-2) unstable; urgency=medium
    
      * [5808540c] Use "service" instead of "/etc/init.d" in
        debian/examples/carsten.zshrc for init system compatibility.
      * Cherry-pick multiple patches from upstream:
        + [e79f2175] fix signal queueing in zcontext_save_partial()
          (Closes: #790282)
        + [143736da] handle failure of gettempname() in namedpipe()
        + [724f974f] avoid warnings in prompt adam1 with Perl 5.22
    
     -- Axel Beckert <email address hidden>  Mon, 29 Jun 2015 21:33:46 +0200
  • zsh (5.0.8-1) unstable; urgency=low
    
      * [fd2ef9a8,752cbfd4] New upstream release
        + [640212e7] Drop patches replace-texi2html-with-makeinfo and
          fix-test-suite-failures-related-to-setopt-PROMPT_SP (fixed upstream)
        + Upload to unstable again.
      * [f14d3594] Mention how to use bash completion with zsh in
        README.Debian (c.f. #786881)
      * [253c84df] Add git commit IDs and Debian bug numbers of bugs fixed
        upstream in the last upload to the previous changelog entry.
    
     -- Axel Beckert <email address hidden>  Sat, 13 Jun 2015 00:37:17 +0200
  • zsh (5.0.7-6) unstable; urgency=medium
    
      * [18288a76] Drop manual Pre-Depends on dpkg, raise debhelper
        build-dependency to ≥ 9.20141221, see #770226 + #770245.
      * [b3f1e6e4] Remove zsh4 wrappers, they were only needed for the
        dist-upgrade from Wheezy to Jessie.
      * [b4c17e7c] Remove zsh-beta* transitional packages. Same reason.
      * [1e841579] Use "gbp dch" instead of "git-dch" in helper scripts and
        package build documentation.
      * [ef133bd8] Rename debian/gbp.conf's section [git-dch] to [dch].
    
     -- Axel Beckert <email address hidden>  Wed, 29 Apr 2015 01:18:02 +0200
  • zsh (5.0.7-5) unstable; urgency=medium
    
    
      * [ab70e9dc] Pre-Depend on dpkg >= 1.17.14 explicitly for using
        symlink_to_dir with relative symlinks (Closes: #770226)
    
     -- Axel Beckert <email address hidden>  Tue, 25 Nov 2014 23:42:17 +0100
  • zsh (5.0.7-4) unstable; urgency=medium
    
    
      [ Simon McVittie ]
      * [991d536c] Make zsh source package binNMU-safe (Closes: #768937)
        + Do not use dh_installdocs --link-doc=zsh-common in
          architecture-dependent packages
        + Symlink zsh-common documentation files into /usr/share/doc/zsh
        + Migrate /usr/share/doc/zsh and /usr/share/doc/zsh-dev from symlink
          to directory using dpkg-maintscript-helper
    
      [ Axel Beckert ]
      * [7b632623] Simplify Simon's patch by making /usr/share/doc/zsh/doc a
        symlink to ../zsh-common/ in the zsh binary package. Avoids unpack
        errors probably caused by having _two_ binary packages containing the
        directory which was previously a symlink. (See the log of #768937.)
      * [0e03e623,ad143a67] Add Pre-Depends: ${misc:Pre-Depends} for using
        dpkg-maintscript-helper's symlink_to_dir.
      * [af8ab9de] Also remove zsh4 alternative for rzsh (Closes: #768241)
      * [353e05ab] Add a post-jessie TODO list to the source package
    
     -- Axel Beckert <email address hidden>  Thu, 13 Nov 2014 01:18:54 +0100
  • zsh (5.0.7-3) unstable; urgency=low
    
    
      * Upload to unstable again
      * [5409996b ff.] Remove zsh4 and zsh4-static from list of alternatives
        in the according postinst scripts. Also raise priorities of zsh5 and
        zsh5-static alternatives by 1 so that they have a higher priority than
        the old ones. (Closes: #766015)
      * [29ce7d34] Mention https://wiki.debian.org/Zsh in README.Debian
      * [b33dd34f] Switch the zsh and zsh-common binary package stanzas in
        debian/control to get README.Debian installed again. (dh_installdocs
        installs it into the first binary package listed in debian/control.)
    
     -- Axel Beckert <email address hidden>  Tue, 21 Oct 2014 02:39:51 +0200
  • zsh (5.0.6-3) unstable; urgency=medium
    
    
      * [f5dacf9f] Do not run (already ignored) test suite on static build to
        mitigate #760061.
      * [79035529] Set ZTST_verbose=1 to get more details about where exactly
        the test suite hangs. Seems also to reduce the likeliness for hangs
        and hence further mitigates #760061.
      * [16aa8c84] Cherry-pick git commit 87270496 from upstream: Fixes
        hanging in freejob from TRAPCHLD. May mitigate or even fix #760061.
      * [c3dea2bb] Convert debian/copyright into machine-readable DEP5 format.
      * [abc8d1f6] Complete debian/copyright with individual copyrights and
        licenses (Closes: #763191)
    
     -- Axel Beckert <email address hidden>  Thu, 02 Oct 2014 01:37:34 +0200
  • zsh (5.0.6-2) unstable; urgency=medium
    
    
      [ Axel Beckert ]
      * [be93912f] Cherry-pick 4414e54e from upstream: Fixes regression with
        shared or incremental history when trying to read .zsh_history with
        hist_fcntl_lock (Closes: #761597)
      * [0ef12ed3] Add test-suite wrapper and adequate test for DEP8
        as-installed testing
      * [a6b77953] Declare packaging branch in Vcs-Git header
      * [9a864f1e] Change Vcs-Browser to new cgit based repository viewer
      * [a3cbb95b] Bump Standards-Version to 3.9.6 (no changes needed)
      * [21e82382] Apply wrap-and-sort -a
    
      [ Wookey ]
      * [2bbd5ddc] Use autotools-dev as well as autoreconf to ensure
        configurey updates (Closes: #734765)
    
     -- Axel Beckert <email address hidden>  Sat, 20 Sep 2014 23:27:41 +0200
  • zsh (5.0.6-1) unstable; urgency=medium
    
    
      * New upstream release
      * [f3708a11] Disable -fstack-protector-strong on s390x. It causes
        endless loops in gcc-4.9. See #759870 for details.
      * Upload to unstable again.
    
     -- Axel Beckert <email address hidden>  Sun, 31 Aug 2014 01:13:28 +0200
  • zsh (5.0.5-4) unstable; urgency=medium
    
    
      * [5cebe890] Fix output file descriptor of bug script. reportbug
        only captures output to fd 3 and ignores STDOUT.
      * [11486424] Simplify helpfiles generation in debian/rules.
        + nroff is no more called twice (Closes: #737582)
        + There's no more need to replace any ISO Latin-1 character.
        + debian/rules is now pure 7-bit ASCII again
      * [d1d4dabe] Add lintian overrides for spelling error false positives.
    
     -- Axel Beckert <email address hidden>  Sat, 28 Jun 2014 17:37:54 +0200
  • zsh (5.0.5-3) unstable; urgency=medium
    
    
      [ Axel Beckert ]
      * [befdc25a] Don't even try to run test suite on hurd, it hangs.
      * [53e4180a] Add bug scripts to list packages that could interfere with
        zsh's behaviour.
      * [1af939ec] Cherry-pick apt and apt-mark completion updates from
        upstream. (Closes: #691526)
      * [ce0c912b] Cherry-pick upstream fix for INC_APPEND_HISTORY
        regression. (Closes: #749969)
      * [655a374b] Add build-dependency on cm-super-minimal. It FTBFS with TeX
        Live >= 2014 otherwise.
    
      [ Frank Terbeck ]
      * [5ac620f4] Add note about $fpath entries to README.Debian.
    
     -- Axel Beckert <email address hidden>  Fri, 13 Jun 2014 11:49:44 +0200
  • zsh (5.0.5-2) unstable; urgency=medium
    
    
      * [9cfeffbc] Add build-dependency on texlive-fonts-recommended
        (c.f. #738402, closes: #738452)
      * [c14fd3a8] Add a debian/upstream/metadata file according to DEP-12
    
     -- Axel Beckert <email address hidden>  Wed, 12 Mar 2014 00:21:06 +0100
  • zsh (5.0.5-1) unstable; urgency=medium
    
    
      * [8f137a4a] New upstream release
        + No more freeze when piping a function's output (Closes: #732726)
        + Command tab-completion works again after semicolon (Closes: #733075)
    
     -- Axel Beckert <email address hidden>  Sun, 05 Jan 2014 22:17:34 +0100
  • zsh (5.0.4-1) unstable; urgency=low
    
    
      * [59152a34] New upstream release
    
     -- Axel Beckert <email address hidden>  Sat, 21 Dec 2013 17:42:23 +0100
  • zsh (5.0.3-1) unstable; urgency=low
    
    
      * [929ba17da] New upstream release
        + [97ed366a] Drop fix-A05execution-ztst-setopt-MONITOR patch (applied
          upstream)
      * [7cdfd51c] Ignore test suite results on hurd-i386 for now
      * [54e2f2ee] Remove use-dev-null-instead-of-dev-tty-for-dash-c-test
        patch again. It was introduced in the hope it would fix test suite
        failures on hurd, but instead it made the test suite hang.
      * [07e365ef] Built-Using: Use libc-dev-bin instead of eglibc as
        parameter to dpkg-query since it needs to be a binary package and
        existing on all architectures.
    
     -- Axel Beckert <email address hidden>  Sun, 15 Dec 2013 03:20:32 +0100
  • zsh (5.0.2-6) unstable; urgency=low
    
    
      * [57d31fe2] Replace patch to search for usable tty by patch to use
        /dev/null for -c test. Suggested on zsh-workers by Bart Schaefer.
    
     -- Axel Beckert <email address hidden>  Sat, 26 Oct 2013 15:09:56 +0200
  • zsh (5.0.2-5) unstable; urgency=low
    
    
      * [22bc9278,f7cf9ffb] Add patch to make test suite "-c" test more
        flexible, should prevent FTBFS on Hurd.  Thanks to Pino Toscano.
      * [e19ee43a] Only try to remove /etc/zsh-beta if it exists.
      * [5348f04a] No more built zsh-common on binary-arch by reordering
        debian/rules. Fixes error "binary-arch-produces-all" reported by the
        build log scanner.
      * [addc1a88,e2d2908b] Simplify dh_* calls by using -a/-i instead of
        listing all arch/indep packages.
      * [29efa515] Clean up dh_installchangelog calls by removing redundancy
      * [f309e67a] Require texinfo >= 5, it no more builds properly with older
        versions.
    
     -- Axel Beckert <email address hidden>  Mon, 30 Sep 2013 14:58:41 +0200
  • zsh (5.0.2-4) unstable; urgency=low
    
    
      [ Axel Beckert ]
      * [4a56474b] Clean up postinst created dirs again in postrm purge
        (Closes: #708106)
      * [35d13111] Remove redundant update-menus calls in maintainer scripts.
        (Done by dh_installmenu via the #DEBHELPER# marker nowadays.)
      * [5ee2676c] Run test-suite on static build, too, but ignore result for now
      * [a5afb115] Remove leading whitespace from texinfo directory entry
        (Closes: #711516)
      * [80916d06] Disable ansi2knr as it's no more available since automake
        1.12.  Fixes FTBFS with recent automake versions.
      * [3ff89eb4] Add patch to fix warnings in VCS_INFO's stgit support when
        guilt is used. Thanks to Frank Terbeck <email address hidden>.
      * [f0ab89ab] No more pass -Zxz to dpkg-deb explicitly as dpkg-deb uses
        xz as compressor by default since version 1.17.0.
        - [8e7e6852] Merge now common dh_builddeb lines
        - This also allows us to remove the Pre-Depends on dpkg >= 1.15.6~.
      * [0c130d4f] Add configure to debian/clean. (Not doing so may cause FTBFS)
      * [d5b36d06] Add lintian override: Completion/BSD.zwc is no extra
        license file
      * [6362089b] Add patch to replace texi2html by makeinfo. Fixes lintian
        warning build-depends-on-obsolete-package.
      * [0614e2d4] Remove redundant chmod from debian/rules (done by
        dh_fixperms anyways)
      * [76708e10] Add patch to fix segfault in compinit's get_cvdef/freecvdef.
        Segfault was triggered by task's tab completion.
      * [89e7f594] Fix path passed to dh_shlibdeps for multiarch. Fixes error
        message "objdump: 'debian/zsh/usr/lib/zsh/*/zsh/*.so': No such file"
        in build log. Has been broken since 6c668f5e.
      * [e2c05caf] Reformat all patch headers to be DEP3 compliant.  Also add
        more meta-data about upstream relations.
    
      [ Richard Hartmann ]
      * [242f65bd] debian/control: <email address hidden>
    
     -- Axel Beckert <email address hidden>  Fri, 20 Sep 2013 01:06:11 +0200
  • zsh (5.0.2-3) unstable; urgency=low
    
    
      * Upload to unstable again.
    
      [ Axel Beckert ]
      * [485652d2] Add dummy packages for transition from zsh-beta to zsh
        - [099ce7e5] Remove all zsh-beta related conditionals from debian/rules
        - [474dd5db] debian/rules: Replace "$(package)" with a hardcoded "zsh"
        - [e020321f] Add symbolic link /bin/zsh-beta pointing to /bin/zsh5 for
          backwards compatibility
        - [128d9bcd] Remove zsh-beta alternatives and conffiles in
          zsh-beta.postinst
      * debian/rules enhancements:
        - [f16a3cd4] Use dh_auto_{configure,build,install,clean}
        - [c0cb3e2a] No more ignore potential failing of "include", "rm -f" or
          "make install.xyz"
          + [abe28723] Add build-dependency on dpkg-dev (>= 1.16.1~)
        - [a9ee601d] Use DPKG_EXPORT_BUILDFLAGS instead of exporting flags
          manually
        - [7a8da596] Remove manuall handling of DEB_BUILD_OPTIONS=noopt
        - [b4bab288] Allow parallel builds
        - [b95dddd8] Replace checkroot target with dh_testroot
        - [b3343504] Use dh_installdocs --link-doc instead of dh_link for
          /usr/share/doc/zsh*
      * No-op debian/rules refactoring:
        - [a046f7bf] Rename targets stamp-configure and stamp-configure-static
          to dh_clean compatible names
        - [b78d2e2e] Wrap long lines
        - [4bc34d4c] Don't line-break sed expressions. Do line-break before
          their file parameters
        - [336b60ea] CONFIGFLAGS and STATICFLAGS: Only one flag per line
        - [0b48d60a] Split long debug CONFIGFLAGS line
        - [4fe45240] Consequently use "touch $@" to create stamp files
        - [74416133] Indent dh_* parameters and other code for a more
          readable, table-like debian/rules
        - [8c5e7918] Drop no more necessary manual compression of info files
        - [724593d0,843e72f6] Remove some blank lines and commented code
        - [e79f64cc] Simplify target dependencies (drops no-op build-stamp target)
        - [b607fe2e] Reduce some occurrences of multiple whitespaces into single
          ones
        - [f1059538] Mention in debian/rules why /usr/share/doc/zsh-static is
          no symlink
      * [e4bf431f,76452cb3] zsh{,-dbg,-doc,-dev,-beta,-beta-doc}.postinst:
        Create symlink to /usr/share/doc/zsh-common (Closes: #697808) Thanks
        to Sebastian Ramacher <email address hidden>
      * [76452cb3] Replace dependencies on zsh-common with versioned
        dependencies. (Policy 12.3 + 12.7)
      * [1ee01398] Add files generated before Makefile is generated to
        debian/clean
      * [6c668f5e] Bump dh compat to 9 for multiarch and additional debug
        symbol features
        - Enables compressed debugging symbols, saving > 50% space on disk
        - Enables Build-IDs for debugging symbols
        - Enables multiarch support, /usr/lib/zsh becomes e.g.
          /usr/lib/x86_64-linux-gnu/zsh on amd64
        - [b6bf39bd] Don't compress zsh-dbg with xz anymore, due to no more
          savings
      * [5ce8899a] No more install changelogs and copyright file into zsh-dbg.
        zsh-dbg already has a symlink from /usr/share/doc/zsh-dbg to
        zsh-common.
      * [673851ec] Move /usr/local/share/zsh/… prerm removal from zsh to
        zsh-common (Closes: #698224)
      * [45d5aff1] Compress zsh-static with xz, too
      * [014da817] Remove some more redundant entries from debian/zsh-*.dirs
      * [59b7118e] lintian-overrides: Also match architecture-containing
        /usr/lib* paths
      * [8416fa14,eca34308] Fix FTBFS with texinfo versions >= 5 by
        - cherry-picking commits 67a4be36c6203c26c3912c07441f42e3965f0fa8 and
          b174a0df054929efd7804922750c71adeb8e0b57 from upstream, and
        - adding a build-dependency on "texlive-latex-recommended | texinfo
          (<< 5~)". Thanks to Sebastian Ramacher <email address hidden>, too!
        (Closes: #707483)
      * [15b0943d] Bump Standards-Version to 3.9.4
        - [cb87cc19] Add Built-Using header to zsh-static, bump
          build-dependency on dpkg-dev to >= 1.16.2~
    
      [ Frank Terbeck ]
      * [8f09d2b6] Make zle-line-init and -finish more robust against weird
        option sets
      * [d87b0050] Add sequence and bindings for BackSpace key
    
      [ Richard Hartmann ]
      * [590dcd96] Import watchfile by Bart Martens
    
     -- Axel Beckert <email address hidden>  Fri, 10 May 2013 13:27:50 +0200
  • zsh (4.3.17-1) unstable; urgency=low
    
    
      * New upstream release
    
      [ Richard Hartmann ]
      * [6f601c9] Bump Standards-Version to 3.9.3 (no changes)
      * [fa4e533] Make debian/gbp.conf dynamic
    
      [ Axel Beckert ]
      * [0a9039dc] Add Richard Hartmann to Uploaders
    
     -- Axel Beckert <email address hidden>  Wed, 29 Feb 2012 00:35:54 +0100
  • zsh (4.3.16-1) unstable; urgency=low
    
    
      * New upstream release
    
      [ Frank Terbeck ]
      * [1a330ad7] 30079: Src/params.c: Restore `LC_ALL' when setting
        `LANG'. (Closes: #654225)
      * [756f17a7] A.Costa: grammar.yo, ChangeLog-3.1: Fix typo to
        "definition" (Closes: #658223)
    
      [ Pierre Chifflier ]
      * [53f9140d] Enable hardening options (Closes: #644400)
    
      [ Michael Prokop ]
      * [340a3b41] Raise upstream-branch version in gbp.conf to zsh-4.3.15
    
      [ Axel Beckert ]
      * [baf81ea9] Raise upstream-branch version in gbp.conf to zsh-4.3.16
      * [51a77e60] Add stamp-h.in to extend-diff-ignore
    
     -- Axel Beckert <email address hidden>  Tue, 21 Feb 2012 22:37:22 +0100
  • zsh (4.3.15-1) unstable; urgency=low
    
    
      * New upstream release
        + [45913f43] Allow closing of fd's not recorded by the shell
          (Closes: #644179)
        + [2938c58c] replace overlapping strcpy with memmove (Closes: #624497)
        + Includes new _git implementation (Closes: #630906, #603503)
    
      [ Frank Terbeck ]
      * [c63c0d79] Adding support for (un)markauto in _apt (Closes: #631795)
      * [fd222338] Support -F completion for aptitude (Closes: #632140)
      * [fbaba904, 7c61c918] Use one positive arch-spec instead of several negated
        ones (Closes: #634609)
      * [af2bb4fd] Removing upstream patches due to new release
      * [ea0e8c35] at2quilt: Updating autotools patches
    
      [ Michael Prokop ]
      * [21e7021b] provide debian/gbp.conf for git-buildpackage and friends
    
      [ Mitsuya Shibata ]
      * [1e111f71] Add "tinfo" to --with-term-lib flag (Closes: #645112)
    
      [ Ansgar Burchardt ]
      * [add75037] _bts: Update list of tags (Closes: #641162)
    
      [ Axel Beckert ]
      * [00f335b1] Support differentiation of generated orig.tar.bz2 ("debian
        source") vs upstream's tarballs. (Not used for now.)
        + Add dversionmangle to watch file
      * Build package from git --archive generated .orig.tar.bz2 for now to
        fix some file regeneration issues, e.g. with man pages. (Closes:
        #646046)
      * [f6f9a83e] Add some more (re)generated files to extend-diff-ignore in
        debian/source/options
    
     -- Axel Beckert <email address hidden>  Sun, 22 Jan 2012 20:51:58 +0100
  • zsh (4.3.12-1) unstable; urgency=low
      [ Frank Terbeck ]  * New upstream release    - Fixes typo in make-kpkg completion (Closes: #627046)  * [b495ba1e] Removing upstream patches due to new release  * [f575f568] Add urcl script for changelog updates at upstream releases  * [8bcd117f] at2quilt: Updating autotools patches  * [bf0a44a8] Enable additional $fpath entries for add-ons from other    packages (Closes: #620452)  * [b52c798e] Add do-dch script for convenience  * [0ffda0fa] workflow.org: Fix structure  * [b70d6102] Workflow updates  * [250d8bd4] rules: system.h was renamed to zsh_system.h  [ Axel Beckert ]  * [94e182d5] Bump Standards-Version to 3.9.2 (no changes)  * [72c39771] debian/watch: Prefer .tar.bz2 over .tar.gz  * [71716e7f] Add Frank Terbeck to Uploaders, so Lintian doesn't regard    his changelog entries as NMUs  * Fixed some issues reported by Lintian:    - [30777d4c] binary-control-field-duplicates-source    - [6629343a, 00e23c14] maintainer-script-without-set-e    - [4cbb6b9f] description-synopsis-starts-with-article  * [ff82f833] Override Lintian warnings about statically linked stuff in    zsh-static  * [7096bf4f] debian/source/options: Ignore Util/difflog.pl, configure    and config.h.in for patch generation  * [0882d862] Abort package build in case of unexpected changes to    upstream code -- Axel Beckert <email address hidden>  Thu, 16 Jun 2011 02:02:04 +0200
  • zsh (4.3.11-5) unstable; urgency=low
      * [d6e29c2b] Fix for false isident() behaviour  * [de811a44] Fix for crash in incorrect bash-like index usage  * [dbaa0788] debian/at2quilt: Append debian patches at the end of series  * [2a6ba3c7] Add `debian/patch2quilt' script  * [e5e18221] Add org-mode file that describes the current team workflow  * [8e3a365c] patch2quilt: Stop stripping pathnames too much  * [adb5ab78] Fix screen completion for serial devices (Closes: #623522) -- Frank Terbeck <email address hidden>  Wed, 27 Apr 2011 20:08:50 +0200
  • zsh (4.3.11-4) unstable; urgency=low
      [ Frank Terbeck ]  * [78ab02ff] Initial `debian/' import  * [bfb94ad4] Adding _fuser fix from upstream  * [344bea55] Adding at2quilt script  * [4e83fa72] Adding autotools related patches  * [0bfbee7f] Make sure a configure script is executable and stamp.h.in exists  * [56cc95c7] Installation of Etc/FAQ currently fails for the debian package  * [545b40ea] Fix colors function to work with ksh_arrays (Closes: #613162)  * [6219ec1f] Fix detection of svn repositories in vcs_info (Closes: #611175)  * [983b6365] Adding patch to fix segfault with regular expression matching  * [6ced6e2c] Adding patch to support yodl3  * [6267bebc] Refreshing autotools patches for yodl3 fixes  * [40086130] Fix endless loop due to lexer bug (Closes: #353863)  [ Michael Prokop ]  * [e8d69775] README.Debian: Add instructions how to use the zsh-dbg package.  * [ed6737b2] Add yodl to Build-Depends and sort Build-Depends while at it. -- Frank Terbeck <email address hidden>  Wed, 02 Mar 2011 18:57:37 +0100
  • zsh (4.3.11-3) unstable; urgency=low
      * [6b5d568] Update Vcs-Git and Vcs-Browser control headers.  * [17c579f] New maintainers (pkg-zsh). (Closes: #612143) -- Michael Prokop <email address hidden>  Thu, 10 Feb 2011 10:48:36 +0100
  • zsh (4.3.11-2) unstable; urgency=low
      * Fix psmisc detection of fuser completion, thanks to GI.    closes: #607603.  * Change "recommended" prompt theme to adam1.  * Turn SHARE_HISTORY on in the recommended zshrc.  * Orphan the package. -- Clint Adams <email address hidden>  Sun, 16 Jan 2011 12:30:13 -0500
  • zsh (4.3.11-1) unstable; urgency=low
      * New upstream release. -- Clint Adams <email address hidden>  Sat, 25 Dec 2010 09:36:19 -0500
  • zsh (4.3.10-17) unstable; urgency=low
    
    
      * Various git completion fixes.
      * Complete filenames instead of packages for reportbug if the word
        begins with a slash.  closes: #538090.
    
     -- Clint Adams <email address hidden>  Sun, 14 Nov 2010 15:39:46 -0500
  • zsh (4.3.10-16) unstable; urgency=low
    
    
      * Add git-buildpackage completion from Felipe Sateler.
        closes: #602962.
      * setopt histignorealldups in the recommend user .zshrc.
    
     -- Clint Adams <email address hidden>  Thu, 11 Nov 2010 14:16:01 -0500
  • zsh (4.3.10-15) unstable; urgency=low
    
    
      * Update carstenh.zshrc example.
      * Patch from Александр Новиченко to fix recexact segfault in
        completion.  closes: #590736.
      * Bump to Standards-Version 3.9.1.
      * Fix zsh-newuser-install newline placement.  closes: #591144.
    
     -- Clint Adams <email address hidden>  Tue, 10 Aug 2010 14:58:58 -0400
  • zsh (4.3.10-14) unstable; urgency=low
    
    
      * ZW#27804: don't hang on encountering invalid character in
        incremental search.  closes: #574502.
      * xmlsoft --nodtdattr completion thanks to Vincent Lefevre.
        closes: #585812.
      * Add example .zshrc from Carsten Hey.  closes: #587278.
      * Add recommended .zshrc for users to choose on initial run.
    
     -- Clint Adams <email address hidden>  Wed, 30 Jun 2010 09:40:28 -0400
  • zsh (4.3.10-13) unstable; urgency=low
    
    
      * Patch from Bernd Zeimetz to complete 'bts affects'.
        closes: #579529.
      * ZW#28006: make zgetcwd() fall back to pwd, only use "." if
        setting pwd.  closes: #585660.
    
     -- Clint Adams <email address hidden>  Sun, 13 Jun 2010 10:35:03 -0400
  • zsh (4.3.10-12) unstable; urgency=low
    
    
      * Do not do host completion for entries in ~/.ssh/known_hosts with
        port numbers.
      * Fix lsusb completino to work with uncompressed usb.ids.
        closes: #579117.
      * Add completion for axi-cache.
      * Add completion for pbuilder.  ref: #570878.
    
     -- Clint Adams <email address hidden>  Sun, 25 Apr 2010 19:05:36 -0400
  • zsh (4.3.10-11) unstable; urgency=low
    
    
      * Switch build-dep back to libcap-dev since libcap2-dev is a virtual
        package now.
      * Bump to Standards-Version 3.8.4.
      * Patch from Michael Prokop for apt --no-install-recommends
        completion.  closes: #570520
    
     -- Clint Adams <email address hidden>  Sun, 21 Feb 2010 13:15:17 -0500
  • zsh (4.3.10-10) unstable; urgency=low
    
    
      * ZW#27565: sanity check numeric arguments to ulimit
      * ZW#27566: add ulimit -c hard and immediate return on argument error
        closes: #568678.
    
     -- Clint Adams <email address hidden>  Sat, 06 Feb 2010 18:47:41 -0500
  • zsh (4.3.10-9) unstable; urgency=low
    
    
      * Patch from Chris Lamb to improve django completion.
        closes: #562753.
    
     -- Clint Adams <email address hidden>  Sun, 27 Dec 2009 21:52:39 -0500
  • zsh (4.3.10-8) unstable; urgency=low
    
    
      * Patch from Michael Prokop to fix dput --delayed completion.
        closes: #560881.
    
     -- Clint Adams <email address hidden>  Sat, 12 Dec 2009 19:16:31 -0500
  • zsh (4.3.10-6) unstable; urgency=low
    
    
      * Update mpc completion for version 0.17.
      * Have zsh-doc depend on dpkg (>= 1.15.4) | install-info.
      * Drop ancient Conflicts.
      * Drop duplicate Priority fields.
      * Drop alternative build dependency on tetex-bin.
    
     -- Clint Adams <email address hidden>  Sat, 24 Oct 2009 01:20:39 -0400
  • zsh (4.3.10-5) unstable; urgency=low
    
    
      * Possible fix for an intermittent history segfault.  closes: #535232.
      * Bump to Standards-Version 3.8.3.
    
     -- Clint Adams <email address hidden>  Sun, 16 Aug 2009 19:43:33 -0400
  • zsh (4.3.10-4) unstable; urgency=low
    
    
      * Cope with the fact that GCC on Debian GNU/kFreeBSD defines __GLIBC__
        for some nonsensical reason.  closes: #536601.
      * Update reportbug completion.  closes: #537461.
      * Remove zsh-doc postinst and prerm.
    
     -- Clint Adams <email address hidden>  Sat, 01 Aug 2009 00:29:15 -0400
  • zsh (4.3.10-3) unstable; urgency=low
    
    
      * Bump to Standards-Version 3.8.2.
      * Patch from Vincent Bernat to add completion for bts fixed/notfixed.
        closes: #536022.
    
     -- Clint Adams <email address hidden>  Fri, 10 Jul 2009 21:58:50 -0400
  • zsh (4.3.9-5) unstable; urgency=low
    
    
      * Patch from Greg Klanderman to use device/inode/mtime for svn
        completion caching.  closes: #512308.
    
     -- Clint Adams <email address hidden>  Thu, 21 May 2009 21:25:43 -0400
  • zsh (4.3.9-4) unstable; urgency=low
    
    
      * ZW#26675: add POSIX_ALIASES option.  closes: #516998.
      * ZW#26602: fix buffer overflow in ! (history) handling.
        closes: #521108.
      * Bump to Standards-Version 3.8.1.
      * ZW#26625, ZU#13593: inopportune interrupt could wreck terminal set
        up (combined patch thanks to Vincent Lefevre).  closes: #521174.
    
     -- Clint Adams <email address hidden>  Wed, 25 Mar 2009 23:36:43 -0400
  • zsh (4.3.9-3) unstable; urgency=medium
    
    
      * ZU#13477: fix completion of files after rm.  closes: #517448.
      * Patch from Chris Lamb to complete custom Django management commands.
        closes: #517672.
    
     -- Clint Adams <email address hidden>  Sun, 01 Mar 2009 11:16:34 -0500
  • zsh (4.3.9-2) unstable; urgency=low
    
    
      * Patch from Daniel Friesel to complete .flac files for mplayer.
        closes: #516816.
      * Patch from Sven Joachim to complete aptitude build-dep.
        closes: #512671.
      * Tim Schumacher's completion for xmms2, thanks to Louis-David
        Mitterrand.  closes: #512610.
    
     -- Clint Adams <email address hidden>  Sat, 28 Feb 2009 14:44:32 -0500
  • zsh (4.3.9-1) unstable; urgency=low
    
    
      * New upstream version.
        - Fixes completion errors when CSH_JUNKIE_QUOTES is set.  closes: #497663.
        - Fixes some broken handling of Unicode characters in completion.
          closes: #501851.
      * Patch from Chris Lamb for lintian-info completion.  closes: #490383.
      * Patch from Chris Lamb for Django 1.0 completion.  closes: #500489
      * Patch from Ansgar Burchardt to improve bts completion.  closes: #503575.
      * Remove --remote-sent-files from rsync completion, thanks to
        Louis-David Mitterrand.  closes: #498780.
      * Fix compinstall losing prior config thanks to Morita Sho.
        closes: #501248.
      * Merge in minor rules tweaks from zsh-beta.
      * Patch from Ryo IGARASHI to equate 'bzr co' with 'bzr checkout'.
        closes: #504769.
    
     -- Clint Adams <email address hidden>  Mon, 29 Dec 2008 12:01:01 -0500
  • zsh (4.3.6-7) unstable; urgency=medium
    
    
      * Add grep-excuses completion from Chris Lamb.  closes: #494137.
      * Apply patch from Chris Lamb for apt-show-versions completion
        improvement.  closes: #494138.
    
     -- Clint Adams <email address hidden>  Fri, 08 Aug 2008 15:21:25 -0400