From 54bae189a355d904a7eab498a01b2b829f8ee68e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 22 Apr 2013 10:10:20 -0400 Subject: [PATCH] Beef up changelog for 0.9 --- ChangeLog | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index baa854a9..e11bbde8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,15 +8,27 @@ Fail2Ban (version 0.9.0a) 20??/??/?? ================================================================================ -ver. 0.9.0 (20??/??/??) - alpha +ver. 0.9.0 (2013/04/??) - alpha ---------- -Will carry all fixes in 0.8.x series and new features and enhancements +Carries all fixes in 0.8.9 and new features and enhancements. Nearly +all development is thanks to Steven Hiscocks (THANKS!) with only +code-review and minor additions from Yaroslav Halchenko. -- Fixes: +- Refactoring: + Steven Hiscocks + * [..5aef036] Core functionality moved into fail2ban/ module. + Closes gh-26 - New features: Steven Hiscocks - * Multiline failregex. Close gh-54 + * [..c7ae460] Multiline failregex. Close gh-54 + * [8af32ed] Guacamole filter and support for Apache Tomcat date + format + * [..4869186] Python3 support +- Enhancements + Steven Hiscocks + * Replacing use of deprecated API (.warning, .assertEqual, etc) + * [..a648cc2] Filters can have options now too ver. 0.8.9 (2013/04/XXX) - wanna-be-stable ----------