[geos-commits] r4285 - branches/3.4

Sandro Santilli strk at kbt.io
Thu Oct 27 07:54:24 PDT 2016


Author: strk
Date: 2016-10-27 07:54:24 -0700 (Thu, 27 Oct 2016)
New Revision: 4285

Modified:
   branches/3.4/HOWTO_RELEASE
Log:
Update to drop the generation of ChangeLog

Modified: branches/3.4/HOWTO_RELEASE
===================================================================
--- branches/3.4/HOWTO_RELEASE	2016-10-27 14:45:20 UTC (rev 4284)
+++ branches/3.4/HOWTO_RELEASE	2016-10-27 14:54:24 UTC (rev 4285)
@@ -1,39 +1,37 @@
-1: Verify that the versions currently set (see 10 and 11 below) make
+- Verify that the versions currently set (see 10 and 11 below) make
    sense for this release.
 
-2: Run 'make distcheck', fix any problem with it.
+- Run 'make distcheck', fix any problem with it.
 
-3: Generate the ChangeLog by running 'make cl'
+- Update the NEWS file (extract most important things from the
+  repository log). Make sure to update the release date 
 
-4: Update the NEWS file (extract most important things from the ChangeLog)
-   Make sure to update the release date
+- Commit the changes in the NEWS file.
 
-5. Commit the new ChangeLog and NEWS files.
-
-6: Tag the release:
+- Tag the release:
    $ base=http://svn.osgeo.org/geos/
    $ svn copy -m "Tagged release MAJOR.MINOR.PATCH" \
 		$base/trunk $base/tags/MAJOR.MINOR.PATCH
 
-7: Export the tag and 'make dist-bzip2'. 
-   $ svn export $base/tags/$rev
-   $ cd $rev
-   $ ./autogen.sh && ./configure && make dist-bzip2
+- Export the tag and 'make dist-bzip2'. 
+  $ svn export $base/tags/$rev
+  $ cd $rev
+  $ ./autogen.sh && ./configure && make dist-bzip2
 
-8: Verify that you can unpack and build the tarball
+- Verify that you can unpack and build the tarball
 
-9: Copy the tarball to upload.osgeo.org:/osgeo/download/geos
+- Copy the tarball to upload.osgeo.org:/osgeo/download/geos
 
-10: Increment all the version numbers for the next release, as below.
+- Increment all the version numbers for the next release, as below.
 
-11: Increment CAPI_INTERFACE_X in configure.in
+- 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 ]
 
-12: Increment release version:
+- Increment release version:
    - In configure.in
    - In include/geos/version.h.vc 
    - In capi/geos_c.h.in
@@ -45,9 +43,9 @@
       - VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH
       - CAPI_INTERFACE_*
 
-13: Update wiki page http://trac.osgeo.org/geos/ at Download section
+- Update wiki page http://trac.osgeo.org/geos/ at Download section
     - Add latest release
     - Remove previos patch level release (if any)
 
-14: Announce 
+- Announce 
    



More information about the geos-commits mailing list