diff --git a/CHANGELOG b/CHANGELOG index b4acc6d9..daa5bcb1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,9 +4,18 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.5.0) 2005/07/12 +Fail2Ban (version 0.5.?) 2005/07/?? ============================================================= +ver. 0.5.? (2005/07/??) - beta +---------- +- Changed iptables rules in order to create a separated chain + for each section +- Fixed static banList in firewall.py +- Added an initd script for Debian. Thanks to Yaroslav + Halchenko +- Check for obsolete files after install + ver. 0.5.0 (2005/07/12) - beta ---------- - Added support for CIDR mask in ignoreip diff --git a/MANIFEST b/MANIFEST index ebe7a9c5..31824576 100644 --- a/MANIFEST +++ b/MANIFEST @@ -21,3 +21,4 @@ config/fail2ban.conf.default config/gentoo-initd config/gentoo-confd config/redhat-initd +config/debian-initd diff --git a/TODO b/TODO index 569a127c..9ba78225 100644 --- a/TODO +++ b/TODO @@ -7,9 +7,7 @@ ToDo ============================================================= -- cleanup fail2ban.py -- improve configuration file and command line options - handling -- improve installation process -- add init script -- use FAM (inotify, gamin, ...) +See Feature Request Tracking System at SourceForge.net + +- improve installation process (better prefix support) +- add better documentation (man page) diff --git a/version.py b/version.py index 414a8ed4..8f21d385 100644 --- a/version.py +++ b/version.py @@ -24,4 +24,4 @@ __date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" -version = "0.5.0" +version = "0.5.0-CVS"