[geos-commits] [SCM] geos branch svn-3.6 updated. 90134c68140ee9958263949a3f4f33a528d09ad0
git at osgeo.org
git at osgeo.org
Tue Jul 25 01:37:24 PDT 2017
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 90134c68140ee9958263949a3f4f33a528d09ad0 (commit)
from a12a5ecc5c8ccd41c5e4952bcb58d994e4d709e2 (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 90134c68140ee9958263949a3f4f33a528d09ad0
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Jul 25 10:32:17 2017 +0200
Indexed steps, configure.ac name fix
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index ac939ab..c86daa2 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -1,47 +1,48 @@
-- Verify that the versions currently set (see 10 and 11 below) make
+1. Verify that the versions currently set (see 10 and 11 below) make
sense for this release.
-- Run 'make distcheck', fix any problem with it.
+2. Run 'make distcheck', fix any problem with it.
-- Update the NEWS file (extract most important things from the
- repository log). Make sure to update the release date
+3. Update the NEWS file (extract most important things from the
+ repository log). Make sure to update the release date
-- Commit the changes in the NEWS file.
+4. Commit the changes in the NEWS file.
-- Tag the release:
+5. Tag the release:
$ git tag MAJOR.MINOR.PATCH
-- Build a tarball: make dist-bzip2
+6. Run 'make dist-bzip2'.
+ $ ./autogen.sh && ./configure && make dist-bzip2
-- Verify that you can unpack and build the generated tarball
- (and that it contains a correct ChangeLog)
+7. Verify that you can unpack and build the tarball
+ (and that it contains a correct ChangeLog)
-- Copy the tarball to upload.osgeo.org:/osgeo/download/geos
+8. Copy the tarball to upload.osgeo.org:/osgeo/download/geos
-- Increment all the version numbers for the next release, as below.
+9. Increment all the version numbers for the next release, as below.
-- Increment CAPI_INTERFACE_X in configure.in
- - 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 ]
+10. Increment CAPI_INTERFACE_X in configure.ac
+ - 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 ]
-- Increment release version:
- - In configure.in
- - 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
- - VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH
- - CAPI_INTERFACE_*
+11. Increment release version:
+ - In configure.in
+ - 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
+ - VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH
+ - CAPI_INTERFACE_*
-- Update wiki page https://trac.osgeo.org/geos/ at Download section
+12. Update wiki page https://trac.osgeo.org/geos/ at Download section
- Add latest release
- Remove previos patch level release (if any)
-- Announce
+13. Announce
-----------------------------------------------------------------------
Summary of changes:
HOWTO_RELEASE | 61 +++++++++++++++++++++++++++++----------------------------
1 file changed, 31 insertions(+), 30 deletions(-)
hooks/post-receive
--
geos
More information about the geos-commits
mailing list