summaryrefslogtreecommitdiff
path: root/HOWTO-RELEASE
blob: 2aa9fff020a02a4dbb6e20d1600d506160c5c5ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
HOWTO-RELEASE: 

Notes on releasing. You will need appropriate autoconf, automake and libtool
utilities to release a package.

1. Commit any unsaved changes. 

2. "make clean"

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.
   Add that file to the list of EXTRA_DIST files in the html/Makefile.am.

3.5. Update html/index.html to refer to this new page as the current release.

4. Increment version in configure.ac.  Put 'alpha' or 'beta' after
   the version, if applicable. 

   eg.
   3.5.7
    or
   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.  

6. Please verify that the version info in RELEASE-DATE, VERSION and
   libtiff/tiffvers.h is right.

7. sh configure; make; make distcheck (to test). 

8. make distclean

9. cvs commit

10. cvs tag Release-v3-5-7 (or the appropriate name for the release)

11. make dist
    Two files with names tiff-version.tar.gz and tiff-version.zip will
    be created in the top level package directory.

11. Copy to ftp.remotesensing.org ftp site. 
    scp tiff-*.tar.gz ftp.remotesensing.org:/ftp/remotesensing/pub/libtiff
    scp tiff-*.zip ftp.remotesensing.org:/ftp/remotesensing/pub/libtiff

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

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