[geos-commits] [SCM] GEOS branch svn-3.6 updated. 116e06ab68657fb5a7993c276898aca489e491f5
git at osgeo.org
git at osgeo.org
Fri Dec 11 05:18:40 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, svn-3.6 has been updated
via 116e06ab68657fb5a7993c276898aca489e491f5 (commit)
from 8ddd43769250534297b1345d83200c505ad16c5a (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 116e06ab68657fb5a7993c276898aca489e491f5
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Dec 11 13:44:34 2020 +0100
Prepare for 3.6.5 final
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7d2451..422f4ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,7 @@ set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
# GEOS C++ library SONAME will use these encoding ABI break at every release
set(VERSION_MAJOR 3)
set(VERSION_MINOR 6)
-set(VERSION_PATCH 4)
+set(VERSION_PATCH 5)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# JTS_PORT is the version of JTS this release is bound to
@@ -38,7 +38,7 @@ message(STATUS "Setting GEOS version ${VERSION} as port of JTS ${JTS_PORT}")
# GEOS C API version
set(CAPI_INTERFACE_CURRENT 11)
-set(CAPI_INTERFACE_REVISION 4)
+set(CAPI_INTERFACE_REVISION 5)
set(CAPI_INTERFACE_AGE 10)
math(EXPR CAPI_VERSION_MAJOR "${CAPI_INTERFACE_CURRENT} - ${CAPI_INTERFACE_AGE}")
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index db50d32..2d01ef6 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -36,12 +36,11 @@
- VERSION_MAJOR for SUBSTANTIAL additions or C lib ABI break
[ THIS MUST BE CAREFULLY AVOIDED ]
- In main CMakeLists.txt main one
- - CHANGE the line: project(GEOS VERSION <mayor>.<minor>.<micro> LANGUAGES C CXX)
- - CHANGE the line: set(GEOS_VERSION_PATCH "${GEOS_VERSION_PATCH}dev")
+ - CHANGE the lines: set(VERSION_*
- CAPI_INTERFACE_*
12. Update wiki page https://trac.osgeo.org/geos/ at Download section
- Add latest release
- Remove previos patch level release (if any)
-13. Announce
\ No newline at end of file
+13. Announce
diff --git a/NEWS b/NEWS
index cf63c39..0339b3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Changes in 3.6.5dev
-2020-MM-DD
+Changes in 3.6.5
+2020-12-11
- Bug fixes / improvements
- Relate crash with empty components (#1085, Sandro Santilli)
diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index edfd3bb..de6ea77 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -60,8 +60,8 @@ extern "C" {
#include <geos/version.h>
#define GEOS_CAPI_VERSION_MAJOR 1
#define GEOS_CAPI_VERSION_MINOR 10
-#define GEOS_CAPI_VERSION_PATCH 4
-#define GEOS_CAPI_VERSION "3.6.4-CAPI-1.10.4"
+#define GEOS_CAPI_VERSION_PATCH 5
+#define GEOS_CAPI_VERSION "3.6.5-CAPI-1.10.5"
#else
#ifndef GEOS_VERSION_MAJOR
#define GEOS_VERSION_MAJOR @VERSION_MAJOR@
diff --git a/configure.ac b/configure.ac
index b015fbe..d9bd10e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ JTS_PORT=1.13.0
dnl -- Version info for the CAPI
CAPI_INTERFACE_CURRENT=11
-CAPI_INTERFACE_REVISION=4
+CAPI_INTERFACE_REVISION=5
CAPI_INTERFACE_AGE=10
dnl
@@ -24,7 +24,7 @@ dnl -- encoding ABI break at every release
dnl
VERSION_MAJOR=3
VERSION_MINOR=6
-VERSION_PATCH=5dev
+VERSION_PATCH=5
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))
diff --git a/include/geos/version.h.vc b/include/geos/version.h.vc
index 2cf394d..6369a74 100644
--- a/include/geos/version.h.vc
+++ b/include/geos/version.h.vc
@@ -34,11 +34,11 @@
#endif
#ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 4
+#define GEOS_VERSION_PATCH 5
#endif
#ifndef GEOS_VERSION
-#define GEOS_VERSION "3.6.4"
+#define GEOS_VERSION "3.6.5"
#endif
#ifndef GEOS_JTS_PORT
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 4 ++--
HOWTO_RELEASE | 5 ++---
NEWS | 4 ++--
capi/geos_c.h.in | 4 ++--
configure.ac | 4 ++--
include/geos/version.h.vc | 4 ++--
6 files changed, 12 insertions(+), 13 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list