[geos-commits] [SCM] GEOS branch svn-3.6 updated. a84cb08038103053a09dc6d6a951a26a9094f038

git at osgeo.org git at osgeo.org
Sun Aug 5 20:43:48 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, svn-3.6 has been updated
       via  a84cb08038103053a09dc6d6a951a26a9094f038 (commit)
       via  7756082e873b638c527ab16c0411f4a4c722041c (commit)
      from  b3ba1e9f4b11b80a53e3932597d23b9382844ff8 (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 a84cb08038103053a09dc6d6a951a26a9094f038
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 5 23:43:48 2018 -0400

    Revise to all building changelog from git

diff --git a/Makefile.am b/Makefile.am
index 20ee74f..26eaea9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,14 +38,11 @@ gen-ChangeLog:
 	cd $(distdir) && owd=`pwd` && \
   cd ../ && cd $(srcdir) && \
 	if test -d .git; then \
-		git2cl > $${owd}/ChangeLog; \
+		git log --pretty --numstat --summary | git2cl > $${owd}/ChangeLog; \
 	elif test -d .svn; then \
 		svn2cl --authors=authors.svn -i -o $${owd}/ChangeLog; \
 	elif test -f ChangeLog; then \
-		echo "NOTE: distributing ChangeLog found in source dir"; \
 		cp ChangeLog  $${owd}/ChangeLog; \
-	else \
-		echo "WARNING: could not find a ChangeLog" >&2; \
 	fi
 
 apidoc doxygen:

commit 7756082e873b638c527ab16c0411f4a4c722041c
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 5 23:41:50 2018 -0400

    Prep for 3.6.3 release

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 09dad15..db50d32 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -15,7 +15,6 @@
    $ ./autogen.sh && ./configure && make dist-bzip2
 
 7. Verify that you can unpack and build the tarball
-   (and that it contains a correct ChangeLog)
 
 8. Copy the tarball to upload.osgeo.org:/osgeo/download/geos
 
@@ -37,12 +36,12 @@
       - VERSION_MAJOR for SUBSTANTIAL additions or C lib ABI break
         [ THIS MUST BE CAREFULLY AVOIDED ]
     - In main CMakeLists.txt main one
-       - VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH
+       - CHANGE the line: project(GEOS VERSION <mayor>.<minor>.<micro> LANGUAGES C CXX)
+       - CHANGE the line: set(GEOS_VERSION_PATCH "${GEOS_VERSION_PATCH}dev")
        - 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
-
+13. Announce
\ No newline at end of file
diff --git a/NEWS b/NEWS
index 33da3d7..6feabac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Changes in 3.6.3dev
-YYYY-MM-DD
+Changes in 3.6.3
+2018-08-06
 
 - Bug fixes / improvements
   - Include all CMake files in release (#753)

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

Summary of changes:
 HOWTO_RELEASE | 7 +++----
 Makefile.am   | 5 +----
 NEWS          | 4 ++--
 3 files changed, 6 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list