[geos-commits] [SCM] GEOS branch 3.7 updated. 27a5e771c3a52e7b9103cdd69100a33cc1f67eb3

git at osgeo.org git at osgeo.org
Thu Nov 29 15:32:06 PST 2018


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, 3.7 has been updated
       via  27a5e771c3a52e7b9103cdd69100a33cc1f67eb3 (commit)
      from  15d9fd34fbe1d5f0f4a8cad085d2954ca0638914 (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 27a5e771c3a52e7b9103cdd69100a33cc1f67eb3
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Nov 29 15:31:46 2018 -0800

    News and version bump for 3.7.1

diff --git a/NEWS b/NEWS
index 6b19423..e958bc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 Changes in 3.7.1
-2018-XX-XX
+2018-11-29
 
 - Bug fixes / improvements
   - Fix crash in GEOSCoordSeq_isCCW with empty coordseq
@@ -15,8 +15,9 @@ Changes in 3.7.1
     GEOSisValidDetail (#941, Dan Baston)
 
 
-3.7.0 changes
+Changes in 3.7.0
 2018-09-10
+
 - New things:
   - CAPI: GEOSDistanceIndexed (#795, Dan Baston)
   - CAPI: GEOSCoordSeq_isCCW (#870, Dan Baston)
diff --git a/configure.ac b/configure.ac
index 43b163c..c2da5b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ JTS_PORT=1.13.0
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=12
-CAPI_INTERFACE_REVISION=0
+CAPI_INTERFACE_REVISION=1
 CAPI_INTERFACE_AGE=11
 
 dnl
@@ -24,7 +24,7 @@ dnl -- encoding ABI break at every release
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=7
-VERSION_PATCH=0
+VERSION_PATCH=1
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 VERSION_RELEASE=`echo "$VERSION" | sed -E 's/^([[0-9]+\.[0-9]+\.[0-9]+]).*$/\1/'`
 

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

Summary of changes:
 NEWS         | 5 +++--
 configure.ac | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list