Get ready for further developments

pull/1359/head
Yaroslav Halchenko 2016-03-08 08:36:29 -05:00
parent 0298ba2c1b
commit 634e68036e
4 changed files with 13 additions and 3 deletions

View File

@ -6,6 +6,16 @@
Fail2Ban: Changelog Fail2Ban: Changelog
=================== ===================
ver. 0.9.5 (2015/XX/XXX) - wanna-be-released
-----------
- Fixes:
- New Features:
- Enhancements:
ver. 0.9.4 (2016/03/08) - for-you-ladies ver. 0.9.4 (2016/03/08) - for-you-ladies
----------- -----------

View File

@ -2,7 +2,7 @@
/ _|__ _(_) |_ ) |__ __ _ _ _ / _|__ _(_) |_ ) |__ __ _ _ _
| _/ _` | | |/ /| '_ \/ _` | ' \ | _/ _` | | |/ /| '_ \/ _` | ' \
|_| \__,_|_|_/___|_.__/\__,_|_||_| |_| \__,_|_|_/___|_.__/\__,_|_||_|
v0.9.4 2015/03/08 v0.9.4.dev0 2016/??/??
## Fail2Ban: ban hosts that cause multiple authentication errors ## Fail2Ban: ban hosts that cause multiple authentication errors

View File

@ -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.5 (2015/XX/XXX) - wanna-be-released ver. 0.9.6 (2016/XX/XXX) - wanna-be-released
----------- -----------
- Fixes: - Fixes:

View File

@ -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.4" version = "0.9.4.dev0"