[geos-commits] [SCM] GEOS branch 3.12 updated. 9a5d0587fe62b1551dbee678e2cf6360d292e95b

git at osgeo.org git at osgeo.org
Sat Nov 11 14:37:36 PST 2023


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.12 has been updated
       via  9a5d0587fe62b1551dbee678e2cf6360d292e95b (commit)
      from  65bb089841f8c86b2bda1171cb462ab77fd8f89e (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 9a5d0587fe62b1551dbee678e2cf6360d292e95b
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 11 17:37:17 2023 -0500

    Add some missing note items. Revise release instructions

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 4444ff592..f05ff00ca 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -24,6 +24,8 @@
 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,
+   and confirm all bots are green before moving forward
 
 6. Tag the release:
 
@@ -32,7 +34,7 @@
 
 7. At this point the github/release.yml action should run, 
    wait for it to finish and then verify you can build with it.
-   
+
    $ VERSION=MAJOR.MINOR.PATCH
    $ wget https://github.com/libgeos/geos/releases/download/$VERSION/geos-$VERSION.tar.bz2
    $ tar xvfz geos-$VERSION.tar.bz2
@@ -47,7 +49,7 @@
     update the versions for next release in Version.txt (both in
     main and release branch if this was a PATCH=0 release).
 
-10. Update download page: web/content/usage/download.md
+10. Update download page in main branch: web/content/usage/download.md
 
     - Add latest release
     - Remove previous patch level release (if any)
diff --git a/NEWS.md b/NEWS.md
index 73ef08b6c..a944ff1b0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
 
 ## Changes in 3.12.1
-2023-xx-xx
+2023-11-11
 
 - Fixes:
   - Remove undefined behaviour in use of null PrecisionModel (GH-931, Jeff Walton)
@@ -12,7 +12,8 @@
   - Fix InteriorPointPoint to handle empty elements (GH-977, Martin Davis)
   - Skip over testing empty distances for mixed collections. (GH-979, Paul Ramsey)
   - Fix TopologyPreservingSimplifier endpoint handling to avoid self-intersections (GH-986, Martin Davis)
-
+  - Build warnings with Visual Studio (GH-929, Jeff Mckenna, Paul Ramsey)
+  - Fix CMake on Windows with Visual Studio (GH-945, Aaron Barany)
 
 ## Changes in 3.12.0
 2023-06-27

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list