This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis.
commit 7dc22327293a633a5268741e97ff616dc5d66428 Merge: 3097255 03d6f64 Author: Bas Couwenberg <[email protected]> Date: Wed Jan 6 07:21:03 2016 +0100 Merge tag 'upstream/2.2.1+dfsg' Upstream version 2.2.1+dfsg ._config.guess | Bin 239 -> 0 bytes ._config.sub | Bin 239 -> 0 bytes ._install-sh | Bin 239 -> 0 bytes .gitlab-ci.yml | 18 + .travis.yml | 2 +- ChangeLog | 121268 ++++++++---------- GNUmakefile.in | 3 +- NEWS | 62 +- README.md | 24 +- README.postgis | 4 +- Version.config | 15 +- authors.git | 1 + authors.svn | 1 + ci/debbie/postgis_regress.sh | 2 +- ci/winnie/regress_postgis.sh | 4 +- config.guess | 34 +- config.sub | 20 +- configure | 2154 +- configure.ac | 16 +- doc/extras_address_standardizer.xml | 72 +- doc/html/image_src/Makefile.in | 2 + doc/html/image_src/st_boundary01.wkt | 2 + doc/html/image_src/st_boundary02.wkt | 2 + doc/installation.xml | 2 +- doc/introduction.xml | 10 +- doc/po/de_DE/reference_accessor.xml.po | 12 +- doc/po/es/reference_accessor.xml.po | 12 +- doc/po/fr/reference_accessor.xml.po | 14 +- doc/po/it_IT/reference_accessor.xml.po | 22 +- doc/po/ko_KR/reference_accessor.xml.po | 12 +- doc/po/pl/reference_accessor.xml.po | 12 +- doc/po/pt_BR/reference_accessor.xml.po | 12 +- doc/po/templates/reference_accessor.xml.pot | 12 +- doc/postgis_comments.sql | 16 +- doc/reference_accessor.xml | 59 +- doc/reference_constructor.xml | 5 +- doc/reference_editor.xml | 8 +- doc/reference_measure.xml | 5 +- doc/reference_output.xml | 4 +- doc/reference_processing.xml | 51 +- doc/reference_raster.xml | 4 +- doc/release_notes.xml | 94 +- extensions/Makefile | 39 + extensions/address_standardizer/Makefile | 20 +- .../address_standardizer.control | 2 +- .../address_standardizer_data_us.control | 2 +- extensions/postgis/{Makefile.in => Makefile} | 12 +- extensions/postgis/Makefile.in | 2 +- extensions/postgis/postgis.control | 2 +- .../postgis/sql_bits/mark_editable_objects.sql.in | 2 +- extensions/postgis_sfcgal/Makefile | 89 + extensions/postgis_sfcgal/postgis_sfcgal.control | 2 +- extensions/postgis_tiger_geocoder/Makefile | 211 + .../postgis_tiger_geocoder.control | 2 +- .../postgis_topology/{Makefile.in => Makefile} | 10 +- extensions/postgis_topology/Makefile.in | 2 +- .../postgis_topology/postgis_topology.control | 2 +- extensions/upgradeable_versions.mk | 2 +- .../tiger_geocoder/normalize/normalize_address.sql | 4 +- extras/tiger_geocoder/tiger_loader_2013.sql | 6 +- extras/tiger_geocoder/tiger_loader_2014.sql | 6 +- extras/tiger_geocoder/tiger_loader_2015.sql | 8 +- install-sh | 366 +- liblwgeom/bytebuffer.h | 2 +- liblwgeom/cunit/cu_algorithm.c | 24 + liblwgeom/cunit/cu_geodetic.c | 20 +- liblwgeom/cunit/cu_out_twkb.c | 2 +- liblwgeom/cunit/cu_split.c | 26 + liblwgeom/cunit/cu_unionfind.c | 24 + liblwgeom/effectivearea.h | 2 +- liblwgeom/liblwgeom_topo.h | 12 +- liblwgeom/lwalgorithm.c | 39 +- liblwgeom/lwgeodetic.c | 2 +- liblwgeom/lwgeom.c | 11 +- liblwgeom/lwgeom_geos_cluster.c | 13 +- liblwgeom/lwgeom_geos_split.c | 75 +- liblwgeom/lwgeom_topo.c | 175 +- liblwgeom/lwin_geojson.c | 2 +- liblwgeom/lwin_twkb.c | 2 +- liblwgeom/lwout_geojson.c | 2 +- liblwgeom/lwout_svg.c | 80 +- liblwgeom/lwout_twkb.c | 2 +- liblwgeom/lwunionfind.c | 14 +- liblwgeom/ptarray.c | 27 +- liblwgeom/varint.h | 2 +- libtool | 6227 +- ltmain.sh | 5522 +- macros/._libtool.m4 | Bin 239 -> 0 bytes macros/._ltoptions.m4 | Bin 239 -> 0 bytes macros/._ltsugar.m4 | Bin 239 -> 0 bytes macros/._lt~obsolete.m4 | Bin 239 -> 0 bytes macros/libtool.m4 | 2546 +- macros/ltoptions.m4 | 127 +- macros/ltsugar.m4 | 7 +- macros/ltversion.m4 | 12 +- macros/lt~obsolete.m4 | 7 +- postgis/geography_measurement.c | 11 + postgis/gserialized_typmod.c | 2 +- postgis/lwgeom_box3d.c | 2 +- postgis/lwgeom_functions_analytic.c | 10 +- postgis/lwgeom_functions_basic.c | 4 +- postgis/lwgeom_functions_lrs.c | 4 +- postgis/lwgeom_spheroid.c | 4 +- postgis/postgis.sql.in | 10 +- postgis/sqldefines.h | 10 +- postgis_svn_revision.h | 2 +- raster/Makefile | 65 + raster/rt_pg/rtpostgis.sql.in | 11 +- regress/remove_repeated_points.sql | 1 + regress/remove_repeated_points_expected | 1 + regress/run_test.pl | 2 +- regress/tickets.sql | 6 + regress/tickets_expected | 3 + topology/Makefile.in | 2 +- topology/postgis_topology.c | 268 +- topology/sql/topogeometry/totopogeom.sql.in | 14 +- topology/test/regress/sqlmm.sql | 19 + topology/test/regress/sqlmm_expected | 4 + topology/test/regress/st_addedgemodface.sql | 15 +- topology/test/regress/st_addedgemodface_expected | 9 +- topology/test/regress/st_addedgenewfaces.sql | 15 + topology/test/regress/st_addedgenewfaces_expected | 9 +- topology/test/regress/st_modedgesplit.sql | 28 + topology/test/regress/st_modedgesplit_expected | 19 +- topology/test/regress/st_newedgessplit.sql | 18 + topology/test/regress/st_newedgessplit_expected | 13 +- topology/test/regress/topogeo_addlinestring.sql | 46 + .../regress/topogeo_addlinestring_expected_newsnap | 138 +- .../regress/topogeo_addlinestring_expected_oldsnap | 134 +- topology/test/regress/totopogeom.sql | 20 + topology/test/regress/totopogeom_expected | 5 + topology/topology.sql.in | 15 +- 132 files changed, 60532 insertions(+), 80276 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

