diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2023-01-30 02:18:42 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2023-01-30 02:20:20 +0100 |
commit | 6d9a85bbd218010318d3591f581c6c301ca0ed21 (patch) | |
tree | d1af3d8e274a22c91bcd1e58182caec4da991521 | |
parent | 749f6b2d7a7701a92f9b00fce167c64203998567 (diff) | |
download | zsh-6d9a85bbd218010318d3591f581c6c301ca0ed21.tar.gz zsh-6d9a85bbd218010318d3591f581c6c301ca0ed21.zip |
Upload to unstable as 5.9-3
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 233e3a806..fdf376650 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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 <abe@debian.org> Mon, 30 Jan 2023 02:13:43 +0100 + zsh (5.9-2) unstable; urgency=medium [ Helmut Grohne ] |