When packaging and releasing wt2db:

1. Bump $VERSION in wt2db (remove the "-cvs" from the end).

2. Record the release date and version in the Changelog.

3. Commit into cvs.

4. Tag the release "cvs tag v0-0".

5. Build the tar (tar -f wt2db-0.0.tar wt2db lib/Wt2db.pm, etc).

6. Gzip the tar file (gzip wt2db-0.0.tar).

7. Post the .tar.gz on the LDP site in the /downloads directory.

8. Update the html version of the man page on the LDP site (make publish).

9. Update /downloads/index.html to list the new package.

10. Bump $VERSION in wt2db and add -cvs (from 0.1 it would go to 0.2-cvs).

11. Commit cvs version.

