Release Check List (Nicolas Boichat)

- in po/:
  - make update-po
  - poedit fr.po

- git commit and PR
- update CHANGELOG.md
- update version in configure.ac
- update version in doc/main.xml
- make clean all

# Test with other distributions linux headers
# Fedora: glibc-kernheaders package
- CFLAGS="-I/home/nicolas/dev/ddcci/headers/FC4/include" ./configure --disable-gnome && make clean all
# Debian: http://packages.debian.org/testing/devel/linux-kernel-headers
- CFLAGS="-I/home/nicolas/dev/ddcci/headers/Debian/include" ./configure --disable-gnome && make clean all

# Set back default config
- ./configure --enable-maintainter-mode --enable-doc && make

- make distdir
- in ddccontrol-0.x/:
  - ./configure
  - make
  - make install
  - test at least /usr/local/bin/gddccontrol
  - cd ..

- in doc/: make publish publish-release
- ./commit.sh "Prepare release 0.xx"
- git tag -a ddccontrol-0.xx -m "Tag release 0.xx"

- make dist-bzip2
- upload ddccontrol-0.x.tar.bz2 to the GitHub release

- update website :
  - Update news in the ddccontrol.github.io repository
  - Add old generated docs to the website archives
  - commit the website update

- Announce the release on GitHub

- update external release trackers, if any

- update Gentoo ebuild

Set next version :
- update version in configure.ac
- update version in doc/main.xml
