From f5134ae47917a32268bc61c1d4da23ace6770a8d Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 21 Jan 2018 22:21:03 -0500 Subject: [PATCH] changlog tune up --- debian/changelog | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index dc7d62f9..d994715a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,15 @@ -fail2ban (0.10.2-1) UNRELEASED; urgency=medium +fail2ban (0.10.2-1) unstable; urgency=medium [ Yaroslav Halchenko ] - * New major upstream release + * New major upstream release (thanks to Ervin Hegedüs for help updating + packaging) - Major performance improvements, especially in tests battery execution, and shutdown (Closes: #878038) - Incremental increase of bantime (Closes: #498164) - IPv6 support (Closes: #881648, #470417) - + * A number of new patches added to address failing tests from + https://github.com/fail2ban/fail2ban/pull/2025 + [ Viktor Szépe ] * Install provided config for monit under /etc/monit/conf-available (instead of /etc/monit/monitrc.d, location changed after monit 1:5.15-2)