HOWTO-RELEASE: 
(This file is largely inspired by the one from libTiff 3.7.2)

1. Commit any unsaved changes. 

2. "make clean"

3. "qmake test.pro; make; test"
   To be sure you have a running version before releasing.

4. Update README.html, to comment new features (NEW lines), or bug fixes
   (FIX lines). And to update version links.

5. cvs commit

6. cvs tag release_1_0_8c (or the appropriate name for the release)

7. Change to another directory, and 
   "cvs -d :ext:XXX@YYY/path Export TiffIO; mv TiffIO TiffIO-110b"
   "tar zcvf TiffIO-108.tgz TiffIO-108"
   "zip -r TiffIO-108c.zip TiffIO-108"

8. Copy the archives, and the README.html to the web server.

TODO:

14. Announce to list, tiff@remotesensing.org]

15. Update libtiff page on freshmeat with new version announcement.


