diff --git a/CHANGELOG b/CHANGELOG index 6876dcd1..90b4d506 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,10 +4,10 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.7.5) 2006/??/?? +Fail2Ban (version 0.7.5) 2006/12/07 ============================================================= -ver. 0.7.5 (2006/??/??) - ??? +ver. 0.7.5 (2006/12/07) - beta ---------- - Do not ban a host that is currently banned. Thanks to Yaroslav Halchenko @@ -29,7 +29,7 @@ ver. 0.7.5 (2006/??/??) - ??? correctly by fail2ban-client - Fixed RedHat init script. Thanks to Justin Shore - Changed timeout to 30 secondes before assuming the server - cannot be started + cannot be started. Thanks to Joël Bertrand ver. 0.7.4 (2006/11/01) - beta ---------- diff --git a/README b/README index 4b5cd6de..f0f26801 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ |_| \__,_|_|_/___|_.__/\__,_|_||_| ============================================================= -Fail2Ban (version 0.7.4) 2006/11/01 +Fail2Ban (version 0.7.5) 2006/12/07 ============================================================= Fail2Ban scans log files like /var/log/pwdfail and bans IP @@ -28,8 +28,8 @@ Optional: To install, just do: -> tar xvfj fail2ban-0.7.4.tar.bz2 -> cd fail2ban-0.7.4 +> tar xvfj fail2ban-0.7.5.tar.bz2 +> cd fail2ban-0.7.5 > python setup.py install This will install Fail2Ban into /usr/lib/fail2ban. The @@ -52,7 +52,8 @@ Configuration: You can configure Fail2ban using the files in /etc/fail2ban. It is possible to configure the server using commands sent to it by fail2ban-client. The available commands are described -in the man page of fail2ban-client. Please refer to it. +in the man page of fail2ban-client. Please refer to it or to +the website: http://fail2ban.sourceforge.net Contact: -------- @@ -71,7 +72,7 @@ Kévin Drapel, Marvin Rouge, Sireyessire, Robert Edeker, Tom Pike, Iain Lea, Andrey G. Grozin, Yaroslav Halchenko, Jonathan Kamens, Stephen Gildea, Markus Hoffmann, Mark Edgington, Patrick Börjesson, kojiro, zugeschmiert, Tyler, -Nick Munger, Christoph Haas +Nick Munger, Christoph Haas, Justin Shore, Joël Bertrand License: -------- diff --git a/common/version.py b/common/version.py index c3e0b276..ee3b9df7 100644 --- a/common/version.py +++ b/common/version.py @@ -24,4 +24,4 @@ __date__ = "$Date$" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" -version = "0.7.4-SVN" +version = "0.7.5" diff --git a/man/fail2ban-client.1 b/man/fail2ban-client.1 index 1a2e6ce5..d52e990a 100644 --- a/man/fail2ban-client.1 +++ b/man/fail2ban-client.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH FAIL2BAN-CLIENT "1" "November 2006" "fail2ban-client v0.7.4-SVN" "User Commands" +.TH FAIL2BAN-CLIENT "1" "December 2006" "fail2ban-client v0.7.4-SVN" "User Commands" .SH NAME fail2ban-client \- configure and control the server .SH SYNOPSIS diff --git a/man/fail2ban-regex.1 b/man/fail2ban-regex.1 index e83777f8..e122b7a8 100644 --- a/man/fail2ban-regex.1 +++ b/man/fail2ban-regex.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH FAIL2BAN-REGEX "1" "November 2006" "fail2ban-regex v0.7.4-SVN" "User Commands" +.TH FAIL2BAN-REGEX "1" "December 2006" "fail2ban-regex v0.7.4-SVN" "User Commands" .SH NAME fail2ban-regex \- test Fail2ban "failregex" option .SH SYNOPSIS diff --git a/man/fail2ban-server.1 b/man/fail2ban-server.1 index daee00cf..415d6155 100644 --- a/man/fail2ban-server.1 +++ b/man/fail2ban-server.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH FAIL2BAN-SERVER "1" "November 2006" "fail2ban-server v0.7.4-SVN" "User Commands" +.TH FAIL2BAN-SERVER "1" "December 2006" "fail2ban-server v0.7.4-SVN" "User Commands" .SH NAME fail2ban-server \- start the server .SH SYNOPSIS