Barry Release Checklist:
------------------------
- bump version numbers in
		- configure.ac
		- src/Makefile.am
		- src/version.cc
		- gui/src/BackupWindow.cc (about dialog)
		- src/Doxyfile
		- rpm/barry.spec
		- debian/changelog
		- opensync-plugin/src/barry_sync.cc
- run all tests on a clean git tree, including build test script
- write release notes, including contributors, known issues, new
	features and bugs fixed
	- include mention of distros that support Barry:
		(see AUTHORS file for distro list)
- web docs:
	- bump version number
	- update known issues list
	- check that all external links work, and point to proper content
	- upload latest web docs to netdirect project page
	- upload latest doxygen docs to netdirect project page
- snip this version's changelog history into its own file
- tag CVS and git repositories with latest version
- run maintainer/tagged-release.sh
- manually push tags to repo.or.cz
- upload packages to SourceForge
- update OpenSUSE Build Service with release tarballs
- submit tracker news item at SourceForge
- send announcement to devel and announce mailing list, including:
	- release notes
	- changelog
	- URLs to sourceforge and OpenSUSE Build Service binary packages
	- CVS and git URLs
	- URL to netdirect doc page
- update Freshmeat entry
- update source project, bumping revision numbers in source code


A note on the tags in Barry's git repository:
---------------------------------------------
Each release will now have at least 3 tags.  For example, if releasing
version 0.14, the tags will be:

	barry-0.14		Tag on master branch, signifying the
				development point that the release occured
	barry-0.14.tar.bz2	Contains the exact contents of the
				full tar.bz2 release tarball.  If you
				look far enough in the history logs, you will
				find the barry-0.14 tag.
	barry_0.14.orig.tar.gz	Contains the exact contents of the debian
				source package tarball.  Again, barry-0.14
				will be in this tag's history.

Basically, the first tag contains only the source code, and no generated
files.  The second tag (tar.bz2) contains the source code and all
generated files.  And the third tag (orig) contains all of tar.bz2
*except* the debian/ directory.  They are arranged so all history
merges back into the main non-generated source development tree.

