summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2013-10-31 01:12:04 +1100
committerDaniel Black <grooverdan@users.sourceforge.net>2013-10-31 01:12:04 +1100
commita5ac0a49e7aac0c7d7fa53ea3fe5747b6b428530 (patch)
treee15a1ab1bbf059d2e6c2d854b21e966b66bcc6dd
parent3a4ba2dba62b2812d8979d03cb362f4569868b47 (diff)
downloadfail2ban-a5ac0a49e7aac0c7d7fa53ea3fe5747b6b428530.tar.gz
DOC: Version number changes in DEVELOP
-rw-r--r--DEVELOP10
1 files changed, 5 insertions, 5 deletions
diff --git a/DEVELOP b/DEVELOP
index 51314078..edaee92a 100644
--- a/DEVELOP
+++ b/DEVELOP
@@ -686,7 +686,7 @@ Releasing
# Wait for feedback from distributors
-# Ensure the version is correct in ./common/version.py
+# Ensure the version is correct in ./common/version.py and at the top of ChangeLog
# Ensure the MANIFEST is complete
@@ -699,21 +699,21 @@ Look for errors like:
Which indicates that testcases/files/logs/mysqld.log has been moved or is a directory
- tar -C /tmp -jxf dist/fail2ban-0.8.10.dev.tar.bz2
+ tar -C /tmp -jxf dist/fail2ban-0.8.11.dev.tar.bz2
# clean up current direcory
- diff -rul --exclude \*.pyc . /tmp/fail2ban-0.8.10.dev/
+ diff -rul --exclude \*.pyc . /tmp/fail2ban-0.8.11.dev/
# Only differences should be files that you don't want distributed.
- cd /tmp/fail2ban-0.8.10.dev/ && ./fail2ban-testcases-all
+ cd /tmp/fail2ban-0.8.11.dev/ && ./fail2ban-testcases-all
# Add/finalize the corresponding entry in the ChangeLog
To generate a list of committers use e.g.
- git shortlog -sn 0.8.10.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g'
+ git shortlog -sn 0.8.11.. | 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.