[geos-commits] [SCM] GEOS branch main updated. 116859a276bbb873e600e8135a3a95d7d4425305
git at osgeo.org
git at osgeo.org
Thu Aug 21 08:41:47 PDT 2025
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, main has been updated
via 116859a276bbb873e600e8135a3a95d7d4425305 (commit)
via 2f88c41aa85d4b2586ec5a5cc856d467d53d6882 (commit)
via 0a4b78034e9f673afbb353e1ba1fd72bc7d06231 (commit)
from 0b523d476b23b9eceacc0c2d4c9cd5ed508ef64b (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 116859a276bbb873e600e8135a3a95d7d4425305
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Aug 21 08:41:24 2025 -0700
Download link for 3.14.0
diff --git a/web/content/usage/download.md b/web/content/usage/download.md
index d600c2ec2..fa7d6f5cd 100644
--- a/web/content/usage/download.md
+++ b/web/content/usage/download.md
@@ -1,6 +1,6 @@
---
title: "Download and Build"
-date: 2025-03-03
+date: 2025-08-21
draft: false
---
@@ -8,6 +8,7 @@ draft: false
| Release | Release Date | First Release | Final Release | Download Link | Changes |
| :--: | :--:| :--: |:--: | :--: | :--: |
+| **3.14.0** | 2025/08/21 | 2025/08/21 | *2029/10/01* | [geos-3.14.0.tar.bz2](https://download.osgeo.org/geos/geos-3.14.0.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.14.0/NEWS.md) |
| **3.13.1** | 2025/03/03 | 2024/09/06 | *2028/10/01* | [geos-3.13.1.tar.bz2](https://download.osgeo.org/geos/geos-3.13.1.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.13.1/NEWS.md) |
| **3.12.3** | 2025/03/03 | 2023/06/27 | *2027/07/01* | [geos-3.12.3.tar.bz2](https://download.osgeo.org/geos/geos-3.12.3.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.12.3/NEWS.md) |
| **3.11.5** | 2025/03/03 | 2022/07/01 | *2026/07/01* | [geos-3.11.5.tar.bz2](https://download.osgeo.org/geos/geos-3.11.5.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.11.5/NEWS.md) |
commit 2f88c41aa85d4b2586ec5a5cc856d467d53d6882
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Aug 21 08:03:34 2025 -0700
Bump to 3.14.0 for release
diff --git a/NEWS.md b/NEWS.md
index da909eb34..7209e928d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,5 @@
## Changes in 3.14.0
-2025-08-xx
+2025-08-21
- New things:
- Add clustering functions to C API (GH-1154, Dan Baston)
diff --git a/Version.txt b/Version.txt
index 7dc9fcf09..ebb125522 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=14
GEOS_VERSION_PATCH=0
# OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=rc1
+GEOS_PATCH_WORD=
# GEOS CAPI Versions
#
@@ -16,7 +16,7 @@ GEOS_PATCH_WORD=rc1
# ( THIS MUST BE CAREFULLY AVOIDED )
#
CAPI_INTERFACE_CURRENT=21
-CAPI_INTERFACE_REVISION=3
+CAPI_INTERFACE_REVISION=4
CAPI_INTERFACE_AGE=20
# JTS Port
commit 0a4b78034e9f673afbb353e1ba1fd72bc7d06231
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Aug 19 09:25:48 2025 -0700
Bump to 3.14rc1 for pre-release
diff --git a/Version.txt b/Version.txt
index 9b774634e..7dc9fcf09 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=14
GEOS_VERSION_PATCH=0
# OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=beta3
+GEOS_PATCH_WORD=rc1
# GEOS CAPI Versions
#
@@ -16,7 +16,7 @@ GEOS_PATCH_WORD=beta3
# ( THIS MUST BE CAREFULLY AVOIDED )
#
CAPI_INTERFACE_CURRENT=21
-CAPI_INTERFACE_REVISION=2
+CAPI_INTERFACE_REVISION=3
CAPI_INTERFACE_AGE=20
# JTS Port
-----------------------------------------------------------------------
Summary of changes:
NEWS.md | 2 +-
Version.txt | 4 ++--
web/content/usage/download.md | 3 ++-
3 files changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list