diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:34:13 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:34:13 (GMT) |
commit | 67ad0519fd165acee4a4d2a94fa502e9e4847bd0 (patch) | |
tree | 1dbf50b3dff8d5ca7e9344733968c72704eb15ff /src/3rdparty/libtiff/HOWTO-RELEASE | |
download | Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2 |
Long live Qt!
Diffstat (limited to 'src/3rdparty/libtiff/HOWTO-RELEASE')
-rw-r--r-- | src/3rdparty/libtiff/HOWTO-RELEASE | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/src/3rdparty/libtiff/HOWTO-RELEASE b/src/3rdparty/libtiff/HOWTO-RELEASE new file mode 100644 index 0000000..97baedc --- /dev/null +++ b/src/3rdparty/libtiff/HOWTO-RELEASE @@ -0,0 +1,57 @@ +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. autoconf + +6. sh configure + +7. make release -- this will update "RELEASE-DATE" and "VERSION" in the top + level dir, and libtiff/tiffvers.h. + +8. Please verify that the version info in RELEASE-DATE, VERSION and + libtiff/tiffvers.h is right. + +9. make; make distcheck (to test). + +10. make distclean + +11. cvs commit + +12. cvs tag Release-v3-5-7 (or the appropriate name for the release) + +13. configure; make dist + Two files with names tiff-version.tar.gz and tiff-version.zip will + be created in the top level package directory. + +14. Copy to ftp.remotesensing.org ftp site. + scp tiff-*.tar.gz ftp.remotesensing.org:/var/ftp/libtiff/ + scp tiff-*.zip ftp.remotesensing.org:/var/ftp/libtiff/ + +15. Announce to list, tiff@lists.maptools.org + +16. Update libtiff page on freshmeat with new version announcement. + + |