Browse Source

Version changes/man pages for the release

pull/1014/head 0.8.14
Yaroslav Halchenko 10 years ago
parent
commit
254b57e43b
  1. 4
      ChangeLog
  2. 2
      DEVELOP
  3. 2
      README.md
  4. 2
      common/version.py
  5. 8
      man/fail2ban-client.1
  6. 10
      man/fail2ban-regex.1
  7. 8
      man/fail2ban-server.1

4
ChangeLog

@ -4,10 +4,10 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_|
================================================================================
Fail2Ban (version 0.8.14.dev) 2014/??/??
Fail2Ban (version 0.8.14) 2014/08/19
================================================================================
ver. 0.8.14 (2014/??/??) - take-care-of-the-elderly
ver. 0.8.14 (2014/08/19) - take-care-of-the-elderly
-----------
- Fixes:

2
DEVELOP

@ -409,7 +409,7 @@ Post Release
Add the following to the top of the ChangeLog
ver. 0.8.13 (2014/XX/XXX) - wanna-be-released
ver. 0.8.15 (2014/XX/XXX) - wanna-be-released
-----------
- Fixes:

2
README.md

@ -2,7 +2,7 @@
/ _|__ _(_) |_ ) |__ __ _ _ _
| _/ _` | | |/ /| '_ \/ _` | ' \
|_| \__,_|_|_/___|_.__/\__,_|_||_|
v0.8.12 2014/01/22
v0.8.14 2014/08/19
## Fail2Ban: ban hosts that cause multiple authentication errors

2
common/version.py

@ -24,4 +24,4 @@ __author__ = "Cyril Jaquier, Yaroslav Halchenko"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2013 Yaroslav Halchenko"
__license__ = "GPL"
version = "0.8.13.dev"
version = "0.8.14"

8
man/fail2ban-client.1

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

10
man/fail2ban-regex.1

@ -1,10 +1,10 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2.
.TH FAIL2BAN-REGEX "1" "March 2014" "fail2ban-regex 0.8.13" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1.
.TH FAIL2BAN-REGEX "1" "August 2014" "fail2ban-regex 0.8.14" "User Commands"
.SH NAME
fail2ban-regex \- test Fail2ban "failregex" option
.SH SYNOPSIS
.B fail2ban-regex
[\fIOPTIONS\fR] \fI<LOG> <REGEX> \fR[\fIIGNOREREGEX\fR]
[\fI\,OPTIONS\/\fR] \fI\,<LOG> <REGEX> \/\fR[\fI\,IGNOREREGEX\/\fR]
.SH DESCRIPTION
Fail2Ban reads log file that contains password failure report
and bans the corresponding IP addresses using firewall rules.
@ -16,7 +16,7 @@ string
a string representing a log line
.TP
filename
path to a log file (\fI/var/log/auth.log\fP)
path to a log file (\fI\,/var/log/auth.log\/\fP)
.SS "REGEX:"
.TP
string
@ -39,7 +39,7 @@ show program's version number and exit
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-l\fR LOG_LEVEL, \fB\-\-log\-level\fR=\fILOG_LEVEL\fR
\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, \fB\-\-verbose\fR

8
man/fail2ban-server.1

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

Loading…
Cancel
Save