[geos-commits] [SCM] GEOS branch 3.8 updated. 9f5a995f9a25bf284b17e3c7313588e5ab71d367

git at osgeo.org git at osgeo.org
Fri Dec 11 06:04:37 PST 2020


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.8 has been updated
       via  9f5a995f9a25bf284b17e3c7313588e5ab71d367 (commit)
      from  59522288c40d161214aea2e9df7ab7ba06eca3d3 (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 9f5a995f9a25bf284b17e3c7313588e5ab71d367
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Dec 11 15:04:18 2020 +0100

    Write version strategy closer to where it is set, and correct it

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 9bfcf6c..05853dc 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -9,10 +9,6 @@
     - CAPI_INTERFACE_REVISION
     - CAPI_INTERFACE_AGE
 
-    Always increase the revision value.
-    Increase the current value whenever an interface has been added, removed or changed.
-    Increase the age value only if the changes made to the ABI are backward compatible.
-
 2. Run 'make distcheck', fix any problem with it.
 
 3. Update the NEWS file (extract most important things from the
diff --git a/Version.txt b/Version.txt
index 5ad65a6..f7b8416 100644
--- a/Version.txt
+++ b/Version.txt
@@ -9,11 +9,11 @@ GEOS_PATCH_WORD=dev
 
 # GEOS CAPI Versions
 #
-# Always increase the revision value.
-# Increase the current value whenever an interface has been
-# added, removed or changed.
-# Increase the age value only if the changes made to the ABI
-# are backward compatible.
+# - For a release with no interface changes just bump REVISION.
+#   ( Even if *nothing* changed in CAPI )
+# - Adding interfaces, bump CURRENT/AGE, set REVISION to 0.
+# - Deleting interfaces / compatibility issues - bump CURRENT, others to zero
+#   ( THIS MUST BE CAREFULLY AVOIDED )
 CAPI_INTERFACE_CURRENT=14
 CAPI_INTERFACE_REVISION=3
 CAPI_INTERFACE_AGE=13

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

Summary of changes:
 HOWTO_RELEASE |  4 ----
 Version.txt   | 10 +++++-----
 2 files changed, 5 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list