[geos-commits] [SCM] GEOS branch 3.11 updated. ee6426526987dfb4a1f93da416aae4628880eeef

git at osgeo.org git at osgeo.org
Wed Jun 5 13:17:12 PDT 2024


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.11 has been updated
       via  ee6426526987dfb4a1f93da416aae4628880eeef (commit)
      from  4b2b3e3d49c74ef9f991c289ca9e41440f69126c (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 ee6426526987dfb4a1f93da416aae4628880eeef
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Jun 5 13:16:44 2024 -0700

    Prep for 3.11.4 release

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index e413bceab..2951e77fc 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -21,8 +21,8 @@
    $ ctest --output-on-failure .
    $ cmake --build . --target distcheck
 
-4. Update the NEWS file (extract most important things from the repository log). 
-   Make sure to update the release date.
+4. Update the NEWS file (extract most important things from the
+   repository log). Make sure to update the release date.
 
 5. Commit the changes in the NEWS file.
    Push changes with:  git push origin,
@@ -57,4 +57,4 @@
 
 11. Close current GitHub milestone and add a new one for next release.
 
-12. Announce on geos-devel
\ No newline at end of file
+12. Announce on geos-devel
diff --git a/NEWS.md b/NEWS.md
index 59ba21a3b..b790fd28b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,5 @@
 ## Changes in 3.11.4
-xxxx-xx-xx
+2024-06-05
 
 - Fixes/Improvements:
   - Intersection: change to using DoubleDouble computation to improve robustness (GH-937, Martin Davis)
diff --git a/Version.txt b/Version.txt
index 9b548215b..1cac5c4c6 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=11
 GEOS_VERSION_PATCH=4
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=dev
+GEOS_PATCH_WORD=
 
 # GEOS CAPI Versions
 #

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list