summaryrefslogtreecommitdiff
path: root/HOWTO-RELEASE
blob: 997d82f3f1751a58cb95b6c95943338f333b4d58 (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
HOWTO-RELEASE: 
Notes on releasing.

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. 

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

4. Add any new files that have been created that should be part 
   of the distribution (like the html file in step 2), to 
   TIFFFILES in Makefile.in

5. Increment version in file "VERSION" 

6. Update the date in libtiff/tiffvers.h.

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

8. make release -- this will update "RELEASE-DATE" in the top level dir,
   and create the .tar.gz and .zip archives one directory above.

9. make distclean

10. cvs commit

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

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

13. Announce to list, tiff@olympiakos.com

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