summaryrefslogtreecommitdiff
path: root/HOWTO-RELEASE
diff options
context:
space:
mode:
authormwelles <mwelles>2000-12-19 20:12:53 +0000
committermwelles <mwelles>2000-12-19 20:12:53 +0000
commitdf92439387f6d6817db334744e0700b1a533ea0d (patch)
treeabf0d025809b88d98f5697913117231d894cd981 /HOWTO-RELEASE
parent1e498f2a61a1989ad31aa2e6a389e4b332fcce33 (diff)
downloadlibtiff-df92439387f6d6817db334744e0700b1a533ea0d.tar.gz
Pre-release checkin
Diffstat (limited to 'HOWTO-RELEASE')
-rw-r--r--HOWTO-RELEASE74
1 files changed, 74 insertions, 0 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
new file mode 100644
index 00000000..6ceecc80
--- /dev/null
+++ b/HOWTO-RELEASE
@@ -0,0 +1,74 @@
+HOWTO-RELEASE:
+Notes on releasing. <mike@bangstate.com>
+
+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.
+
+4.
+
+Add any new files that have been created that should be part
+of the distrubituion (like the html file in step 2), to
+TIFFFILES in Makefile.in
+
+5.
+
+Make sure tif_dir.c in lzw-compression-kit is in sync with the
+main tree.
+
+6.
+
+Increment version in file "VERSION"
+
+
+7.
+
+sh configure; make; make install (to test).
+
+
+8.
+
+make release.
+
+9.
+
+make distclean
+
+10.
+
+cvs commit
+
+11.
+
+ftp ftp.onshore.com;
+cd /home/ftp/pub/libtiff
+put ../tiff-vn-n-n.zip .
+put ../tiff-vn-n-n.tar.gz .
+
+12
+
+ftp ftp.libtiff.org
+lcd html
+mput *.html
+put ../tiff-vn-n-n.zip .
+put ../tiff-vn-n-n.tar.gz .
+
+13.
+
+Announce to list, tiff@olympiakos.com
+
+
+
+
+
+