[geos-commits] [SCM] GEOS branch 3.8 updated. 000cd2ab6c7419b90051abd77ae2864893826dfd

git at osgeo.org git at osgeo.org
Sat Nov 11 21:30:27 PST 2023


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.8 has been updated
       via  000cd2ab6c7419b90051abd77ae2864893826dfd (commit)
       via  3b00d5732ae2776e2cfdce1534d20593fdd9c9a2 (commit)
      from  fdde35b7b5c1b71104d6b247a398065350a04552 (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 000cd2ab6c7419b90051abd77ae2864893826dfd
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Nov 12 00:02:05 2023 -0500

    GEOS 3.8 with newer GCC.
    Closes GH-991 for GEOS 3.8.4

diff --git a/NEWS b/NEWS
index ee3a30748..78e9a6422 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@
   - Fix PreparedGeometry to avoid crashes with EMPTY elements in input (GH-678, Martin Davis)
   - GEOSClipByRect: Fix case with POINT EMPTY (GH-913, Mike Taves)
   - Fix Crash in GEOSIntersects with empty point inputs (GH-673, Daniel Baston)
-
+  - Add missing includes in TopologyLocation (GH-991, Regina Obe)
 
 ## Changes in 3.8.3
 2022-06-02
diff --git a/include/geos/geomgraph/TopologyLocation.h b/include/geos/geomgraph/TopologyLocation.h
index 0bf0854d4..7032cfb0b 100644
--- a/include/geos/geomgraph/TopologyLocation.h
+++ b/include/geos/geomgraph/TopologyLocation.h
@@ -20,6 +20,12 @@
 
 #ifndef GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H
 #define GEOS_GEOMGRAPH_TOPOLOGYLOCATION_H
+#include <vector>
+#include <array>
+#include <string>
+#include <cassert>
+#include <cstdint>
+
 
 #include <geos/export.h>
 #include <geos/inline.h>

commit 3b00d5732ae2776e2cfdce1534d20593fdd9c9a2
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 11 23:40:18 2023 -0500

    NEWS cleanup

diff --git a/NEWS b/NEWS
index d9cd6d5d9..ee3a30748 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 
-Changes in 3.8.4 EOL
+## Changes in 3.8.4 EOL
 2024-11-xx
 
 - Bug fixes / improvements
@@ -8,7 +8,7 @@ Changes in 3.8.4 EOL
   - Fix Crash in GEOSIntersects with empty point inputs (GH-673, Daniel Baston)
 
 
-Changes in 3.8.3
+## Changes in 3.8.3
 2022-06-02
 
 - Bug fixes / improvements

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

Summary of changes:
 NEWS                                      | 6 +++---
 include/geos/geomgraph/TopologyLocation.h | 6 ++++++
 2 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list