This is a checklist to make sure no steps of the release procedure have been forgotten. -Update version number and release date in CMakeLists.txt. -Update version number in configure.in. -Update release date in include/info.h. -Update po files: make update-po -Make configure: autoreconf -fi -Update ChangeLog -Check that every change was committed: git status -Add a version tag: git tag -a v2.3.3 -m "v2.3.3" -Run ./archive.sh -Push to the git repo: git push -Push the tags: git push --tags -Upload the sarg-2.3.3.tar.gz and the checksum files. -Post a news on sourceforge. -Update the link on the web page.