diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-06-28 17:41:33 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-06-28 17:41:33 +0200 |
commit | 0675ab387adce5be630f0a02843af0020b92da84 (patch) | |
tree | f1c235db084f1b0711d30ac036a42a5f9a0a2023 | |
parent | d1d4dabe57d4eef7e50fe4488557dd9c7e2de11a (diff) | |
download | zsh-0675ab387adce5be630f0a02843af0020b92da84.tar.gz zsh-0675ab387adce5be630f0a02843af0020b92da84.zip |
Upload to unstable as 5.0.5-4
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ab417ed65..d90ffc0a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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 <abe@debian.org> Sat, 28 Jun 2014 17:37:54 +0200 + zsh (5.0.5-3) unstable; urgency=medium [ Axel Beckert ] |