[geos-commits] r3690 - branches/3.3

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jun 25 08:15:18 PDT 2012


Author: strk
Date: 2012-06-25 08:15:17 -0700 (Mon, 25 Jun 2012)
New Revision: 3690

Modified:
   branches/3.3/HOWTO_RELEASE
Log:
Add tarball verification step

Modified: branches/3.3/HOWTO_RELEASE
===================================================================
--- branches/3.3/HOWTO_RELEASE	2012-06-25 11:59:00 UTC (rev 3689)
+++ branches/3.3/HOWTO_RELEASE	2012-06-25 15:15:17 UTC (rev 3690)
@@ -16,22 +16,24 @@
 		$base/branches/3.3 $base/tags/$rev
 
 7: Export the tag and 'make dist-bzip2'. 
-   $ svn export http://svn.osgeo.org/geos/tags/$rev
+   $ svn export $base/tags/$rev
    $ cd $rev
    $ ./autogen.sh && ./configure && make dist-bzip2
 
-8: Copy the tarball to upload.osgeo.org:/osgeo/download/geos
+8: Verify that you can unpack and build the tarball
 
-9: Increment all the version numbers for the next release, as below.
+9: Copy the tarball to upload.osgeo.org:/osgeo/download/geos
 
-10: Increment CAPI_INTERFACE_X in configure.in
+10: Increment all the version numbers for the next release, as below.
+
+11: Increment CAPI_INTERFACE_X in configure.in
    - For a release with no interface changes just bump REVISION.
      [ Even if *nothing* changed in CAPI ]
    - Adding interfaces, bump CURRENT/AGE, set REVISION to 0.
    - Deleting interfaces / compatibility issues - bump CURRENT, others to zero
      [ THIS MUST BE CAREFULLY AVOIDED ]
 
-11: Increment release version:
+12: Increment release version:
    - In configure.in
    - In include/geos/version.h.vc 
    - In capi/geos_c.h.in



More information about the geos-commits mailing list