From a5ac0a49e7aac0c7d7fa53ea3fe5747b6b428530 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 31 Oct 2013 01:12:04 +1100 Subject: [PATCH] DOC: Version number changes in DEVELOP --- DEVELOP | 10 +++++----- 1 file 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.