[geos-commits] [SCM] geos branch master updated. 81c6d4ad592387ff8c918507862c1638d2d42b97

git at osgeo.org git at osgeo.org
Tue Jul 25 01:32:24 PDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".

The branch, master has been updated
       via  81c6d4ad592387ff8c918507862c1638d2d42b97 (commit)
      from  63410b14d1ca1117a91b2e31928d893cf78fa1fb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 81c6d4ad592387ff8c918507862c1638d2d42b97
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Jul 25 10:32:17 2017 +0200

    Indexed steps, configure.ac name fix

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index cc64d45..751b80d 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -1,47 +1,47 @@
-- Verify that the versions currently set (see 10 and 11 below) make
+1. Verify that the versions currently set (see 10 and 11 below) make
    sense for this release.
 
-- Run 'make distcheck', fix any problem with it.
+2. Run 'make distcheck', fix any problem with it.
 
-- Update the NEWS file (extract most important things from the
-  repository log). Make sure to update the release date
+3. Update the NEWS file (extract most important things from the
+   repository log). Make sure to update the release date
 
-- Commit the changes in the NEWS file.
+4. Commit the changes in the NEWS file.
 
-- Tag the release:
+5. Tag the release:
    $ git tag MAJOR.MINOR.PATCH
 
-- Run 'make dist-bzip2'.
-  $ ./autogen.sh && ./configure && make dist-bzip2
+6. Run 'make dist-bzip2'.
+   $ ./autogen.sh && ./configure && make dist-bzip2
 
-- Verify that you can unpack and build the tarball
+7. Verify that you can unpack and build the tarball
 
-- Copy the tarball to upload.osgeo.org:/osgeo/download/geos
+8. Copy the tarball to upload.osgeo.org:/osgeo/download/geos
 
-- Increment all the version numbers for the next release, as below.
+9. Increment all the version numbers for the next release, as below.
 
-- 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 ]
+10. Increment CAPI_INTERFACE_X in configure.ac
+    - 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 ]
 
-- Increment release version:
-   - In configure.in
-   - In include/geos/version.h.vc
-   - In capi/geos_c.h.in
-     - VERSION_PATCH for bugfixes/improvements (even breaking C++ API)
-     - VERSION_MINOR for NEW interfaces in the C lib
-     - VERSION_MAJOR for SUBSTANTIAL additions or C lib ABI break
-       [ THIS MUST BE CAREFULLY AVOIDED ]
-   - In main CMakeLists.txt main one
-      - VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH
-      - CAPI_INTERFACE_*
+11. Increment release version:
+    - In configure.in
+    - In include/geos/version.h.vc
+    - In capi/geos_c.h.in
+      - VERSION_PATCH for bugfixes/improvements (even breaking C++ API)
+      - VERSION_MINOR for NEW interfaces in the C lib
+      - VERSION_MAJOR for SUBSTANTIAL additions or C lib ABI break
+        [ THIS MUST BE CAREFULLY AVOIDED ]
+    - In main CMakeLists.txt main one
+       - VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH
+       - CAPI_INTERFACE_*
 
-- Update wiki page https://trac.osgeo.org/geos/ at Download section
+12. Update wiki page https://trac.osgeo.org/geos/ at Download section
     - Add latest release
     - Remove previos patch level release (if any)
 
-- Announce
+13. Announce
 

-----------------------------------------------------------------------

Summary of changes:
 HOWTO_RELEASE |   60 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list