Browse Source

- Version 0.3.0. Named it 0.3 because there is a lot of changes in this release

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@73 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.6 0.3.0
Cyril Jaquier 20 years ago
parent
commit
7fb2508960
  1. 4
      CHANGELOG
  2. 2
      README
  3. 1
      TODO
  4. 2
      version.py

4
CHANGELOG

@ -4,10 +4,10 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_|
=============================================================
Fail2Ban (version 0.3.0) 02/??/2005
Fail2Ban (version 0.3.0) 02/24/2005
=============================================================
ver. 0.3.0 (02/??/2005) - beta
ver. 0.3.0 (02/24/2005) - beta
----------
- Re-writting of parts of the code in order to handle several
log files with different rules

2
README

@ -4,7 +4,7 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_|
=============================================================
Fail2Ban (version 0.3.0) 02/??/2005
Fail2Ban (version 0.3.0) 02/24/2005
=============================================================
Fail2Ban scans log files like /var/log/pwdfail and bans IP

1
TODO

@ -12,4 +12,3 @@ ToDo
- improve configuration file and command line options
handling
- improve installation process
- create a web page for the project

2
version.py

@ -24,4 +24,4 @@ __date__ = "$Date$"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
__license__ = "GPL"
version = "0.3.0-CVS"
version = "0.3.0"

Loading…
Cancel
Save