[osm2pgsql] branch master updated (425f285 -> 7d62bd6)

Bas Couwenberg sebastic at debian.org
Wed Dec 7 23:22:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository osm2pgsql.

      from  425f285   Set distribution to unstable.
       new  a816bda   Imported Upstream version 0.92.0~rc1+ds
       new  86ca772   Merge tag 'upstream/0.92.0_rc1+ds'
       new  26ae37d   New upstream release candidate.
       new  802d945   Add license & copyright for test_output_pgsql_validgeom.osm.
       new  7d62bd6   Set distribution to experimental.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 900913.sql                                         |   1 -
 CMakeLists.txt                                     |  15 +-
 README.md                                          |  12 +-
 cmake/config.h.in                                  |   3 -
 debian/changelog                                   |   7 +
 debian/copyright                                   | 530 +++++++++++++++++++++
 default.style                                      |   2 +-
 docs/export.md                                     |   2 +-
 docs/migrations.md                                 |  16 +
 docs/osm2pgsql.1                                   |  17 +-
 docs/usage.md                                      |  10 +-
 expire-tiles.cpp                                   | 338 ++++++-------
 expire-tiles.hpp                                   |  57 ++-
 geometry-builder.cpp                               |  48 +-
 id-tracker.cpp                                     |   2 +-
 id-tracker.hpp                                     |   2 +-
 middle-pgsql.cpp                                   | 451 ++++++++----------
 middle-pgsql.hpp                                   |   9 +-
 multi.style.json                                   |  10 -
 options.cpp                                        |  19 +-
 options.hpp                                        |   1 +
 osm2pgsql.cpp                                      |   2 +-
 osmdata.cpp                                        |   4 +-
 output-gazetteer.cpp                               |   2 +-
 output-gazetteer.hpp                               |  10 +-
 output-multi.cpp                                   |  93 ++--
 output-multi.hpp                                   |  17 +-
 output-pgsql.cpp                                   | 102 ++--
 output-pgsql.hpp                                   |  13 +-
 output.cpp                                         |  31 +-
 output.hpp                                         |   6 +-
 parse-osmium.cpp                                   |   2 +-
 pgsql.cpp                                          |  10 +-
 pgsql.hpp                                          |  11 +-
 reprojection.cpp                                   |   2 +-
 reprojection.hpp                                   |   2 +-
 sprompt.cpp                                        |  10 +-
 style.lua                                          | 428 ++++++++++-------
 table.cpp                                          | 150 +++---
 table.hpp                                          |   4 +-
 taginfo.cpp                                        |  74 ++-
 taginfo.hpp                                        |  21 +
 taginfo_impl.hpp                                   |  30 +-
 tagtransform.cpp                                   |   6 +-
 tests/CMakeLists.txt                               |  12 +
 tests/common-pg.cpp                                |  17 +
 tests/common-pg.hpp                                |   2 +
 tests/regression-test.py                           |  32 +-
 tests/test-expire-tiles.cpp                        |  83 ++--
 tests/test-options-projection.cpp                  | 114 +++++
 ...lespace.cpp => test-output-pgsql-validgeom.cpp} |  22 +-
 tests/test-output-pgsql.cpp                        |   2 +-
 tests/test-parse-xml2.cpp                          |   2 +-
 tests/test-wildcard-match.cpp                      |  61 +++
 tests/test_output_multi_tags.json                  |  25 +-
 tests/test_output_pgsql_validgeom.osm              | 250 ++++++++++
 wildcmp.cpp                                        | 115 +----
 wildcmp.hpp                                        |   6 +-
 58 files changed, 2124 insertions(+), 1201 deletions(-)
 delete mode 100644 900913.sql
 create mode 100644 tests/test-options-projection.cpp
 copy tests/{test-output-pgsql-tablespace.cpp => test-output-pgsql-validgeom.cpp} (76%)
 create mode 100644 tests/test-wildcard-match.cpp
 create mode 100644 tests/test_output_pgsql_validgeom.osm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm2pgsql.git



More information about the Pkg-grass-devel mailing list