Check list for releasing new versions of Kraftwerk
--------------------------------------------------

(Assuming the current version number is 0.2.0.)

1. Edit the file ChangeLog using proper formatting

2. Tag the existing version in cvs

		cvs rtag v0_2_0 kraftwerk

3. Edit the version number in configure.in

4. Edit the version number in src/common/kw_constants.h

5. `make clean` and remove everything that should not be included in
   the distribution

   Rename the current directory to kraftwerk-0.2.0

	Change directory one step up and make the tarball:

		tar zcfv kraftwer-0.2.0.tar.gz kraftwerk-0.2.0

6. Unpack the tarball somewhere else and make sure it compiles

7. Copy the tarball and ChangeLog to the web archive

8. Update the web page with the version number and the release date


That should be all...
