[geos-commits] [SCM] GEOS branch master updated. 897972dd3f53515151c04d54920ac959688f8593

git at osgeo.org git at osgeo.org
Fri Nov 27 19:55:08 PST 2020


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  897972dd3f53515151c04d54920ac959688f8593 (commit)
      from  464eb0e47ce113c2cd9229feee8fb137dc9d3c87 (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 897972dd3f53515151c04d54920ac959688f8593
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Nov 27 19:54:59 2020 -0800

    Fixes to harmonize cmake/automake builds for release

diff --git a/NEWS b/NEWS
index e236262..f4fccb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Changes in 3.9.0
-2020-xx-xx
+Changes in 3.9.0beta1
+2020-11-27
 
 - New things:
   - MaximumInscribedCircle and LargestEmptyCircle (JTS-530, Paul Ramsey)
@@ -7,7 +7,6 @@ Changes in 3.9.0
   - CAPI: GEOSPreparedNearestPoints (#1007, Sandro Santilli)
   - CAPI: GEOSPreparedDistance (#1066, Sandro Santilli)
   - SimpleSTRTree spatial index implementation (Paul Ramsey)
-  - SimpleSTRTree used for C API (Paul Ramsey)
   - Add support for pkg-config for GEOS C API (#1073, Mike Taves)
 
 - Improvements:
diff --git a/capi/Makefile.am b/capi/Makefile.am
index 9801c25..3e5f7be 100644
--- a/capi/Makefile.am
+++ b/capi/Makefile.am
@@ -30,4 +30,4 @@ libgeos_c_la_LDFLAGS = \
 dist-local:
 	cp -p $(DIST_SOURCES) Makefile.am Makefile.in $(distdir)
 
-EXTRA_DIST = geos_c.h CMakeLists.txt
+EXTRA_DIST = CMakeLists.txt
diff --git a/configure.ac b/configure.ac
index 2a3ab2f..472253b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -426,6 +426,5 @@ AC_OUTPUT([
 
 dnl -- echo "---------------------------------------"
 dnl -- echo "Boost UTF: $use_boost_utf"
-echo "OverlayNG: $use_overlayng"
-
+dnl -- echo "OverlayNG: $use_overlayng"
 dnl -- echo "---------------------------------------"

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

Summary of changes:
 NEWS             | 5 ++---
 capi/Makefile.am | 2 +-
 configure.ac     | 3 +--
 3 files changed, 4 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list