[geos-commits] [SCM] GEOS branch 3.7 updated. 4f66f8f930bfd8c03b0feaf40deb9e11625142a4

git at osgeo.org git at osgeo.org
Mon Aug 27 10:34:21 PDT 2018


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.7 has been updated
       via  4f66f8f930bfd8c03b0feaf40deb9e11625142a4 (commit)
      from  4f0f3f642a87b67af31715d05b84e9e23ff0fa46 (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 4f66f8f930bfd8c03b0feaf40deb9e11625142a4
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 27 13:34:22 2018 -0400

    revise sed check for parsing version so works on all sed per Greg Troxel and Bas Cowenberg.
        Closes #917 for 3.7.0
        Update NEWS credits

diff --git a/NEWS b/NEWS
index 10bff91..a4fd6d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in 3.7.0rc2
+2018-08-xx
+Fixes / enhancements since 3.7.0rc1
+ - revise configure sed version_release stripper to work on all set
+    (#917, Greg Troxel, Bas Couwenberg)
+ - include .editorconfig in tar ball,
+   fixes Cmake on VS (#920, Jeff Mckenna, Regina Obe)
+
 Changes in 3.7.0rc1
 2018-08-19
 Fixes / enhancements since 3.7.0beta2
diff --git a/configure.ac b/configure.ac
index 2ffad35..deef0ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ VERSION_MAJOR=3
 VERSION_MINOR=7
 VERSION_PATCH=0rc1
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
-VERSION_RELEASE=`echo "$VERSION" | sed -E 's/^([[0-9]+\.[0-9]+\.[0-9]+]).*?$/\1/'`
+VERSION_RELEASE=`echo "$VERSION" | sed -E 's/^([[0-9]+\.[0-9]+\.[0-9]+]).*$/\1/'`
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))
 dnl the following should be more portable

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

Summary of changes:
 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list