[postgis] 03/08: Merge tag 'upstream/2.1.6+dfsg'
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Mar 21 15:43:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository postgis.
commit aca32fc042279a46fa3e9ae46a570ecfe4efed96
Merge: 17daf89 f5f5b60
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Mar 21 02:05:52 2015 +0100
Merge tag 'upstream/2.1.6+dfsg'
Upstream version 2.1.6+dfsg
ChangeLog | 47306 +++++++++----------
NEWS | 24 +
README.postgis | 4 +-
Version.config | 2 +-
doc/extras_topology.xml | 87 +-
doc/faq_raster.xml | 10 +
doc/reference_measure.xml | 2 +-
doc/reference_operator.xml | 29 +-
doc/release_notes.xml | 26 +
doc/topology_comments.sql | 2 +-
extensions/postgis/postgis.control | 2 +-
.../postgis_tiger_geocoder.control | 2 +-
.../postgis_topology/postgis_topology.control | 2 +-
extensions/upgradeable_versions.mk | 30 +-
java/jdbc/Makefile.in | 9 +
java/jdbc/{pom.xml => pom.xml.in} | 2 +-
java/jdbc_jtsparser/pom.xml | 2 +-
liblwgeom/cunit/README | 44 +-
liblwgeom/cunit/cu_algorithm.c | 62 +-
liblwgeom/cunit/cu_buildarea.c | 27 +-
liblwgeom/cunit/cu_clean.c | 10 +-
liblwgeom/cunit/cu_force_sfs.c | 14 +-
liblwgeom/cunit/cu_geodetic.c | 56 +-
liblwgeom/cunit/cu_geos.c | 11 +-
liblwgeom/cunit/cu_homogenize.c | 22 +-
liblwgeom/cunit/cu_in_geojson.c | 14 +-
liblwgeom/cunit/cu_in_wkb.c | 35 +-
liblwgeom/cunit/cu_in_wkt.c | 39 +-
liblwgeom/cunit/cu_libgeom.c | 49 +-
liblwgeom/cunit/cu_measures.c | 32 +-
liblwgeom/cunit/cu_misc.c | 18 +-
liblwgeom/cunit/cu_node.c | 13 +-
liblwgeom/cunit/cu_out_geojson.c | 20 +-
liblwgeom/cunit/cu_out_gml.c | 28 +-
liblwgeom/cunit/cu_out_kml.c | 18 +-
liblwgeom/cunit/cu_out_svg.c | 20 +-
liblwgeom/cunit/cu_out_wkb.c | 37 +-
liblwgeom/cunit/cu_out_wkt.c | 37 +-
liblwgeom/cunit/cu_out_x3d.c | 14 +-
liblwgeom/cunit/cu_print.c | 24 +-
liblwgeom/cunit/cu_ptarray.c | 28 +-
liblwgeom/cunit/cu_sfcgal.c | 11 +-
liblwgeom/cunit/cu_split.c | 12 +-
liblwgeom/cunit/cu_stringbuffer.c | 12 +-
liblwgeom/cunit/cu_surface.c | 19 +-
liblwgeom/cunit/cu_tester.c | 154 +-
liblwgeom/cunit/cu_tester.h | 7 +-
liblwgeom/cunit/cu_tree.c | 17 +-
liblwgeom/cunit/cu_triangulate.c | 10 +-
liblwgeom/g_serialized.c | 261 +-
liblwgeom/liblwgeom.h.in | 25 +-
liblwgeom/lwalgorithm.c | 31 +-
liblwgeom/lwcollection.c | 2 -
liblwgeom/lwgeom_api.c | 21 +
liblwgeom/lwgeom_geos.c | 39 +-
liblwgeom/lwgeom_geos_split.c | 4 +-
liblwgeom/lwin_geojson.c | 2 +-
liblwgeom/lwin_wkb.c | 4 +
liblwgeom/lwout_geojson.c | 32 +-
liblwgeom/lwout_gml.c | 78 +-
liblwgeom/measures.c | 130 +-
liblwgeom/measures.h | 2 +-
liblwgeom/ptarray.c | 60 +-
libpgcommon/gserialized_gist.c | 162 +-
libpgcommon/gserialized_gist.h | 4 -
libtool | 4 +-
postgis/geography.h | 4 +-
postgis/geography_inout.c | 4 +-
postgis/gserialized_gist_nd.c | 30 +-
postgis/gserialized_typmod.c | 68 +-
postgis/lwgeom_functions_basic.c | 2 +-
postgis/lwgeom_geos.c | 2 +
postgis/lwgeom_in_gml.c | 4 +-
postgis/lwgeom_in_kml.c | 2 +-
postgis/lwgeom_inout.c | 4 +-
postgis/lwgeom_ogc.c | 36 +-
postgis/postgis.sql.in | 10 +-
postgis/sqldefines.h | 10 +-
postgis_svn_revision.h | 2 +-
raster/rt_pg/rt_pg.c | 4 +-
raster/rt_pg/rtpostgis.sql.in | 6 +
raster/test/cunit/cu_band_basics.c | 36 +-
raster/test/cunit/cu_band_misc.c | 13 +-
raster/test/cunit/cu_band_stats.c | 14 +-
raster/test/cunit/cu_gdal.c | 24 +-
raster/test/cunit/cu_mapalgebra.c | 16 +-
raster/test/cunit/cu_misc.c | 16 +-
raster/test/cunit/cu_pixtype.c | 22 +-
raster/test/cunit/cu_raster_basics.c | 22 +-
raster/test/cunit/cu_raster_geometry.c | 20 +-
raster/test/cunit/cu_raster_misc.c | 18 +-
raster/test/cunit/cu_raster_wkb.c | 12 +-
raster/test/cunit/cu_spatial_relationship.c | 30 +-
raster/test/cunit/cu_tester.c | 71 +-
raster/test/cunit/cu_tester.h | 5 +-
raster/test/regress/rt_mapalgebra_expected | 1 -
regress/Makefile.in | 13 +-
regress/in_geojson_expected | 2 +-
regress/knn.sql | 43 +
regress/knn_expected | 4 +
regress/legacy_expected | 1 -
regress/operators.sql | 136 +
regress/operators_expected | 59 +
regress/regress.sql | 48 -
regress/regress_expected | 29 -
regress/regress_index.sql | 38 +-
regress/regress_index_expected | 2 +
regress/run_test.pl | 2 +-
regress/sfcgal/legacy_expected | 1 -
regress/sfcgal/tickets_expected | 4 +-
regress/sfcgal/wmsservers_expected | 1 -
regress/size.sql | 13 +
regress/size_expected | 12 +
regress/tickets_expected | 4 +-
regress/typmod.sql | 18 +-
regress/typmod_expected | 25603 +++++-----
regress/wmsservers_expected | 1 -
topology/sql/manage/TopologySummary.sql.in | 109 +-
topology/sql/sqlmm.sql.in | 40 +-
topology/test/Makefile.in | 2 +
topology/test/regress/droptopogeometrycolumn.sql | 10 +
.../test/regress/droptopogeometrycolumn_expected | 4 +
topology/test/regress/topologysummary.sql | 37 +
topology/test/regress/topologysummary_expected | 52 +
topology/topology.sql.in | 19 +-
125 files changed, 40206 insertions(+), 35925 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git
More information about the Pkg-grass-devel
mailing list