[osm2pgsql] branch upstream updated (a8c2a65 -> 0a8b63f)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jul 11 09:02:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream
in repository osm2pgsql.
from a8c2a65 Imported Upstream version 0.87.4
new 0a8b63f Imported Upstream version 0.88.0~rc1
The 1 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:
.gitignore | 5 +-
AUTHORS | 4 +-
CONTRIBUTING.md | 102 +++++++++++
Makefile.am | 15 +-
README.md | 25 +--
configure.ac | 2 +-
docs/migrations.md | 15 ++
geometry-builder.cpp | 57 ++++---
node-persistent-cache.cpp | 89 +++++-----
node-ram-cache.cpp | 53 +++---
node-ram-cache.hpp | 21 ++-
options.cpp | 14 +-
pgsql-id-tracker.cpp | 153 -----------------
pgsql-id-tracker.hpp | 31 ----
tagtransform.cpp | 52 +++---
tests/common-pg.cpp | 35 ++--
tests/common-pg.hpp | 2 +
tests/regression-test.py | 4 +-
...{test-middle-pgsql.cpp => test-middle-flat.cpp} | 13 +-
tests/test-output-multi-line.cpp | 2 -
tests/test-output-multi-point-multi-table.cpp | 2 -
tests/test-output-multi-point.cpp | 2 -
tests/test-output-multi-polygon.cpp | 2 -
tests/test-output-pgsql-tablespace.cpp | 146 ++++++++++++++++
tests/test-output-pgsql-z_order.cpp | 186 +++++++++++++++++++++
tests/test-output-pgsql.cpp | 103 +++++++++++-
tests/test_output_pgsql_z_order.osm | 75 +++++++++
27 files changed, 837 insertions(+), 373 deletions(-)
create mode 100644 CONTRIBUTING.md
delete mode 100644 pgsql-id-tracker.cpp
delete mode 100644 pgsql-id-tracker.hpp
copy tests/{test-middle-pgsql.cpp => test-middle-flat.cpp} (85%)
create mode 100755 tests/test-output-pgsql-tablespace.cpp
create mode 100644 tests/test-output-pgsql-z_order.cpp
create mode 100644 tests/test_output_pgsql_z_order.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