Steps to make a new release of Farsight2:
- Fill in NEWS file
- Bump the libtool revision if the API/ABI has changed
- make check
- make distcheck
- Bump version in configure.ac (and remove nano)
- git commit -m "Version $VERSION" -a
- git tag -s -m "Farsight2 $VERSION" $VERSION
- make check
- make distcheck
- git push --tags origin master
- gpg --detach-sign -a $TARBALL
- scp $TARBALL* annarchy.freedesktop.org:/srv/farsight.freedesktop.org/www/releases/farsight2
- scp -r docs/libs/html/* annarchy.freedesktop.org:/srv/farsight.freedesktop.org/www/apidoc/farsight2
- scp -r docs/plugins/html/* annarchy.freedesktop.org:/srv/farsight.freedesktop.org/www/apidoc/farsight2-plugins
Write release announcement and email to farsight-devel and ftp-release@lists.freedesktop.org
- Set the nano version to 1
- git commit -m "Version $VERSION.1" -a
- git push origin master

