[geos-commits] [SCM] GEOS branch master updated. 239ca3037160295eeb7ae3509a746e0b66ea46ea

git at osgeo.org git at osgeo.org
Fri Dec 11 07:17:52 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, master has been updated
       via  239ca3037160295eeb7ae3509a746e0b66ea46ea (commit)
      from  a0116ad59dfb69d0e25c8c2d97f75983e61c6289 (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 239ca3037160295eeb7ae3509a746e0b66ea46ea
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Dec 11 15:07:24 2020 +0100

    Document versioning where it is set

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index eb37369..f506640 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 bc3c4ac..8f336e4 100644
--- a/Version.txt
+++ b/Version.txt
@@ -9,11 +9,12 @@ 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=17
 CAPI_INTERFACE_REVISION=2
 CAPI_INTERFACE_AGE=16

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list