[geos-commits] [SCM] GEOS branch 3.7 updated. 673b993976709d2f72c35c4886327d6f2752fe48

git at osgeo.org git at osgeo.org
Mon Sep 10 17:42:33 PDT 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  673b993976709d2f72c35c4886327d6f2752fe48 (commit)
      from  2644482da4779ad726a500a8a5bd7d2453cebdb2 (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 673b993976709d2f72c35c4886327d6f2752fe48
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Sep 10 20:42:31 2018 -0400

    Prepare for 3.7.0 release

diff --git a/NEWS b/NEWS
index 0dd87d5..54b7e53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+3.7.0 changes
+2018-09-10
+- New things:
+  - CAPI: GEOSDistanceIndexed (#795, Dan Baston)
+  - CAPI: GEOSCoordSeq_isCCW (#870, Dan Baston)
+  - CAPI: GEOSGeom_getXMin, GEOSGeom_getXMax,
+          GEOSGeom_getYMin, GEOSGeom_getYMax (#871, Dan Baston)
+  - CAPI: GEOSFrechetDistance (#797, Shinichi SUGIYAMA)
+  - CAPI: GEOSReverse (#872, Dan Baston)
+  - CAPI: GEOSGeomGetZ (#581, J Smith)
+
+- Improvements
+  - Interruptible snap operation (Paul Ramsey)
+  - Numerous packaging, doc, and build changes
+    (Debian group: Bas Couwenberg, Francesco Paolo Lovergine)
+    (NetBSD: Greg Troxel)
+  - Allow static library with C API for CMake builds (#878, Dakota Hawkins)
+
+- C++ API changes:
+  - Require defining USE_UNSTABLE_GEOS_CPP_API for use without
+    warnings.
+  - Make C++11 required (Mateusz Loskot)
+  - Use C++11 unique_ptr, nullptr, and override constructs
+    (Mateusz Loskot)
+  - C++11 standard delete on noncopyable
+    (#851, Vicky Vergara)
+  - Fix CommonBits::getBit to correctly handle i >= 32
+    (#834, Kurt Schwehr)
+
+
 Changes in 3.7.0rc2
 2018-09-03
 Fixes / enhancements since 3.7.0rc1
@@ -25,32 +55,6 @@ Fixes since 3.7.0beta1
     to address clang warnings (Dan Baston)
   - Add missing CMake files to tarball (#895, Regina Obe)
 
-3.7.0 changes
-- New things:
-  - CAPI: GEOSDistanceIndexed (#795, Dan Baston)
-  - CAPI: GEOSCoordSeq_isCCW (#870, Dan Baston)
-  - CAPI: GEOSGeom_getXMin, GEOSGeom_getXMax,
-          GEOSGeom_getYMin, GEOSGeom_getYMax (#871, Dan Baston)
-  - CAPI: GEOSFrechetDistance (#797, Shinichi SUGIYAMA)
-  - CAPI: GEOSReverse (#872, Dan Baston)
-  - CAPI: GEOSGeomGetZ (#581, J Smith)
-
-- Improvements
-  - Interruptible snap operation (Paul Ramsey)
-  - Numerous packaging, doc, and build changes
-    (Debian group: Bas Couwenberg, Francesco Paolo Lovergine)
-
-- C++ API changes:
-  - Require defining USE_UNSTABLE_GEOS_CPP_API for use without
-    warnings.
-  - Make C++11 required (Mateusz Loskot)
-  - Use C++11 unique_ptr, nullptr, and override constructs
-    (Mateusz Loskot)
-  - C++11 standard delete on noncopyable
-    (#851, Vicky Vergara)
-  - Fix CommonBits::getBit to correctly handle i >= 32
-    (#834, Kurt Schwehr)
-
 Changes in 3.7.0beta1
 2018-06-25
 See 3.7.0 latest notes
diff --git a/configure.ac b/configure.ac
index 55bea56..2fa505f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl -- encoding ABI break at every release
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=7
-VERSION_PATCH=0rc2
+VERSION_PATCH=0
 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         | 56 ++++++++++++++++++++++++++++++--------------------------
 configure.ac |  2 +-
 2 files changed, 31 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list