This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis.
commit ab33c971771c49381ee41a95b490a795828bdf90 Merge: a04290e 0844205 Author: Bas Couwenberg <[email protected]> Date: Tue Nov 29 00:28:09 2016 +0100 Merge tag 'upstream/2.3.1+dfsg' Upstream version 2.3.1+dfsg .drone.yml | 8 +- ChangeLog | 164 +++++ NEWS | 25 +- README.md | 20 +- README.postgis | 6 +- Version.config | 2 +- configure | 62 ++ configure.ac | 24 + doc/doxygen.cfg.in | 2 +- doc/extras_topology.xml | 32 +- doc/reference_measure.xml | 7 +- doc/reference_raster.xml | 2 +- doc/release_notes.xml | 817 +++++++++++---------- doc/topology_comments.sql | 4 +- doc/using_postgis_dataman.xml | 19 +- extensions/address_standardizer/Makefile | 16 +- .../address_standardizer.control | 2 +- .../address_standardizer_data_us.control | 2 +- extensions/postgis/Makefile | 4 +- extensions/postgis/postgis.control | 2 +- extensions/postgis_sfcgal/Makefile | 4 +- extensions/postgis_sfcgal/postgis_sfcgal.control | 2 +- extensions/postgis_tiger_geocoder/Makefile | 4 +- .../postgis_tiger_geocoder.control | 2 +- extensions/postgis_topology/Makefile | 4 +- .../postgis_topology/postgis_topology.control | 2 +- extensions/upgradeable_versions.mk | 3 +- liblwgeom/lwgeodetic.c | 2 + liblwgeom/lwgeom_geos.c | 2 +- liblwgeom/lwstroke.c | 2 + libpgcommon/gserialized_gist.c | 7 +- libpgcommon/gserialized_gist.h | 13 + postgis/brin_2d.c | 11 +- postgis/brin_nd.c | 66 +- postgis/gserialized_gist_2d.c | 7 +- postgis/gserialized_gist_nd.c | 2 +- postgis/postgis.sql.in | 40 +- postgis/postgis_module.c | 7 +- postgis/sqldefines.h | 12 +- postgis_svn_revision.h | 2 +- raster/rt_pg/rtpostgis.c | 46 +- raster/rt_pg/rtpostgis.sql.in | 42 +- regress/geography.sql | 4 + regress/geography_expected | 1 + regress/regress_brin_index.sql | 77 +- regress/regress_brin_index_3d.sql | 134 +++- regress/regress_brin_index_3d_expected | 41 ++ regress/regress_brin_index_expected | 21 + utils/check_all_upgrades.sh | 24 + 49 files changed, 1265 insertions(+), 539 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

