[geos-commits] [SCM] GEOS branch main updated. 9276016099d4f04efeee034b5d4d00d4e27cb2b7

git at osgeo.org git at osgeo.org
Tue Jul 7 14:31:03 PDT 2026


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  9276016099d4f04efeee034b5d4d00d4e27cb2b7 (commit)
       via  fa485a550914d963413d85a8878b32d4c43d540f (commit)
      from  4b90f39171430dd3c5a3c327b59dbd5df082df2c (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 9276016099d4f04efeee034b5d4d00d4e27cb2b7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Jul 7 14:29:51 2026 -0700

    Beta release to website

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2931ed4ae..309573c6b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
         mkdir _build && cd _build
         cmake -DBUILD_DOCUMENTATION=YES ..
         cmake --version
-        cmake --build . --target distcheck
+        cmake --build . --target distcheck -j $(nproc)
 
     - name: Create Release
       if: ${{ steps.tag.outputs.tag == steps.version.outputs.geosversion }}
diff --git a/web/content/usage/download.md b/web/content/usage/download.md
index 33f4d3003..2958dfd0d 100644
--- a/web/content/usage/download.md
+++ b/web/content/usage/download.md
@@ -1,6 +1,6 @@
 ---
 title: "Download and Build"
-date: 2025-08-21
+date: 2025-07-07
 draft: false
 ---
 
@@ -8,6 +8,7 @@ draft: false
 
 | Release | Release Date | First Release | Final Release | Download Link | Changes |
 | :--: | :--:| :--: |:--: | :--: | :--: |
+|  **3.15.0beta1** | 2026/07/07 | 2026/07/07 | *2030/10/01* | [geos-3.15.0beta1.tar.bz2](https://download.osgeo.org/geos/geos-3.15.0beta1.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.15.0beta1/NEWS.md) |
 |  **3.14.1** | 2025/10/27 | 2025/08/21 | *2029/10/01* | [geos-3.14.1.tar.bz2](https://download.osgeo.org/geos/geos-3.14.1.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.14.1/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) |
@@ -61,7 +62,7 @@ They are specified on the `cmake` cmdline as `-DVAR=VALUE`.
 | :------------------: | :--------: | :---: |
 | CMAKE_BUILD_TYPE     | Release    | Use `Debug` to build with debug flags and optimizations off. Use `Release` for packaging and production installs. Use `RelWithDebInfo` for optimized build with debug symbols. Use `ASAN` to enable memory usage checking. |
 | CMAKE_INSTALL_PREFIX | /usr/local | Set to install root. Libraries end up in `./lib` or `./lib64`, headers in `./include`, executables in `./bin` |
-| BUILD_DOCUMENTATION  | ON         | Attempt to find `doxygen` executable and build API docs |
+| BUILD_DOCUMENTATION  | OFF        | Attempt to find `doxygen` executable and build API docs |
 | BUILD_SHARED_LIBS    | ON         | Build dynamically linkable libraries |
 | BUILD_TESTING        | ON         | Build unit tests |
 | BUILD_BENCHMARKS     | OFF        | Build benchmark tests |

commit fa485a550914d963413d85a8878b32d4c43d540f
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Jul 7 13:59:45 2026 -0700

    Bump versions for beta release

diff --git a/Version.txt b/Version.txt
index 93dccb60b..c6ea1ee9a 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=15
 GEOS_VERSION_PATCH=0
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=dev
+GEOS_PATCH_WORD=beta1
 
 # GEOS CAPI Versions
 #
@@ -20,4 +20,4 @@ CAPI_INTERFACE_REVISION=0
 CAPI_INTERFACE_AGE=21
 
 # JTS Port
-JTS_PORT=1.18.0
+JTS_PORT=1.20.0

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

Summary of changes:
 .github/workflows/release.yml | 2 +-
 Version.txt                   | 4 ++--
 web/content/usage/download.md | 5 +++--
 3 files changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list