diff --git a/ChangeLog b/ChangeLog index 30cffd143a..02634e72f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,7 +31,7 @@ Incompatibility list (compared to v.0.9): IPv6-capable now. -ver. 0.10.4-dev-1 (20??/??/??) - development edition +ver. 0.10.4 (2018/10/04) - ten-four-on-due-date-ten-four ----------- ### Fixes diff --git a/fail2ban/version.py b/fail2ban/version.py index 2a51559244..78a407618e 100644 --- a/fail2ban/version.py +++ b/fail2ban/version.py @@ -24,7 +24,7 @@ __copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2005-2016 Yaroslav Halchenko, 2013-2014 Steven Hiscocks, Daniel Black" __license__ = "GPL-v2+" -version = "0.10.4.dev1" +version = "0.10.4" def normVersion(): """ Returns fail2ban version in normalized machine-readable format""" diff --git a/man/fail2ban-client.1 b/man/fail2ban-client.1 index 6ed4ea4cdd..d11c4ee8bf 100644 --- a/man/fail2ban-client.1 +++ b/man/fail2ban-client.1 @@ -1,12 +1,12 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. -.TH FAIL2BAN-CLIENT "1" "April 2018" "fail2ban-client v0.10.4.dev1" "User Commands" +.TH FAIL2BAN-CLIENT "1" "October 2018" "fail2ban-client v0.10.4" "User Commands" .SH NAME fail2ban-client \- configure and control the server .SH SYNOPSIS .B fail2ban-client [\fI\,OPTIONS\/\fR] \fI\,\/\fR .SH DESCRIPTION -Fail2Ban v0.10.4.dev1 reads log file that contains password failure report +Fail2Ban v0.10.4 reads log file that contains password failure report and bans the corresponding IP addresses using firewall rules. .SH OPTIONS .TP @@ -67,7 +67,7 @@ convert time abbreviation format to seconds display this help message .TP \fB\-V\fR, \fB\-\-version\fR -print the version +print the version (\fB\-V\fR returns machine\-readable short format) .SH COMMAND .IP BASIC @@ -210,6 +210,12 @@ adds to the ignore list of removes from the ignore list of .TP +\fBset ignorecommand \fR +sets ignorecommand of +.TP +\fBset ignorecache \fR +sets ignorecache of +.TP \fBset addlogpath ['tail']\fR adds to the monitoring list of , optionally starting at @@ -241,9 +247,6 @@ for removes the regular expression at for failregex .TP -\fBset ignorecommand \fR -sets ignorecommand of -.TP \fBset addignoreregex \fR adds the regular expression which should match pattern @@ -438,11 +441,6 @@ the action for \fI/etc/fail2ban/*\fR .SH "REPORTING BUGS" Report bugs to https://github.com/fail2ban/fail2ban/issues -.SH COPYRIGHT -Copyright \(co 2004\-2008 Cyril Jaquier, 2008\- Fail2Ban Contributors -.br -Copyright of modifications held by their respective authors. -Licensed under the GNU General Public License v2 (GPL). .SH "SEE ALSO" .br fail2ban-server(1) diff --git a/man/fail2ban-python.1 b/man/fail2ban-python.1 index 9880726e20..137bc5c68c 100644 --- a/man/fail2ban-python.1 +++ b/man/fail2ban-python.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. -.TH FAIL2BAN-PYTHON "1" "April 2018" "fail2ban-python f2bversion" "User Commands" +.TH FAIL2BAN-PYTHON "1" "October 2018" "fail2ban-python f2bversion" "User Commands" .SH NAME fail2ban-python \- a helper for Fail2Ban to assure that the same Python is used .SH DESCRIPTION diff --git a/man/fail2ban-regex.1 b/man/fail2ban-regex.1 index ebc9fa4c07..0ef8056ed6 100644 --- a/man/fail2ban-regex.1 +++ b/man/fail2ban-regex.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. -.TH FAIL2BAN-REGEX "1" "April 2018" "fail2ban-regex 0.10.4.dev1" "User Commands" +.TH FAIL2BAN-REGEX "1" "October 2018" "fail2ban-regex 0.10.4" "User Commands" .SH NAME fail2ban-regex \- test Fail2ban "failregex" option .SH SYNOPSIS @@ -72,6 +72,9 @@ journalctl style matches overriding filter file. \fB\-l\fR LOG_LEVEL, \fB\-\-log\-level\fR=\fI\,LOG_LEVEL\/\fR Log level for the Fail2Ban logger to use .TP +\fB\-V\fR +get version in machine\-readable short format +.TP \fB\-v\fR, \fB\-\-verbose\fR Increase verbosity .TP diff --git a/man/fail2ban-server.1 b/man/fail2ban-server.1 index 075fb37834..6390c991d0 100644 --- a/man/fail2ban-server.1 +++ b/man/fail2ban-server.1 @@ -1,12 +1,12 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. -.TH FAIL2BAN-SERVER "1" "April 2018" "fail2ban-server v0.10.4.dev1" "User Commands" +.TH FAIL2BAN-SERVER "1" "October 2018" "fail2ban-server v0.10.4" "User Commands" .SH NAME fail2ban-server \- start the server .SH SYNOPSIS .B fail2ban-server [\fI\,OPTIONS\/\fR] .SH DESCRIPTION -Fail2Ban v0.10.4.dev1 reads log file that contains password failure report +Fail2Ban v0.10.4 reads log file that contains password failure report and bans the corresponding IP addresses using firewall rules. .SH OPTIONS .TP @@ -67,14 +67,9 @@ convert time abbreviation format to seconds display this help message .TP \fB\-V\fR, \fB\-\-version\fR -print the version +print the version (\fB\-V\fR returns machine\-readable short format) .SH "REPORTING BUGS" Report bugs to https://github.com/fail2ban/fail2ban/issues -.SH COPYRIGHT -Copyright \(co 2004\-2008 Cyril Jaquier, 2008\- Fail2Ban Contributors -.br -Copyright of modifications held by their respective authors. -Licensed under the GNU General Public License v2 (GPL). .SH "SEE ALSO" .br fail2ban-client(1) diff --git a/man/fail2ban-testcases.1 b/man/fail2ban-testcases.1 index 56abc6006f..95a3604c3e 100644 --- a/man/fail2ban-testcases.1 +++ b/man/fail2ban-testcases.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. -.TH FAIL2BAN-TESTCASES "1" "April 2018" "fail2ban-testcases 0.10.4.dev1" "User Commands" +.TH FAIL2BAN-TESTCASES "1" "October 2018" "fail2ban-testcases 0.10.4" "User Commands" .SH NAME fail2ban-testcases \- run Fail2Ban unit-tests .SH SYNOPSIS