mirror of https://github.com/fail2ban/fail2ban
Carry on development
parent
3605155978
commit
4a1fd888f0
17
ChangeLog
17
ChangeLog
|
@ -6,13 +6,28 @@
|
||||||
Fail2Ban: Changelog
|
Fail2Ban: Changelog
|
||||||
===================
|
===================
|
||||||
|
|
||||||
ver. 0.9.6 (2016/12/10) - stretch-is-coming
|
|
||||||
|
ver. 0.9.x (2016/??/??) - wanna-be-released
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
0.9.x line is no longer heavily developed. If you are interested in
|
0.9.x line is no longer heavily developed. If you are interested in
|
||||||
new features (e.g. IPv6 support), please consider 0.10 branch and its
|
new features (e.g. IPv6 support), please consider 0.10 branch and its
|
||||||
releases.
|
releases.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
* New Actions:
|
||||||
|
|
||||||
|
* New Filters:
|
||||||
|
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
|
||||||
|
|
||||||
|
ver. 0.9.6 (2016/12/10) - stretch-is-coming
|
||||||
|
-----------
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* Misleading add resp. enable of (already available) jail in database, that
|
* Misleading add resp. enable of (already available) jail in database, that
|
||||||
induced a subsequent error: last position of log file will be never retrieved (gh-795)
|
induced a subsequent error: last position of log file will be never retrieved (gh-795)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/ _|__ _(_) |_ ) |__ __ _ _ _
|
/ _|__ _(_) |_ ) |__ __ _ _ _
|
||||||
| _/ _` | | |/ /| '_ \/ _` | ' \
|
| _/ _` | | |/ /| '_ \/ _` | ' \
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
v0.9.6 2016/12/10
|
v0.9.6.dev0 2016/??/??
|
||||||
|
|
||||||
## Fail2Ban: ban hosts that cause multiple authentication errors
|
## Fail2Ban: ban hosts that cause multiple authentication errors
|
||||||
|
|
||||||
|
|
2
RELEASE
2
RELEASE
|
@ -190,7 +190,7 @@ Post Release
|
||||||
|
|
||||||
Add the following to the top of the ChangeLog::
|
Add the following to the top of the ChangeLog::
|
||||||
|
|
||||||
ver. 0.9.7 (2016/XX/XXX) - wanna-be-released
|
ver. 0.9.8 (2016/XX/XXX) - wanna-be-released
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
|
@ -24,4 +24,4 @@ __author__ = "Cyril Jaquier, Yaroslav Halchenko, Steven Hiscocks, Daniel Black"
|
||||||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2005-2016 Yaroslav Halchenko, 2013-2014 Steven Hiscocks, Daniel Black"
|
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2005-2016 Yaroslav Halchenko, 2013-2014 Steven Hiscocks, Daniel Black"
|
||||||
__license__ = "GPL-v2+"
|
__license__ = "GPL-v2+"
|
||||||
|
|
||||||
version = "0.9.6"
|
version = "0.9.6.dev0"
|
||||||
|
|
Loading…
Reference in New Issue