Changeset 11236
- Timestamp:
- 04/09/07 12:43:39 (2 years ago)
- Files:
-
- trunk/gdal/HOWTO-RELEASE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/HOWTO-RELEASE
r11211 r11236 16 16 http://trac.osgeo.org/gdal/log/branches/1.4 17 17 18 5) Update the GDAL doc/index.doc to refer to the newly to be created version, 19 and commit. Update the doc/download.dox to point to the newest release 20 (there should be 4 lines / 8 items to change) 18 5) Update the GDAL http://trac.osgeo.org/gdal/wiki/DownloadSource topic to 19 refer to the latest available source. 20 21 5.9) If this is a major release, prepare a branch. 22 23 svn copy https://svn.osgeo.org/gdal/trunk \ 24 https://svn.osgeo.org/gdal/branches/1.5 21 25 22 26 6) Tag the release set in CVS: 23 27 24 eg. 25 % cvs tag -F gdal_1_1_6 26 27 6.5) Also tag the "autotest" tree as above. 28 svn copy https://svn.osgeo.org/gdal/branches/1.4 \ 29 https://svn.osgeo.org/gdal/1.4.1 28 30 29 31 7) Create the source distributions using the mkgdaldist.sh script. The 30 argument should be the version number (ie. 1.1.6). Hit enter when 31 prompted for a CVS password. 32 argument should be the version number (ie. 1.4.1). 32 33 33 34 eg. 34 % mkgdaldist.sh 1. 1.635 % mkgdaldist.sh 1.4.1 35 36 36 37 7.5) Create a snapshot of the documentation. 37 38 38 39 ie. On www.gdal.org: 39 % gdalhtmlupdate.sh40 % cd41 % zip -r ~/gdal-web/dl/gdalXXXdoc.zip gdal-web/*.* gdal-web/ogr40 % cd /osgeo/gdal 41 % ./gdalhtmlupdate.sh 42 % zip -r /osgeo/download/gdal/gdal150doc.zip gdal-web/*.* gdal-web/ogr 42 43 43 7.6) Create a snapshot of gdalautotest .44 7.6) Create a snapshot of gdalautotest (make sure it doesn't include .svn's) 44 45 45 46 8) Publish the resulting files in download.osgeo.org/gdal.
