[geos-commits] [SCM] GEOS branch 3.9 updated. f2ab807a1daef9b9ba2e52b8e1617f8462c3ff0d

git at osgeo.org git at osgeo.org
Fri Dec 11 06:08:11 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.9 has been updated
       via  f2ab807a1daef9b9ba2e52b8e1617f8462c3ff0d (commit)
      from  3774e1dbfcd1ae4117ca4d9b28207d0dbe124c28 (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 f2ab807a1daef9b9ba2e52b8e1617f8462c3ff0d
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 4644d54..d5553b1 100644
--- a/Version.txt
+++ b/Version.txt
@@ -9,11 +9,12 @@ GEOS_PATCH_WORD=rc1
 
 # 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