summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorsebres <serg.brester@sebres.de>2016-08-01 15:07:09 +0200
committersebres <serg.brester@sebres.de>2016-08-01 15:10:52 +0200
commit0eea362aa000814f031c0a2281465726efd22ab9 (patch)
treefe712d1c7ec913f4f45754d573e0eed7ceb59535 /RELEASE
parent1fbb2c4c9792fe7adea8089559d581058ca51b31 (diff)
parent0083036b5f3a4d525a3b7631e6d9dbee4928b842 (diff)
downloadfail2ban-0eea362aa000814f031c0a2281465726efd22ab9.tar.gz
Merge branch 'master' into 0.10
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE20
1 files changed, 10 insertions, 10 deletions
diff --git a/RELEASE b/RELEASE
index e570c9eb..1e905da1 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
===========
@@ -193,11 +193,11 @@ Add the following to the top of the ChangeLog::
ver. 0.10.0 (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.