From fb336276d4cd1f291c963602ba6353585f83978f Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 26 Apr 2015 22:10:48 -0400 Subject: [PATCH] post-release tune ups Conflicts: ChangeLog README.md --- ChangeLog | 10 ++++++++++ README.md | 2 +- RELEASE | 10 +++++----- fail2ban/version.py | 2 +- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8a81399b..71d84e71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,16 @@ Fail2Ban: Changelog =================== +ver. 0.9.3 (2015/XX/XXX) - wanna-be-released +----------- + +- Fixes: + +- New Features: + +- Enhancements: + + ver. 0.9.2 (2015/04/29) - better-quick-now-than-later ---------- diff --git a/README.md b/README.md index 92dedd8c..66a95531 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ / _|__ _(_) |_ ) |__ __ _ _ _ | _/ _` | | |/ /| '_ \/ _` | ' \ |_| \__,_|_|_/___|_.__/\__,_|_||_| - v0.9.2 2015/04/29 + v0.9.2.dev 2015/xx/xx ## Fail2Ban: ban hosts that cause multiple authentication errors diff --git a/RELEASE b/RELEASE index c008b1c6..faf0ed93 100644 --- a/RELEASE +++ b/RELEASE @@ -61,24 +61,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.2.tar.bz2 + tar -C /tmp -jxf dist/fail2ban-0.9.3.tar.bz2 * clean up current direcory:: - diff -rul --exclude \*.pyc . /tmp/fail2ban-0.9.2/ + diff -rul --exclude \*.pyc . /tmp/fail2ban-0.9.3/ * Only differences should be files that you don't want distributed. * Ensure the tests work from the tarball:: - cd /tmp/fail2ban-0.9.2/ && bin/fail2ban-testcases + cd /tmp/fail2ban-0.9.3/ && 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.2.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g' + git shortlog -sn 0.9.3.. | 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. @@ -101,7 +101,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.2 + git tag -s 0.9.3 Pre Release =========== diff --git a/fail2ban/version.py b/fail2ban/version.py index 6619d9ee..15dde8b5 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-2015 Yaroslav Halchenko, 2013-2014 Steven Hiscocks, Daniel Black" __license__ = "GPL-v2+" -version = "0.9.2" +version = "0.9.2.dev"