summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog14
1 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index fff272b85..b346effa9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-zsh (5.2-dev-1-1) UNRELEASED; urgency=low
+zsh (5.2-dev-1-1) experimental; urgency=low
[ Axel Beckert ]
* [86ca06fb] Import new upstream beta release.
@@ -6,12 +6,22 @@ zsh (5.2-dev-1-1) UNRELEASED; urgency=low
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.
+ * [9789916e] Remove GCC-4.9-specific workaround on s390x from
+ debian/rules.
+ * [0013070a,3b7e91b3] Enable hardening=+all, fixes multiple
+ hardening-related lintian warnings.
+ * [da1b680b,1600c44d,2d082be2] Remove usage of alternatives system for
+ zsh, rzsh and zsh-static. (Closes: #768079)
+ * [3aa2ccff] Switch Vcs-Git from git:// to https://, fixes lintian
+ warning vcs-field-uses-insecure-uri.
+ * [f3384aaf] Add patch by Bart Schaefer to fix segfault in
+ is_cond_binary_op when compiling with -fPIE (and maybe other cases).
[ Frank Terbeck ]
* [c1e9ec06] zshrc: Make expansion robust with NO_UNSET.
Thanks to Marc Chantreux on #pkg-zsh (freenode)
- -- Axel Beckert <abe@debian.org> Sun, 24 Jan 2016 17:21:44 +0100
+ -- Axel Beckert <abe@debian.org> Mon, 01 Feb 2016 00:42:02 +0100
zsh (5.2-3) unstable; urgency=medium