DOC: Version number changes in DEVELOP

pull/411/merge^2
Daniel Black 2013-10-31 01:12:04 +11:00
parent 3a4ba2dba6
commit a5ac0a49e7
1 changed files with 5 additions and 5 deletions

10
DEVELOP
View File

@ -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.