Introducing 0.9.x series with 0.9.0a0

0.9.0a0 is chosen so that StrictVersion works within python 2.x
pull/165/merge
Yaroslav Halchenko 2013-02-11 16:00:05 -05:00
parent f8983872ad
commit 9dc662af27
3 changed files with 14 additions and 4 deletions

View File

@ -4,9 +4,19 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_| |_| \__,_|_|_/___|_.__/\__,_|_||_|
================================================================================ ================================================================================
Fail2Ban (version 0.8.8) 2012/12/06 Fail2Ban (version 0.9.0a) 20??/??/??
================================================================================ ================================================================================
ver. 0.9.0 (20??/??/??) - alpha
----------
Will carry all fixes in 0.8.x series and new features and enhancements
- Fixes:
- New features:
- Enhancements:
ver. 0.8.8 (2012/12/06) - stable ver. 0.8.8 (2012/12/06) - stable
---------- ----------
- Fixes: - Fixes:

2
README
View File

@ -4,7 +4,7 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_| |_| \__,_|_|_/___|_.__/\__,_|_||_|
================================================================================ ================================================================================
Fail2Ban (version 0.8.8) 2012/07/31 Fail2Ban (version 0.9.0a0) 20??/??/??
================================================================================ ================================================================================
Fail2Ban scans log files like /var/log/pwdfail and bans IP that makes too many Fail2Ban scans log files like /var/log/pwdfail and bans IP that makes too many

View File

@ -22,7 +22,7 @@
# $Revision$ # $Revision$
__author__ = "Cyril Jaquier, Yaroslav Halchenko" __author__ = "Cyril Jaquier, Yaroslav Halchenko"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2012 Yaroslav Halchenko" __copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2013 Yaroslav Halchenko"
__license__ = "GPL" __license__ = "GPL"
version = "0.8.8" version = "0.9.0a0"