Release changes (too much of manual "labor"! ;))

pull/1146/head 0.9.3
Yaroslav Halchenko 2015-07-31 21:32:13 -04:00
parent 84ad3525e6
commit 70ba5cb005
8 changed files with 19 additions and 19 deletions

View File

@ -6,8 +6,8 @@
Fail2Ban: Changelog Fail2Ban: Changelog
=================== ===================
ver. 0.9.3 (2015/XX/XXX) - wanna-be-released ver. 0.9.3 (2015/08/01) - lets-all-stay-friends
----------- ----------
- IMPORTANT incompatible changes: - IMPORTANT incompatible changes:
* filter.d/roundcube-auth.conf * filter.d/roundcube-auth.conf
@ -21,7 +21,7 @@ ver. 0.9.3 (2015/XX/XXX) - wanna-be-released
with empty value for 'lockingopt' in `[Init]` section. with empty value for 'lockingopt' in `[Init]` section.
* mail-whois-lines, sendmail-geoip-lines and sendmail-whois-lines * mail-whois-lines, sendmail-geoip-lines and sendmail-whois-lines
actions now include by default only the first 1000 log lines in actions now include by default only the first 1000 log lines in
the emails. Adjust <grepopts> to augment the behavior. the emails. Adjust <grepopts> to augment the behavior.
- Fixes: - Fixes:
* reload in interactive mode appends all the jails twice (gh-825) * reload in interactive mode appends all the jails twice (gh-825)
@ -53,7 +53,7 @@ ver. 0.9.3 (2015/XX/XXX) - wanna-be-released
* New type of operation: pass2allow, use fail2ban for "knocking", * New type of operation: pass2allow, use fail2ban for "knocking",
opening a closed port by swapping blocktype and returntype opening a closed port by swapping blocktype and returntype
* New filters: * New filters:
- froxlor-auth Thanks Joern Muehlencord - froxlor-auth - Thanks Joern Muehlencord
- apache-pass - filter Apache access log for successful authentication - apache-pass - filter Apache access log for successful authentication
* New actions: * New actions:
- shorewall-ipset-proto6 - using proto feature of the Shorewall. Still requires - shorewall-ipset-proto6 - using proto feature of the Shorewall. Still requires

View File

@ -2,7 +2,7 @@
/ _|__ _(_) |_ ) |__ __ _ _ _ / _|__ _(_) |_ ) |__ __ _ _ _
| _/ _` | | |/ /| '_ \/ _` | ' \ | _/ _` | | |/ /| '_ \/ _` | ' \
|_| \__,_|_|_/___|_.__/\__,_|_||_| |_| \__,_|_|_/___|_.__/\__,_|_||_|
v0.9.2.dev0 2015/xx/xx v0.9.3 2015/08/01
## Fail2Ban: ban hosts that cause multiple authentication errors ## Fail2Ban: ban hosts that cause multiple authentication errors
@ -37,8 +37,8 @@ Optional:
To install, just do: To install, just do:
tar xvfj fail2ban-0.9.2.tar.bz2 tar xvfj fail2ban-0.9.3.tar.bz2
cd fail2ban-0.9.2 cd fail2ban-0.9.3
python setup.py install python setup.py install
This will install Fail2Ban into the python library directory. The executable This will install Fail2Ban into the python library directory. The executable

View File

@ -185,7 +185,7 @@ Post Release
Add the following to the top of the ChangeLog:: Add the following to the top of the ChangeLog::
ver. 0.9.3 (2014/XX/XXX) - wanna-be-released ver. 0.9.4 (2014/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-2015 Yaroslav Halchenko, 2013-2014 Steven Hiscocks, Daniel Black" __copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2005-2015 Yaroslav Halchenko, 2013-2014 Steven Hiscocks, Daniel Black"
__license__ = "GPL-v2+" __license__ = "GPL-v2+"
version = "0.9.2.dev0" version = "0.9.3"

View File

@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.6. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.1.
.TH FAIL2BAN-CLIENT "1" "July 2015" "fail2ban-client v0.9.2.dev" "User Commands" .TH FAIL2BAN-CLIENT "1" "July 2015" "fail2ban-client v0.9.3" "User Commands"
.SH NAME .SH NAME
fail2ban-client \- configure and control the server fail2ban-client \- configure and control the server
.SH SYNOPSIS .SH SYNOPSIS
.B fail2ban-client .B fail2ban-client
[\fI\,OPTIONS\/\fR] \fI\,<COMMAND>\/\fR [\fI\,OPTIONS\/\fR] \fI\,<COMMAND>\/\fR
.SH DESCRIPTION .SH DESCRIPTION
Fail2Ban v0.9.2.dev reads log file that contains password failure report Fail2Ban v0.9.3 reads log file that contains password failure report
and bans the corresponding IP addresses using firewall rules. and bans the corresponding IP addresses using firewall rules.
.SH OPTIONS .SH OPTIONS
.TP .TP

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.6. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.1.
.TH FAIL2BAN-REGEX "1" "July 2015" "fail2ban-regex 0.9.2.dev" "User Commands" .TH FAIL2BAN-REGEX "1" "July 2015" "fail2ban-regex 0.9.3" "User Commands"
.SH NAME .SH NAME
fail2ban-regex \- test Fail2ban "failregex" option fail2ban-regex \- test Fail2ban "failregex" option
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.6. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.1.
.TH FAIL2BAN-SERVER "1" "July 2015" "fail2ban-server v0.9.2.dev" "User Commands" .TH FAIL2BAN-SERVER "1" "July 2015" "fail2ban-server v0.9.3" "User Commands"
.SH NAME .SH NAME
fail2ban-server \- start the server fail2ban-server \- start the server
.SH SYNOPSIS .SH SYNOPSIS
.B fail2ban-server .B fail2ban-server
[\fI\,OPTIONS\/\fR] [\fI\,OPTIONS\/\fR]
.SH DESCRIPTION .SH DESCRIPTION
Fail2Ban v0.9.2.dev reads log file that contains password failure report Fail2Ban v0.9.3 reads log file that contains password failure report
and bans the corresponding IP addresses using firewall rules. and bans the corresponding IP addresses using firewall rules.
.PP .PP
Only use this command for debugging purpose. Start the server with Only use this command for debugging purpose. Start the server with

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.6. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.1.
.TH FAIL2BAN-TESTCASES "1" "July 2015" "fail2ban-testcases 0.9.2.dev" "User Commands" .TH FAIL2BAN-TESTCASES "1" "July 2015" "fail2ban-testcases 0.9.3" "User Commands"
.SH NAME .SH NAME
fail2ban-testcases \- run Fail2Ban unit-tests fail2ban-testcases \- run Fail2Ban unit-tests
.SH SYNOPSIS .SH SYNOPSIS