libtiff/HOWTO-RELEASE

41 lines
1.1 KiB
Plaintext
Raw Normal View History

2000-12-19 15:12:53 -05:00
HOWTO-RELEASE:
2001-11-23 11:05:53 -05:00
Notes on releasing.
2000-12-19 15:12:53 -05:00
2001-04-05 22:56:33 -04:00
1. Commit any unsaved changes.
2000-12-19 15:12:53 -05:00
2001-04-05 22:56:33 -04:00
2. "make clean"
2000-12-19 15:12:53 -05:00
2001-04-05 22:56:33 -04:00
3. Create html/vX.X.html. Take ChangeLog entries and html-ify in there.
Easist thing to do is take html/vX.(X-1).html and use it as a template.
2000-12-19 15:12:53 -05:00
2001-11-23 11:05:53 -05:00
3.5. Update html/index.html to refer to this new page as the current release.
2001-04-05 22:56:33 -04:00
4. Add any new files that have been created that should be part
2001-11-23 11:05:53 -05:00
of the distribution (like the html file in step 2), to
2001-04-05 22:56:33 -04:00
TIFFFILES in Makefile.in
2000-12-19 15:12:53 -05:00
2001-11-23 11:05:53 -05:00
5. Increment version in file "VERSION"
2000-12-19 15:12:53 -05:00
2001-11-23 11:05:53 -05:00
6. Update the date in libtiff/tiffvers.h.
2000-12-19 15:12:53 -05:00
2001-11-23 11:05:53 -05:00
7. sh configure; make; make install (to test).
2000-12-19 15:12:53 -05:00
2001-11-23 11:05:53 -05:00
8. make release -- this will update "RELEASE-DATE" in the top level dir,
2001-04-05 22:56:33 -04:00
and create the .tar.gz and .zip archives one directory above.
2000-12-19 15:12:53 -05:00
2001-11-23 11:05:53 -05:00
9. make distclean
2000-12-19 15:12:53 -05:00
2001-11-23 11:05:53 -05:00
10. cvs commit
2000-12-19 15:12:53 -05:00
2001-11-23 11:05:53 -05:00
11. cvs tag 3_5_7 (or the appropriate name for the release)
2000-12-19 15:12:53 -05:00
2001-11-23 11:05:53 -05:00
12. Copy to ftp.remotesensing.org ftp site.
scp tiff-*.tar.gz remotesensing.org:/ftp/remotesensing/pub/libtiff
scp tiff-*.zip remotesensing.org:/ftp/remotesensing/pub/libtiff
2000-12-19 15:12:53 -05:00
2001-11-23 11:05:53 -05:00
13. Announce to list, tiff@olympiakos.com
2000-12-21 09:38:01 -05:00
2001-11-23 11:05:53 -05:00
14. Update libtiff page on freshmeat with new version announcement.
2000-12-19 15:12:53 -05:00