summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--README6
-rw-r--r--version.py2
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 448f24c6..ce24c846 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,10 +4,10 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_|
=============================================================
-Fail2Ban (version 0.1.0) 10/12/2004
+Fail2Ban (version 0.1.1) 10/23/2004
=============================================================
-ver. 0.1.1 (??/??/????) - alpha
+ver. 0.1.1 (10/23/2004) - beta
----------
- Add SIGTERM handler in order to exit nicely when in daemon
mode
diff --git a/README b/README
index 4967b25b..cd32f9a1 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_|
=============================================================
-Fail2Ban (version 0.1.0) 10/12/2004
+Fail2Ban (version 0.1.1) 10/23/2004
=============================================================
Fail2Ban scans log files like /var/log/pwdfail and bans IP
@@ -51,8 +51,8 @@ Require: python-2.3 (http://www.python.org)
To install, just do:
-> tar xvfj fail2ban-0.1.0.tar.bz2
-> cd fail2ban-0.1.0
+> tar xvfj fail2ban-0.1.1.tar.bz2
+> cd fail2ban-0.1.1
> python setup.py install
This will install Fail2Ban into /usr/lib/fail2ban. The
diff --git a/version.py b/version.py
index 70ccfc7b..d83fb7b4 100644
--- a/version.py
+++ b/version.py
@@ -24,4 +24,4 @@ __date__ = "$Date$"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
__license__ = "GPL"
-version = "0.1.0-CVS" \ No newline at end of file
+version = "0.1.1"