[geos-commits] [SCM] GEOS branch 3.12 updated. 65bb089841f8c86b2bda1171cb462ab77fd8f89e

git at osgeo.org git at osgeo.org
Sat Nov 11 14:02:05 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  65bb089841f8c86b2bda1171cb462ab77fd8f89e (commit)
      from  672e97193d0fc83b8b2fedc070a7e09e097cb138 (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 65bb089841f8c86b2bda1171cb462ab77fd8f89e
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 11 17:01:30 2023 -0500

    Prepping for 3.12.1 release

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 8e5b1af62..4444ff592 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -21,46 +21,37 @@
    $ 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.
 
-6. Build the distribution package.
+6. Tag the release:
 
-   $ BRANCH_NAME=main
-   $ 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
+   $ git tag MAJOR.MINOR.PATCH
+   $ git push origin MAJOR.MINOR.PATCH
 
-7. Verify that you can un-pack and build the tarball.
-
-   $ tar xvfz geos-VERSION.tar.bz2
-   $ cd geos-VERSION
+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
+   $ cd geos-$VERSION
    $ mkdir _build && cd _build && cmake ..
    $ cmake --build .
    $ ctest --output-on-failure .
 
 8. Copy the tarball to upload.osgeo.org:/osgeo/download/geos
 
-9. Tag the release:
-
-   $ git tag MAJOR.MINOR.PATCH
-   $ git push origin MAJOR.MINOR.PATCH
-
-10. Create and push a release branch if this was a PATCH=0 release,
+9. Create and push a release branch if this was a PATCH=0 release,
     update the versions for next release in Version.txt (both in
     main and release branch if this was a PATCH=0 release).
 
-11. Update download page: web/content/usage/download.md
+10. Update download page: web/content/usage/download.md
 
     - Add latest release
     - Remove previous patch level release (if any)
 
-12. Close current GitHub milestone and add a new one for next release.
-
-12. Announce on geos-devel
+11. Close current GitHub milestone and add a new one for next release.
 
+12. Announce on geos-devel
\ No newline at end of file
diff --git a/Version.txt b/Version.txt
index 4c0dbf958..b256a437f 100644
--- a/Version.txt
+++ b/Version.txt
@@ -2,7 +2,7 @@
 # GEOS Versions
 GEOS_VERSION_MAJOR=3
 GEOS_VERSION_MINOR=12
-GEOS_VERSION_PATCH=0
+GEOS_VERSION_PATCH=1
 
 # OPTIONS: "", "dev", "rc1" etc.
 GEOS_PATCH_WORD=
@@ -16,7 +16,7 @@ GEOS_PATCH_WORD=
 #   ( THIS MUST BE CAREFULLY AVOIDED )
 #
 CAPI_INTERFACE_CURRENT=19
-CAPI_INTERFACE_REVISION=0
+CAPI_INTERFACE_REVISION=1
 CAPI_INTERFACE_AGE=18
 
 # JTS Port

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

Summary of changes:
 HOWTO_RELEASE | 39 +++++++++++++++------------------------
 Version.txt   |  4 ++--
 2 files changed, 17 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list