[geos-commits] [SCM] GEOS branch master updated. 356c6d5fb0cdb5d24aad70558d0b2cf6f09e27df

git at osgeo.org git at osgeo.org
Sun Aug 5 21:46:29 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, master has been updated
       via  356c6d5fb0cdb5d24aad70558d0b2cf6f09e27df (commit)
      from  20f3483632bd1f2d5422371d07497ed870b3218d (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 356c6d5fb0cdb5d24aad70558d0b2cf6f09e27df
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 6 00:46:11 2018 -0400

    Prep for 3.7.0beta2 release

diff --git a/NEWS b/NEWS
index 14980ee..ce8ad78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
-Changes in 3.7.0beta1
-2018-06-25
-
+Changes in 3.7.0beta2
+2018-08-06
+Changes since 3.7.0beta1
+  - Fix infinite loop in GEOSClipByRect (#865, Dan Baston)
+  - Make GEOSException inherit from std::runtime_error 
+    to address clang warnings (Dan Baston)
+
+3.7.0 changes
 - New things:
   - CAPI: GEOSDistanceIndexed (#795, Dan Baston)
   - CAPI: GEOSCoordSeq_isCCW (#870, Dan Baston)
@@ -26,6 +31,10 @@ Changes in 3.7.0beta1
   - 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
+
 Changes in 3.7.0alpha
 2018-06-14
 See 3.7.0 notes
diff --git a/configure.ac b/configure.ac
index 556137c..288aecb 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=0beta1
+VERSION_PATCH=0beta2
 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         | 15 ++++++++++++---
 configure.ac |  2 +-
 2 files changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list