[geos-commits] [SCM] GEOS branch 3.10 updated. 1ca1be4762d3c68f3c30dc60b58cf6c6617e22d2

git at osgeo.org git at osgeo.org
Tue Nov 2 14:11:59 PDT 2021


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.10 has been updated
       via  1ca1be4762d3c68f3c30dc60b58cf6c6617e22d2 (commit)
       via  e4940be1e67c4014697447e8a1f8803480ccc659 (commit)
      from  02ba000ad2d4a23c000e16d60e41afe079fe3966 (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 1ca1be4762d3c68f3c30dc60b58cf6c6617e22d2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Nov 2 14:11:52 2021 -0700

    Bump version to 3.10.1

diff --git a/NEWS b/NEWS
index 0903ac4de..2a9cd121e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
 Changes in 3.10.1
-2021-xx-xx
+2021-11-2
 
 - Fixes/Improvements:
   - Fix mistake in constants used to select WKB flavor in C API (GH489, Paul Ramsey)
   - Fix crash when reducing precision on a LinearRing (#1135, Paul Ramsey)
   - Fix GeoJSON crash on invalid input (GH498, Even Rouault)
   - Use std::sqrt exclusively for Solaris build (Paul Ramsey)
+  - Fix mistaken version numbers in some parts of 3.10.0 (Paul Ramsey)
 
 
 Changes in 3.10.0
diff --git a/Version.txt b/Version.txt
index cab60ca1e..0e15ae66d 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=10
 GEOS_VERSION_PATCH=1
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=dev
+GEOS_PATCH_WORD=
 
 # GEOS CAPI Versions
 #

commit e4940be1e67c4014697447e8a1f8803480ccc659
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Nov 2 14:11:40 2021 -0700

    Add some more release directions and cpack exceptions

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20c890702..e5994bd54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -416,6 +416,10 @@ if(NOT _is_multi_config_generator)
     "/debian/"
     "/php/"
     "/.*build-.*/"
+    "cmake_install\\\\.cmake"
+    "/include/geos/version\\\\.h"
+    "/tools/geos-config"
+    "/bin/"
     ${PROJECT_BINARY_DIR}
     )
 
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 704c91067..5b9771cf4 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -27,6 +27,12 @@
 
 6. Build the distribution package.
 
+   $ BRANCH_NAME=3.10
+   $ git clone --depth 1 --branch $BRANCH_NAME \
+         https://git.osgeo.org/gitea/geos/geos.git geos-$BRANCH_NAME
+   $ cd geos-$BRANCH_NAME
+   $ mkdir _build && cd _build
+   $ cmake ..
    $ cmake --build . --target dist
 
 7. Verify that you can un-pack and build the tarball.

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

Summary of changes:
 CMakeLists.txt | 4 ++++
 HOWTO_RELEASE  | 6 ++++++
 NEWS           | 3 ++-
 Version.txt    | 2 +-
 4 files changed, 13 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list