1 How to get a new version of etorrent out:
3 - Make sure the master branch has everything you want it to have
7 - Write NEWS if not already up-to-date
9 - git tag -s -u <key> v0.9
10 Tag the master branch with the version
14 Reset the maint branch to the new point
19 - git push --tag origin
26 git archive --format=tar --prefix=etorrent-0.9/ v0.9 \
27 | gzip > etorrent-0.9.tar.gz