diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-02 01:41:39 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-02 01:41:39 +0200 |
commit | 1ffb184b46edd34d389af4e016abcaafec454d44 (patch) | |
tree | a207c8ca52fcd91fb46eb00c61562dc5321f5785 | |
parent | abc8d1f695b1a5bb5bf7f50a5d869e659a1f8560 (diff) | |
download | zsh-1ffb184b46edd34d389af4e016abcaafec454d44.tar.gz zsh-1ffb184b46edd34d389af4e016abcaafec454d44.zip |
Upload to unstable as 5.0.6-3
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dec84d4ba..110e39741 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +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 <abe@debian.org> Thu, 02 Oct 2014 01:37:34 +0200 + zsh (5.0.6-2) unstable; urgency=medium [ Axel Beckert ] |