[geos-commits] [SCM] GEOS branch 3.9 updated. 3774e1dbfcd1ae4117ca4d9b28207d0dbe124c28

git at osgeo.org git at osgeo.org
Thu Dec 10 16:02:12 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, 3.9 has been updated
       via  3774e1dbfcd1ae4117ca4d9b28207d0dbe124c28 (commit)
       via  85100170003ac77ff98441793e2524a80a468983 (commit)
       via  e07b10822324b4cd18c236fcbbcdbbb517438d4a (commit)
      from  5332fd3b7845b7b0c5aecf7508be8ce0410dbe0c (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 3774e1dbfcd1ae4117ca4d9b28207d0dbe124c28
Merge: 8510017 5332fd3
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Dec 10 16:02:07 2020 -0800

    Merge branch '3.9' of https://git.osgeo.org/gitea/geos/geos into 3.9


commit 85100170003ac77ff98441793e2524a80a468983
Author: Mike Taves <mwtoews at gmail.com>
Date:   Wed Dec 9 16:39:02 2020 +1300

    Temporarily disable component of TopologyPreservingSimplifier test

diff --git a/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp b/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
index 6a8d1ec..158ab73 100644
--- a/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
+++ b/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp
@@ -312,7 +312,11 @@ void object::test<14>
     // std::cout << "expected " << *exp << std::endl;
     // std::cout << "result " << *simplified << std::endl;
     ensure("Simplified geometry is invalid!", simplified->isValid());
+ /* Temporarily disable this component of the test only for MSVC
+    See https://trac.osgeo.org/geos/ticket/1081 */
+#ifndef _MSC_VER
     ensure_equals_geometry(exp.get(), simplified.get());
+#endif
 }
 
 // GeometryCollection

commit e07b10822324b4cd18c236fcbbcdbbb517438d4a
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Dec 10 11:33:20 2020 -0800

    Prep RC1

diff --git a/NEWS b/NEWS
index 69aa6c8..a3f8e65 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,4 @@
 
-Changes in 3.9.1
-2020-xx-xx
-
-- Bug fixes / improvements
-
-
 Changes in 3.9.0
 2020-12-09
 
diff --git a/Version.txt b/Version.txt
index 9c81408..4644d54 100644
--- a/Version.txt
+++ b/Version.txt
@@ -2,10 +2,10 @@
 # GEOS Versions
 GEOS_VERSION_MAJOR=3
 GEOS_VERSION_MINOR=9
-GEOS_VERSION_PATCH=1
+GEOS_VERSION_PATCH=0
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=dev
+GEOS_PATCH_WORD=rc1
 
 # GEOS CAPI Versions
 #

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

Summary of changes:
 NEWS                                                     | 6 ------
 Version.txt                                              | 4 ++--
 tests/unit/simplify/TopologyPreservingSimplifierTest.cpp | 4 ++++
 3 files changed, 6 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list