libtiff/HOWTO-RELEASE

54 lines
1.5 KiB
Plaintext
Raw Normal View History

2000-12-19 15:12:53 -05:00
HOWTO-RELEASE:
2004-05-20 06:39:25 -04:00
Notes on releasing. You will need appropriate autoconf, automake and libtool
utilities to release a package.
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.
2004-05-20 06:39:25 -04:00
Easist thing to do is take html/vX.(X-1).html and use it as a template.
Add that file to the list of EXTRA_DIST files in the html/Makefile.am.
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.
2004-05-20 06:39:25 -04:00
4. Increment version in configure.ac. Put 'alpha' or 'beta' after
the version, if applicable.
2000-12-19 15:12:53 -05:00
eg.
3.5.7
or
2004-05-20 06:39:25 -04:00
3.5.8beta
Version should be updated in two places: in the second argument of the
AC_INIT macro and in LIBTIFF_xxx_VERSION variables.
5. make release -- this will update "RELEASE-DATE" and "VERSION" in the top
level dir, and libtiff/tiffvers.h.
2000-12-19 15:12:53 -05:00
2004-05-20 06:39:25 -04:00
6. Please verify that the version info in RELEASE-DATE, VERSION and
libtiff/tiffvers.h is right.
2000-12-19 15:12:53 -05:00
2004-05-20 06:39:25 -04:00
7. sh configure; make; make distcheck (to test).
2004-05-20 06:39:25 -04:00
8. make distclean
2000-12-19 15:12:53 -05:00
2004-05-20 06:39:25 -04:00
9. cvs commit
2000-12-19 15:12:53 -05:00
2004-05-20 06:39:25 -04:00
10. cvs tag Release-v3-5-7 (or the appropriate name for the release)
2000-12-19 15:12:53 -05:00
2004-05-20 06:39:25 -04:00
11. make dist
Two files with names tiff-version.tar.gz and tiff-version.zip will
be created in the top level package directory.
2000-12-19 15:12:53 -05:00
2004-05-20 06:39:25 -04:00
11. Copy to ftp.remotesensing.org ftp site.
2001-11-23 11:05:53 -05:00
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
2004-05-20 06:39:25 -04:00
12. Announce to list, tiff@remotesensing.org]
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