[geos-commits] [SCM] GEOS branch master updated. d48dbefd0079da341cc5fb5f27a652858622d256

git at osgeo.org git at osgeo.org
Fri Sep 27 15:36:30 PDT 2019


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  d48dbefd0079da341cc5fb5f27a652858622d256 (commit)
      from  c1dcd2906e8bf1a189cae0a38acb3c8a5bab591d (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 d48dbefd0079da341cc5fb5f27a652858622d256
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Sep 27 15:36:03 2019 -0700

    Bump to beta version number, update docs with new versioning file (yay)

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index eaf4f7b..6c1a477 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -27,18 +27,19 @@
     - Deleting interfaces / compatibility issues - bump CURRENT, others to zero
       [ THIS MUST BE CAREFULLY AVOIDED ]
 
-11. Increment release version:
-    - In configure.ac
-    - In include/geos/version.h.vc
-    - In capi/geos_c.h.in
-      - VERSION_PATCH for bugfixes/improvements (even breaking C++ API)
-      - VERSION_MINOR for NEW interfaces in the C lib
-      - VERSION_MAJOR for SUBSTANTIAL additions or C lib ABI break
-        [ THIS MUST BE CAREFULLY AVOIDED ]
-    - In main CMakeLists.txt main one
-       - On section: "# Set GEOS project"
-         - CHANGE the line: project(GEOS VERSION <mayor>.<minor>.<micro> LANGUAGES C CXX)
-         - CHANGE the line: SET(GEOS_PATCH_WORD "dev")
+11. Increment release versions in Version.txt
+
+      - GEOS_VERSION_PATCH
+      - GEOS_VERSION_MINOR
+      - GEOS_VERSION_MAJOR
+
+      - CAPI_INTERFACE_CURRENT
+      - 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.
 
 12. Update wiki page https://trac.osgeo.org/geos/ at Download section
     - Add latest release
diff --git a/Version.txt b/Version.txt
index c2f95bb..b626f31 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,9 +5,15 @@ GEOS_VERSION_MINOR=8
 GEOS_VERSION_PATCH=0
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=dev
+GEOS_PATCH_WORD=beta1
 
 # 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.
 CAPI_INTERFACE_CURRENT=13
 CAPI_INTERFACE_REVISION=0
 CAPI_INTERFACE_AGE=12

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

Summary of changes:
 HOWTO_RELEASE | 25 +++++++++++++------------
 Version.txt   |  8 +++++++-
 2 files changed, 20 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list