mirror of https://github.com/fail2ban/fail2ban
parent
cee3414029
commit
eb66edd338
8
DEVELOP
8
DEVELOP
|
@ -316,23 +316,23 @@ Look for errors like:
|
||||||
|
|
||||||
Which indicates that testcases/files/logs/mysqld.log has been moved or is a directory
|
Which indicates that testcases/files/logs/mysqld.log has been moved or is a directory
|
||||||
|
|
||||||
tar -C /tmp -jxf dist/fail2ban-0.8.12.tar.bz2
|
tar -C /tmp -jxf dist/fail2ban-0.8.14.tar.bz2
|
||||||
|
|
||||||
# clean up current direcory
|
# clean up current direcory
|
||||||
|
|
||||||
diff -rul --exclude \*.pyc . /tmp/fail2ban-0.8.12/
|
diff -rul --exclude \*.pyc . /tmp/fail2ban-0.8.14/
|
||||||
|
|
||||||
# Only differences should be files that you don't want distributed.
|
# Only differences should be files that you don't want distributed.
|
||||||
|
|
||||||
# Ensure the tests work from the tarball
|
# Ensure the tests work from the tarball
|
||||||
|
|
||||||
cd /tmp/fail2ban-0.8.12/ && ./fail2ban-testcases-all
|
cd /tmp/fail2ban-0.8.14/ && ./fail2ban-testcases-all
|
||||||
|
|
||||||
# Add/finalize the corresponding entry in the ChangeLog
|
# Add/finalize the corresponding entry in the ChangeLog
|
||||||
|
|
||||||
To generate a list of committers use e.g.
|
To generate a list of committers use e.g.
|
||||||
|
|
||||||
git shortlog -sn 0.8.11.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g'
|
git shortlog -sn 0.8.13.. | 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 of the ChangeLog has the right version and current date.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue