summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Jaquier <cyril.jaquier@fail2ban.org>2006-08-23 21:03:47 +0000
committerCyril Jaquier <cyril.jaquier@fail2ban.org>2006-08-23 21:03:47 +0000
commitd46a125d6d8cc1932118cde49ab10fd55a1b211b (patch)
treea72b375286509a98c24562ffaa9ba850c8e360c7
parent89b034b6767f80c13410bd49bf5beeb8549dd888 (diff)
downloadfail2ban-0.7.1.tar.gz
- Updated for 0.7.10.7.1
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@306 a942ae1a-1317-0410-a47c-b1dcaea8d605
-rw-r--r--CHANGELOG9
-rw-r--r--README6
-rw-r--r--version.py2
3 files changed, 12 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 972fd7ad..762504b5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,9 +4,16 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_|
=============================================================
-Fail2Ban (version 0.7.0) 2006/08/23
+Fail2Ban (version 0.7.1) 2006/08/23
=============================================================
+ver. 0.7.1 (2006/08/23) - alpha
+----------
+- Fixed daemon mode bug
+- Added Gentoo init.d script
+- Fixed path bug when trying to start "fail2ban-server"
+- Fixed reload command
+
ver. 0.7.0 (2006/08/23) - alpha
----------
- Almost a complete rewrite :) Fail2ban design is really
diff --git a/README b/README
index bfa7dde3..e5516b60 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_|
=============================================================
-Fail2Ban (version 0.7.0) 2006/08/23
+Fail2Ban (version 0.7.1) 2006/08/23
=============================================================
Fail2Ban scans log files like /var/log/pwdfail and bans IP
@@ -58,8 +58,8 @@ Require: python-2.4 (http://www.python.org)
To install, just do:
-> tar xvfj fail2ban-0.7.0.tar.bz2
-> cd fail2ban-0.7.0
+> tar xvfj fail2ban-0.7.1.tar.bz2
+> cd fail2ban-0.7.1
> python setup.py install
This will install Fail2Ban into /usr/lib/fail2ban. The
diff --git a/version.py b/version.py
index 8746c8ae..86aafaf3 100644
--- a/version.py
+++ b/version.py
@@ -24,4 +24,4 @@ __date__ = "$Date$"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
__license__ = "GPL"
-version = "0.7.0"
+version = "0.7.1"