summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2016-07-14 21:35:49 -0400
committerYaroslav Halchenko <debian@onerussian.com>2016-07-14 21:35:49 -0400
commit5714ac201bdeb888b94d6eeac42d8eb3bc3b8e06 (patch)
tree18c4ec1a058c566ec37c2dbce266ee6396de61e9
parent0f88e8a6586377fc65937fda5baabcff903fd7aa (diff)
downloadfail2ban-5714ac201bdeb888b94d6eeac42d8eb3bc3b8e06.tar.gz
DOC: preparations for 0.9.5 release
-rw-r--r--ChangeLog6
-rw-r--r--README.md6
-rw-r--r--RELEASE22
-rw-r--r--fail2ban/version.py2
-rw-r--r--man/fail2ban-client.16
-rw-r--r--man/fail2ban-regex.17
-rw-r--r--man/fail2ban-server.16
-rw-r--r--man/fail2ban-testcases.14
8 files changed, 33 insertions, 26 deletions
diff --git a/ChangeLog b/ChangeLog
index 46676d84..59b6b1af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,9 +6,13 @@
Fail2Ban: Changelog
===================
-ver. 0.9.5 (2016/XX/XXX) - wanna-be-released
+ver. 0.9.5 (2016/07/15) - old-not-obsolete
-----------
+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
+releases.
+
### Fixes
* `filter.d/monit.conf`
- Extended failregex with new monit "access denied" version (gh-1355)
diff --git a/README.md b/README.md
index 481b7d33..c2ef6c70 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
/ _|__ _(_) |_ ) |__ __ _ _ _
| _/ _` | | |/ /| '_ \/ _` | ' \
|_| \__,_|_|_/___|_.__/\__,_|_||_|
- v0.9.4.dev0 2016/??/??
+ v0.9.5 2016/07/15
## Fail2Ban: ban hosts that cause multiple authentication errors
@@ -39,8 +39,8 @@ Optional:
To install, just do:
- tar xvfj fail2ban-0.9.4.tar.bz2
- cd fail2ban-0.9.4
+ tar xvfj fail2ban-0.9.5.tar.bz2
+ cd fail2ban-0.9.5
python setup.py install
This will install Fail2Ban into the python library directory. The executable
diff --git a/RELEASE b/RELEASE
index fa89fc34..6ad9b52d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -53,7 +53,7 @@ Preparation
or an alternative for comparison with previous release
- git diff 0.9.4 | grep -B2 'index 0000000..' | grep -B1 'new file mode' | sed -n -e '/^diff /s,.* b/,,gp' >> MANIFEST
+ git diff 0.9.5 | grep -B2 'index 0000000..' | grep -B1 'new file mode' | sed -n -e '/^diff /s,.* b/,,gp' >> MANIFEST
sort MANIFEST | uniq | sponge MANIFEST
* Run::
@@ -66,24 +66,24 @@ Preparation
* Which indicates that testcases/files/logs/mysqld.log has been moved or is a directory::
- tar -C /tmp -jxf dist/fail2ban-0.9.4.tar.bz2
+ tar -C /tmp -jxf dist/fail2ban-0.9.6.tar.bz2
-* clean up current direcory::
+* clean up current directory::
- diff -rul --exclude \*.pyc . /tmp/fail2ban-0.9.4/
+ diff -rul --exclude \*.pyc . /tmp/fail2ban-0.9.5/
* Only differences should be files that you don't want distributed.
* Ensure the tests work from the tarball::
- cd /tmp/fail2ban-0.9.4/ && bin/fail2ban-testcases
+ cd /tmp/fail2ban-0.9.6/ && bin/fail2ban-testcases
* Add/finalize the corresponding entry in the ChangeLog
* To generate a list of committers use e.g.::
- git shortlog -sn 0.9.4.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g'
+ git shortlog -sn 0.9.5.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g'
* Ensure the top of the ChangeLog has the right version and current date.
* Ensure the top entry of the ChangeLog has the right version and current date.
@@ -106,7 +106,7 @@ Preparation
* Tag the release by using a signed (and annotated) tag. Cut/paste
release ChangeLog entry as tag annotation::
- git tag -s 0.9.4
+ git tag -s 0.9.5
Pre Release
===========
@@ -190,14 +190,14 @@ Post Release
Add the following to the top of the ChangeLog::
- ver. 0.9.6 (2016/XX/XXX) - wanna-be-released
+ ver. 0.9.7 (2016/XX/XXX) - wanna-be-released
-----------
- - Fixes:
+ ### Fixes
- - New Features:
+ ### New Features
- - Enhancements:
+ ### Enhancements
Alter the git shortlog command in the previous section to refer to the just
released version.
diff --git a/fail2ban/version.py b/fail2ban/version.py
index 140ca959..57aa3c28 100644
--- a/fail2ban/version.py
+++ b/fail2ban/version.py
@@ -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"
__license__ = "GPL-v2+"
-version = "0.9.4.dev0"
+version = "0.9.5"
diff --git a/man/fail2ban-client.1 b/man/fail2ban-client.1
index ec5db2d2..f67e71ea 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.2.
-.TH FAIL2BAN-CLIENT "1" "March 2016" "fail2ban-client v0.9.4" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
+.TH FAIL2BAN-CLIENT "1" "July 2016" "fail2ban-client v0.9.5" "User Commands"
.SH NAME
fail2ban-client \- configure and control the server
.SH SYNOPSIS
.B fail2ban-client
[\fI\,OPTIONS\/\fR] \fI\,<COMMAND>\/\fR
.SH DESCRIPTION
-Fail2Ban v0.9.4 reads log file that contains password failure report
+Fail2Ban v0.9.5 reads log file that contains password failure report
and bans the corresponding IP addresses using firewall rules.
.SH OPTIONS
.TP
diff --git a/man/fail2ban-regex.1 b/man/fail2ban-regex.1
index 740b461c..1db372cc 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.2.
-.TH FAIL2BAN-REGEX "1" "March 2016" "fail2ban-regex 0.9.4" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
+.TH FAIL2BAN-REGEX "1" "July 2016" "fail2ban-regex 0.9.5" "User Commands"
.SH NAME
fail2ban-regex \- test Fail2ban "failregex" option
.SH SYNOPSIS
@@ -48,6 +48,9 @@ set custom pattern used to match date/times
\fB\-e\fR ENCODING, \fB\-\-encoding\fR=\fI\,ENCODING\/\fR
File encoding. Default: system locale
.TP
+\fB\-r\fR, \fB\-\-raw\fR
+Raw hosts, don't resolve dns
+.TP
\fB\-L\fR MAXLINES, \fB\-\-maxlines\fR=\fI\,MAXLINES\/\fR
maxlines for multi\-line regex
.TP
diff --git a/man/fail2ban-server.1 b/man/fail2ban-server.1
index 90ec1d80..96f0c3e5 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.2.
-.TH FAIL2BAN-SERVER "1" "March 2016" "fail2ban-server v0.9.4" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
+.TH FAIL2BAN-SERVER "1" "July 2016" "fail2ban-server v0.9.5" "User Commands"
.SH NAME
fail2ban-server \- start the server
.SH SYNOPSIS
.B fail2ban-server
[\fI\,OPTIONS\/\fR]
.SH DESCRIPTION
-Fail2Ban v0.9.4 reads log file that contains password failure report
+Fail2Ban v0.9.5 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
diff --git a/man/fail2ban-testcases.1 b/man/fail2ban-testcases.1
index dc0fee32..1c2f1a8e 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.2.
-.TH FAIL2BAN-TESTCASES "1" "March 2016" "fail2ban-testcases 0.9.4" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
+.TH FAIL2BAN-TESTCASES "1" "July 2016" "fail2ban-testcases 0.9.5" "User Commands"
.SH NAME
fail2ban-testcases \- run Fail2Ban unit-tests
.SH SYNOPSIS