mirror of https://github.com/fail2ban/fail2ban
prepare to accept more fixes
parent
254b57e43b
commit
4bd929ffa8
12
ChangeLog
12
ChangeLog
|
@ -4,9 +4,19 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
Fail2Ban (version 0.8.14) 2014/08/19
|
Fail2Ban (version 0.8.14.dev) 2014/../..
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
|
ver. 0.8.15 (2014/XX/XXX) - hopefully-never-to-be-released
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- Fixes:
|
||||||
|
|
||||||
|
- New Features:
|
||||||
|
|
||||||
|
- Enhancements:
|
||||||
|
|
||||||
|
|
||||||
ver. 0.8.14 (2014/08/19) - take-care-of-the-elderly
|
ver. 0.8.14 (2014/08/19) - take-care-of-the-elderly
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
8
DEVELOP
8
DEVELOP
|
@ -316,23 +316,23 @@ Look for errors like:
|
||||||
|
|
||||||
Which indicates that testcases/files/logs/mysqld.log has been moved or is a directory
|
Which indicates that testcases/files/logs/mysqld.log has been moved or is a directory
|
||||||
|
|
||||||
tar -C /tmp -jxf dist/fail2ban-0.8.14.tar.bz2
|
tar -C /tmp -jxf dist/fail2ban-0.8.15.tar.bz2
|
||||||
|
|
||||||
# clean up current direcory
|
# clean up current direcory
|
||||||
|
|
||||||
diff -rul --exclude \*.pyc . /tmp/fail2ban-0.8.14/
|
diff -rul --exclude \*.pyc . /tmp/fail2ban-0.8.15/
|
||||||
|
|
||||||
# Only differences should be files that you don't want distributed.
|
# Only differences should be files that you don't want distributed.
|
||||||
|
|
||||||
# Ensure the tests work from the tarball
|
# Ensure the tests work from the tarball
|
||||||
|
|
||||||
cd /tmp/fail2ban-0.8.14/ && ./fail2ban-testcases-all
|
cd /tmp/fail2ban-0.8.15/ && ./fail2ban-testcases-all
|
||||||
|
|
||||||
# Add/finalize the corresponding entry in the ChangeLog
|
# Add/finalize the corresponding entry in the ChangeLog
|
||||||
|
|
||||||
To generate a list of committers use e.g.
|
To generate a list of committers use e.g.
|
||||||
|
|
||||||
git shortlog -sn 0.8.13.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g'
|
git shortlog -sn 0.8.14.. | 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 of the ChangeLog has the right version and current date.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/ _|__ _(_) |_ ) |__ __ _ _ _
|
/ _|__ _(_) |_ ) |__ __ _ _ _
|
||||||
| _/ _` | | |/ /| '_ \/ _` | ' \
|
| _/ _` | | |/ /| '_ \/ _` | ' \
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
v0.8.14 2014/08/19
|
v0.8.14.dev 2014/../..
|
||||||
|
|
||||||
## Fail2Ban: ban hosts that cause multiple authentication errors
|
## Fail2Ban: ban hosts that cause multiple authentication errors
|
||||||
|
|
||||||
|
@ -30,8 +30,8 @@ Optional:
|
||||||
|
|
||||||
To install, just do:
|
To install, just do:
|
||||||
|
|
||||||
tar xvfj fail2ban-0.8.12.tar.bz2
|
tar xvfj fail2ban-0.8.14.tar.bz2
|
||||||
cd fail2ban-0.8.12
|
cd fail2ban-0.8.14
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
||||||
This will install Fail2Ban into /usr/share/fail2ban. The executable scripts are
|
This will install Fail2Ban into /usr/share/fail2ban. The executable scripts are
|
||||||
|
|
|
@ -24,4 +24,4 @@ __author__ = "Cyril Jaquier, Yaroslav Halchenko"
|
||||||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2013 Yaroslav Halchenko"
|
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2013 Yaroslav Halchenko"
|
||||||
__license__ = "GPL"
|
__license__ = "GPL"
|
||||||
|
|
||||||
version = "0.8.14"
|
version = "0.8.14.dev"
|
||||||
|
|
Loading…
Reference in New Issue