summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--README.md2
-rw-r--r--RELEASE12
-rw-r--r--fail2ban/version.py2
4 files changed, 17 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e80e7c3..b07f876e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,15 @@
Fail2Ban: Changelog
===================
+ver. 0.9.4 (2015/XX/XXX) - wanna-be-released
+-----------
+
+- Fixes:
+
+- New Features:
+
+- Enhancements:
+
ver. 0.9.3 (2015/08/01) - lets-all-stay-friends
----------
diff --git a/README.md b/README.md
index fe941a63..d9539a32 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
/ _|__ _(_) |_ ) |__ __ _ _ _
| _/ _` | | |/ /| '_ \/ _` | ' \
|_| \__,_|_|_/___|_.__/\__,_|_||_|
- v0.9.3 2015/08/01
+ v0.9.3.dev 2015/XX/XX
## Fail2Ban: ban hosts that cause multiple authentication errors
diff --git a/RELEASE b/RELEASE
index d2a0d552..ae6738a1 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.3.tar.bz2
+ tar -C /tmp -jxf dist/fail2ban-0.9.4.tar.bz2
* clean up current direcory::
- diff -rul --exclude \*.pyc . /tmp/fail2ban-0.9.3/
+ diff -rul --exclude \*.pyc . /tmp/fail2ban-0.9.4/
* Only differences should be files that you don't want distributed.
* Ensure the tests work from the tarball::
- cd /tmp/fail2ban-0.9.3/ && bin/fail2ban-testcases
+ cd /tmp/fail2ban-0.9.4/ && 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.3.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g'
+ git shortlog -sn 0.9.4.. | 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.3
+ git tag -s 0.9.4
Pre Release
===========
@@ -185,7 +185,7 @@ Post Release
Add the following to the top of the ChangeLog::
- ver. 0.9.4 (2014/XX/XXX) - wanna-be-released
+ ver. 0.9.5 (2015/XX/XXX) - wanna-be-released
-----------
- Fixes:
diff --git a/fail2ban/version.py b/fail2ban/version.py
index 4a0f220d..e9521725 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.3"
+version = "0.9.3.dev"