This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis.
commit 5e4d9c6ac45031e3ee72c724433cb3ffded10c55 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Sat Sep 30 10:46:48 2017 +0200 New upstream version 2.4.0+dfsg --- NEWS | 85 +++++++++++----------- README.postgis | 11 +-- Version.config | 2 +- doc/release_notes.xml | 2 +- extensions/address_standardizer/Makefile | 6 +- .../address_standardizer.control | 2 +- .../address_standardizer_data_us.control | 2 +- extensions/postgis/Makefile | 2 +- extensions/postgis/postgis.control | 2 +- extensions/postgis_sfcgal/Makefile | 2 +- extensions/postgis_sfcgal/postgis_sfcgal.control | 2 +- extensions/postgis_tiger_geocoder/Makefile | 2 +- .../postgis_tiger_geocoder.control | 2 +- extensions/postgis_topology/Makefile | 2 +- .../postgis_topology/postgis_topology.control | 2 +- extensions/upgradeable_versions.mk | 1 + postgis/sqldefines.h | 8 +- postgis_svn_revision.h | 2 +- 18 files changed, 70 insertions(+), 67 deletions(-) diff --git a/NEWS b/NEWS index c04b85f..e16afcd 100644 --- a/NEWS +++ b/NEWS @@ -1,46 +1,5 @@ -PostGIS 2.4.0rc3 -2017/09/27 -* Fixes and Enhancements since PostGIS 2.4.0rc2 * - - #3781 st_contains cannot handle curvepolygon / compoundcurve - consisting of only straight lines - - #3866 server crashing from large values in ST_AsTWKB - - #3818 Allow triangles unclosed in M to be WKT parsed - - several packaging changes regarding checking trailing blanks - - -See PostGIS 2.4.0 section for details of -new features and enhancements in this release. - -PostGIS 2.4.0rc2 -2017/09/24 -* Fixes and Enhancements since PostGIS 2.4.0rc1 * - - Numerous fixes to ST_AsMVT, ST_AsGeoBuf - - ST_AsTWKB speed and memory performance enhancments - - ST_RepeatedPoints speed improvements - - ST_ConcaveHull bug fix - -See PostGIS 2.4.0 section for details of -new features and enhancements in this release. - -PostGIS 2.4.0rc1 -2017/09/13 -Note possible breaking changes since 2.4.0 beta1 release are: -* Breaking Changes * - - B-Tree index operators < = > changed to provide better spatial locality on sorting - and have expected behavior on GROUP BY. - If you have btree index for geometry or geography, you need to REINDEX it, or review - if it was created by accident and needs to be replaced with GiST index. - If your code relies on old left-to-right box compare ordering, - update it to use << >> operators. - - ST_AsMVT aggregate now overloaded and arg order changed. - Check your code if you are already using this function. - - _ST_DumpPoints removed, was no longer needed after PostGIS 2.1.0 - when ST_DumpPoints got reimplemented in C - -See PostGIS 2.4.0 section for details of new features and fixes in this release - PostGIS 2.4.0 -2017/09/29 +2017/09/30 * New Features * - #3822, Have postgis_full_version() also show and check version of @@ -106,6 +65,48 @@ PostGIS 2.4.0 If your code relies on old left-to-right box compare ordering, update it to use << >> operators +PostGIS 2.4.0rc3 +2017/09/27 +* Fixes and Enhancements since PostGIS 2.4.0rc2 * + - #3781 st_contains cannot handle curvepolygon / compoundcurve + consisting of only straight lines + - #3866 server crashing from large values in ST_AsTWKB + - #3818 Allow triangles unclosed in M to be WKT parsed + - several packaging changes regarding checking trailing blanks + + +See PostGIS 2.4.0 section for details of +new features and enhancements in this release. + +PostGIS 2.4.0rc2 +2017/09/24 +* Fixes and Enhancements since PostGIS 2.4.0rc1 * + - Numerous fixes to ST_AsMVT, ST_AsGeoBuf + - ST_AsTWKB speed and memory performance enhancments + - ST_RepeatedPoints speed improvements + - ST_ConcaveHull bug fix + +See PostGIS 2.4.0 section for details of +new features and enhancements in this release. + +PostGIS 2.4.0rc1 +2017/09/13 +Note possible breaking changes since 2.4.0 beta1 release are: +* Breaking Changes * + - B-Tree index operators < = > changed to provide better spatial locality on sorting + and have expected behavior on GROUP BY. + If you have btree index for geometry or geography, you need to REINDEX it, or review + if it was created by accident and needs to be replaced with GiST index. + If your code relies on old left-to-right box compare ordering, + update it to use << >> operators. + - ST_AsMVT aggregate now overloaded and arg order changed. + Check your code if you are already using this function. + - _ST_DumpPoints removed, was no longer needed after PostGIS 2.1.0 + when ST_DumpPoints got reimplemented in C + +See PostGIS 2.4.0 section for details of new features and fixes in this release + + PostGIS 2.4.0beta1 2017/09/02 See PostGIS 2.4.0 section for details diff --git a/README.postgis b/README.postgis index da30a04..11b88f7 100644 --- a/README.postgis +++ b/README.postgis @@ -1,8 +1,8 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ================================================================= -:Version: 2.4.0rc3 -:Date: 2017-09-25 +:Version: 2.4.0 +:Date: 2017-09-30 :Website: http://postgis.net This distribution contains a module which implements GIS simple features, ties @@ -43,12 +43,13 @@ this to work. http://trac.osgeo.org/proj/ -* GEOS (Required, Version 3.3.0 or higher - - 3.4+ is strongly recommended and needed for full features): +* GEOS (Required, Version 3.4 or higher) + - 3.6+ is strongly recommended to expose most GEOS features + - 3.7+ is needed just for the ST_FrechetDistance function The GEOS library provides support for exact topological tests such as ST_Touches(), ST_Contains(), ST_Disjoint() and spatial operations such as - ST_Intersection(), ST_Union() and ST_Buffer(). GEOS 3.4+ is recommended. + ST_Intersection(), ST_Union() and ST_Buffer(). http://trac.osgeo.org/geos/ diff --git a/Version.config b/Version.config index 7caf7b3..2fd4793 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=4 -POSTGIS_MICRO_VERSION=0rc3 +POSTGIS_MICRO_VERSION=0 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev) # when changing POSTGIS_MINOR_VERSION diff --git a/doc/release_notes.xml b/doc/release_notes.xml index e87a6e5..6e8e542 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -5,7 +5,7 @@ <sect1> <title>Release 2.4.0</title> - <para>Release date: 2017/09/29</para> + <para>Release date: 2017/09/30</para> <simplesect><title>New Features</title> <para>#3822, Have postgis_full_version() also show and check version of PostgreSQL the scripts were built against (Sandro Santilli)</para> diff --git a/extensions/address_standardizer/Makefile b/extensions/address_standardizer/Makefile index b65c263..83c5376 100644 --- a/extensions/address_standardizer/Makefile +++ b/extensions/address_standardizer/Makefile @@ -30,14 +30,14 @@ POSTGIS_PGSQL_VERSION=96 SQLPP = /usr/bin/cpp -traditional-cpp -w -P GREP=/bin/grep PERL=/usr/bin/perl -EXTVERSION = 2.4.0rc3 +EXTVERSION = 2.4.0 MINORVERSION = 2.4 MODULE_big = address_standardizer-2.4 EXTENSION = address_standardizer DATA = address_standardizer_data_us.control sql/$(EXTENSION).sql sql/$(EXTENSION)_data_us.sql all: sql/address_standardizer.sql sql/address_standardizer--1.0--$(EXTVERSION).sql sql/address_standardizer--$(EXTVERSION).sql sql/address_standardizer--$(EXTVERSION)--$(EXTVERSION)next.sql sql/address_standardizer--$(EXTVERSION)next--$(EXTVERSION).sql \ - sql/$(EXTENSION)_data_us.sql sql/address_standardizer--2.4.0rc3.sql sql/$(EXTENSION)_data_us--2.4.0rc3.sql sql/$(EXTENSION)_data_us--$(EXTVERSION)--$(EXTVERSION)next.sql \ + sql/$(EXTENSION)_data_us.sql sql/address_standardizer--2.4.0.sql sql/$(EXTENSION)_data_us--2.4.0.sql sql/$(EXTENSION)_data_us--$(EXTVERSION)--$(EXTVERSION)next.sql \ sql/$(EXTENSION)_data_us--$(EXTVERSION)next--$(EXTVERSION).sql \ sql/test-init-extensions.sql sql/test-parseaddress.sql sql/test-standardize_address_1.sql sql/test-standardize_address_2.sql @@ -68,7 +68,7 @@ sql/%.sql: %.sql.in $(SQLPP) -I../libpgcommon $< | grep -v '^#' | \ $(PERL) -lpe "s'MODULE_PATHNAME'\$$libdir/${EXTENSION}-${MINORVERSION}'g" > $@ -sql/address_standardizer--2.4.0rc3.sql: sql/address_standardizer_types.sql \ +sql/address_standardizer--2.4.0.sql: sql/address_standardizer_types.sql \ sql/address_standardizer_functions.sql cat $^ > $@ diff --git a/extensions/address_standardizer/address_standardizer.control b/extensions/address_standardizer/address_standardizer.control index ee4bc34..26a3337 100644 --- a/extensions/address_standardizer/address_standardizer.control +++ b/extensions/address_standardizer/address_standardizer.control @@ -1,4 +1,4 @@ # address_standardizer extension comment = 'Used to parse an address into constituent elements. Generally used to support geocoding address normalization step.' -default_version = '2.4.0rc3' +default_version = '2.4.0' relocatable = true diff --git a/extensions/address_standardizer/address_standardizer_data_us.control b/extensions/address_standardizer/address_standardizer_data_us.control index cad31a0..2706a4b 100644 --- a/extensions/address_standardizer/address_standardizer_data_us.control +++ b/extensions/address_standardizer/address_standardizer_data_us.control @@ -1,4 +1,4 @@ # address standardizer us dataset comment = 'Address Standardizer US dataset example' -default_version = '2.4.0rc3' +default_version = '2.4.0' relocatable = true diff --git a/extensions/postgis/Makefile b/extensions/postgis/Makefile index 937c365..10f778c 100644 --- a/extensions/postgis/Makefile +++ b/extensions/postgis/Makefile @@ -1,7 +1,7 @@ include ../upgradeable_versions.mk EXTENSION = postgis -EXTVERSION = 2.4.0rc3 +EXTVERSION = 2.4.0 MINORVERSION = 2.4 GREP = /bin/grep PERL = /usr/bin/perl diff --git a/extensions/postgis/postgis.control b/extensions/postgis/postgis.control index 540961c..5c12045 100644 --- a/extensions/postgis/postgis.control +++ b/extensions/postgis/postgis.control @@ -1,5 +1,5 @@ # postgis extension comment = 'PostGIS geometry, geography, and raster spatial types and functions' -default_version = '2.4.0rc3' +default_version = '2.4.0' module_pathname = '$libdir/postgis-2.4' relocatable = false diff --git a/extensions/postgis_sfcgal/Makefile b/extensions/postgis_sfcgal/Makefile index aa1067d..9a46c16 100644 --- a/extensions/postgis_sfcgal/Makefile +++ b/extensions/postgis_sfcgal/Makefile @@ -1,7 +1,7 @@ include ../upgradeable_versions.mk EXTENSION = postgis_sfcgal -EXTVERSION = 2.4.0rc3 +EXTVERSION = 2.4.0 MINORVERSION = 2.4 GREP = /bin/grep PERL = /usr/bin/perl diff --git a/extensions/postgis_sfcgal/postgis_sfcgal.control b/extensions/postgis_sfcgal/postgis_sfcgal.control index 7dfd2e9..835ebc5 100644 --- a/extensions/postgis_sfcgal/postgis_sfcgal.control +++ b/extensions/postgis_sfcgal/postgis_sfcgal.control @@ -1,5 +1,5 @@ # postgis topology extension comment = 'PostGIS SFCGAL functions' -default_version = '2.4.0rc3' +default_version = '2.4.0' relocatable = true requires = postgis diff --git a/extensions/postgis_tiger_geocoder/Makefile b/extensions/postgis_tiger_geocoder/Makefile index 0aa3ddd..4af59bd 100644 --- a/extensions/postgis_tiger_geocoder/Makefile +++ b/extensions/postgis_tiger_geocoder/Makefile @@ -1,7 +1,7 @@ include ../upgradeable_versions.mk EXTENSION = postgis_tiger_geocoder -EXTVERSION = 2.4.0rc3 +EXTVERSION = 2.4.0 MINORVERSION = 2011.2.4 GREP = /bin/grep PERL = /usr/bin/perl diff --git a/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control b/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control index d0ce5f5..dd0e1ba 100644 --- a/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control +++ b/extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control @@ -1,6 +1,6 @@ # postgis tiger geocoder extension comment = 'PostGIS tiger geocoder and reverse geocoder' -default_version = '2.4.0rc3' +default_version = '2.4.0' relocatable = false schema = tiger requires = 'postgis,fuzzystrmatch' diff --git a/extensions/postgis_topology/Makefile b/extensions/postgis_topology/Makefile index 266e94f..dc254c1 100644 --- a/extensions/postgis_topology/Makefile +++ b/extensions/postgis_topology/Makefile @@ -1,7 +1,7 @@ include ../upgradeable_versions.mk EXTENSION = postgis_topology -EXTVERSION = 2.4.0rc3 +EXTVERSION = 2.4.0 MINORVERSION = 2.4 GREP = /bin/grep PERL = /usr/bin/perl diff --git a/extensions/postgis_topology/postgis_topology.control b/extensions/postgis_topology/postgis_topology.control index cadae51..21477a7 100644 --- a/extensions/postgis_topology/postgis_topology.control +++ b/extensions/postgis_topology/postgis_topology.control @@ -1,6 +1,6 @@ # postgis topology extension comment = 'PostGIS topology spatial types and functions' -default_version = '2.4.0rc3' +default_version = '2.4.0' relocatable = false schema = topology requires = postgis diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index e9c7cc6..0cb9581 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -31,4 +31,5 @@ UPGRADEABLE_VERSIONS = \ 2.4.0beta1 \ 2.4.0rc1 \ 2.4.0rc2 \ + 2.4.0rc3 \ 2.4.0dev diff --git a/postgis/sqldefines.h b/postgis/sqldefines.h index 54fcad8..4d3c04e 100644 --- a/postgis/sqldefines.h +++ b/postgis/sqldefines.h @@ -9,7 +9,7 @@ #define POSTGIS_PGSQL_VERSION 96 #define POSTGIS_GEOS_VERSION 37 #define POSTGIS_PROJ_VERSION 49 -#define POSTGIS_LIB_VERSION '2.4.0rc3' +#define POSTGIS_LIB_VERSION '2.4.0' #define POSTGIS_LIBXML2_VERSION 2.9.4 #define POSTGIS_SFCGAL_VERSION 13 @@ -25,13 +25,13 @@ * won't substitute within apostrophes) */ #define _POSTGIS_SQL_SELECT_POSTGIS_VERSION 'SELECT ''2.4 USE_GEOS=1 USE_PROJ=1 USE_STATS=1''::text AS version' -#define _POSTGIS_SQL_SELECT_POSTGIS_BUILD_DATE 'SELECT ''2017-09-27 06:31:04''::text AS version' +#define _POSTGIS_SQL_SELECT_POSTGIS_BUILD_DATE 'SELECT ''2017-09-29 21:15:39''::text AS version' #define _POSTGIS_SQL_SELECT_POSTGIS_PGSQL_VERSION 'SELECT ''96''::text AS version' #if POSTGIS_SVN_REVISION -#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.4.0rc3'::text || ' r' || POSTGIS_SVN_REVISION::text AS version $$ +#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.4.0'::text || ' r' || POSTGIS_SVN_REVISION::text AS version $$ #else -#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.4.0rc3'::text AS version $$ +#define _POSTGIS_SQL_SELECT_POSTGIS_SCRIPTS_VERSION $$ SELECT '2.4.0'::text AS version $$ #endif #define SRID_USR_MAX 998999 diff --git a/postgis_svn_revision.h b/postgis_svn_revision.h index 857eaa5..3371daf 100644 --- a/postgis_svn_revision.h +++ b/postgis_svn_revision.h @@ -1 +1 @@ -#define POSTGIS_SVN_REVISION 15847 +#define POSTGIS_SVN_REVISION 15853 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel