[Git][debian-gis-team/osm2pgsql][master] 5 commits: New upstream version 2.1.0+ds

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Apr 8 04:46:30 BST 2025



Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgsql


Commits:
83c42053 by Bas Couwenberg at 2025-04-08T05:30:48+02:00
New upstream version 2.1.0+ds
- - - - -
7d7fbd89 by Bas Couwenberg at 2025-04-08T05:30:51+02:00
Update upstream source from tag 'upstream/2.1.0+ds'

Update to upstream version '2.1.0+ds'
with Debian dir ddeb4dd7a96e48091d7ed7f7f44f856deba6e85e
- - - - -
0fcff12c by Bas Couwenberg at 2025-04-08T05:34:33+02:00
New upstream release.

- - - - -
ddfec0e6 by Bas Couwenberg at 2025-04-08T05:40:18+02:00
Update copyright file.

- - - - -
6d04eaf8 by Bas Couwenberg at 2025-04-08T05:40:31+02:00
Set distribution to unstable.

- - - - -


257 changed files:

- .github/actions/ubuntu-prerequisites/action.yml
- .github/actions/win-postgres/action.yml
- .github/workflows/ci.yml
- .github/workflows/test-install.yml
- CMakeLists.txt
- README.md
- contrib/fmt/README.contrib
- contrib/fmt/include/fmt/args.h
- contrib/fmt/include/fmt/base.h
- contrib/fmt/include/fmt/chrono.h
- contrib/fmt/include/fmt/color.h
- contrib/fmt/include/fmt/compile.h
- contrib/fmt/include/fmt/format-inl.h
- contrib/fmt/include/fmt/format.h
- contrib/fmt/include/fmt/os.h
- contrib/fmt/include/fmt/ostream.h
- contrib/fmt/include/fmt/printf.h
- contrib/fmt/include/fmt/ranges.h
- contrib/fmt/include/fmt/std.h
- contrib/fmt/include/fmt/xchar.h
- debian/changelog
- debian/copyright
- man/manpage_from_python.py
- man/osm2pgsql-gen.1
- man/osm2pgsql-replication.1
- man/osm2pgsql.1
- scripts/osm2pgsql-replication
- src/CMakeLists.txt
- src/command-line-app.cpp
- src/command-line-app.hpp
- src/command-line-parser.cpp
- src/command-line-parser.hpp
- src/db-copy-mgr.hpp
- src/db-copy.cpp
- src/db-copy.hpp
- src/debug-output.cpp
- src/debug-output.hpp
- src/domain-matcher.hpp
- src/expire-config.hpp
- src/expire-output.cpp
- src/expire-output.hpp
- src/expire-tiles.cpp
- src/expire-tiles.hpp
- src/flex-index.cpp
- src/flex-index.hpp
- src/flex-lua-expire-output.cpp
- src/flex-lua-expire-output.hpp
- src/flex-lua-geom.cpp
- src/flex-lua-geom.hpp
- src/flex-lua-index.cpp
- src/flex-lua-index.hpp
- src/flex-lua-table.cpp
- src/flex-lua-table.hpp
- src/flex-table-column.cpp
- src/flex-table-column.hpp
- src/flex-table.cpp
- src/flex-table.hpp
- src/flex-write.cpp
- src/flex-write.hpp
- src/format.hpp
- src/gen/canvas.cpp
- src/gen/canvas.hpp
- src/gen/gen-base.cpp
- src/gen/gen-base.hpp
- src/gen/gen-create.cpp
- src/gen/gen-create.hpp
- src/gen/gen-discrete-isolation.cpp
- src/gen/gen-discrete-isolation.hpp
- src/gen/gen-rivers.cpp
- src/gen/gen-rivers.hpp
- src/gen/gen-tile-builtup.cpp
- src/gen/gen-tile-builtup.hpp
- src/gen/gen-tile-raster.cpp
- src/gen/gen-tile-raster.hpp
- src/gen/gen-tile-sql.cpp
- src/gen/gen-tile-sql.hpp
- src/gen/gen-tile-vector.cpp
- src/gen/gen-tile-vector.hpp
- src/gen/gen-tile.cpp
- src/gen/gen-tile.hpp
- src/gen/osm2pgsql-gen.cpp
- src/gen/raster.cpp
- src/gen/raster.hpp
- src/gen/tracer.cpp
- src/gen/tracer.hpp
- src/geom-area-assembler.cpp
- src/geom-area-assembler.hpp
- src/geom-boost-adaptor.hpp
- src/geom-box.cpp
- src/geom-box.hpp
- src/geom-from-osm.cpp
- src/geom-from-osm.hpp
- src/geom-functions.cpp
- src/geom-functions.hpp
- src/geom-output.hpp
- src/geom-pole-of-inaccessibility.cpp
- src/geom-pole-of-inaccessibility.hpp
- src/geom.cpp
- src/geom.hpp
- src/idlist.cpp
- src/idlist.hpp
- src/input.cpp
- src/input.hpp
- src/json-writer.hpp
- src/logging.cpp
- src/logging.hpp
- src/lua-init.hpp
- src/lua-setup.cpp
- src/lua-setup.hpp
- src/lua-utils.cpp
- src/lua-utils.hpp
- src/middle-pgsql.cpp
- src/middle-pgsql.hpp
- src/middle-ram.cpp
- src/middle-ram.hpp
- src/middle.cpp
- src/middle.hpp
- src/node-locations.cpp
- src/node-locations.hpp
- src/node-persistent-cache.cpp
- src/node-persistent-cache.hpp
- src/options.hpp
- src/ordered-index.cpp
- src/ordered-index.hpp
- src/osm2pgsql.cpp
- src/osmdata.cpp
- src/osmdata.hpp
- src/osmtypes.hpp
- src/output-flex.cpp
- src/output-flex.hpp
- src/output-null.cpp
- src/output-null.hpp
- src/output-pgsql.cpp
- src/output-pgsql.hpp
- src/output-requirements.hpp
- src/output.cpp
- src/output.hpp
- src/overloaded.hpp
- src/gen/params.cpp → src/params.cpp
- src/gen/params.hpp → src/params.hpp
- src/pgsql-capabilities-int.hpp
- src/pgsql-capabilities.cpp
- src/pgsql-capabilities.hpp
- src/pgsql-helper.cpp
- src/pgsql-helper.hpp
- src/pgsql-params.hpp
- src/pgsql.cpp
- src/pgsql.hpp
- src/progress-display.cpp
- src/progress-display.hpp
- src/properties.cpp
- src/properties.hpp
- src/reprojection-generic-none.cpp
- src/reprojection.cpp
- src/reprojection.hpp
- src/table.cpp
- src/table.hpp
- src/taginfo-impl.hpp
- src/taginfo.cpp
- src/taginfo.hpp
- src/tagtransform-c.cpp
- src/tagtransform-c.hpp
- src/tagtransform-lua.cpp
- src/tagtransform-lua.hpp
- src/tagtransform.cpp
- src/tagtransform.hpp
- + src/template.cpp
- + src/template.hpp
- src/thread-pool.cpp
- src/thread-pool.hpp
- src/tile-output.hpp
- src/tile.cpp
- src/tile.hpp
- src/util.cpp
- src/util.hpp
- src/version.cpp.in
- src/version.hpp
- src/wildcmp.cpp
- src/wildcmp.hpp
- src/wkb.cpp
- src/wkb.hpp
- tests/CMakeLists.txt
- tests/bdd/environment.py
- tests/bdd/flex/lua-table-definitions.feature
- + tests/bdd/flex/node-add.feature
- tests/bdd/steps/geometry_factory.py
- tests/bdd/steps/replication_server_mock.py
- tests/bdd/steps/steps_db.py
- tests/bdd/steps/steps_execute.py
- tests/bdd/steps/steps_osm_data.py
- tests/catch-main.cpp
- tests/common-buffer.hpp
- tests/common-cleanup.hpp
- tests/common-import.hpp
- tests/common-options.hpp
- tests/common-pg.hpp
- + tests/data/test_output_flex_node.lua
- tests/test-check-input.cpp
- tests/test-db-copy-mgr.cpp
- tests/test-db-copy-thread.cpp
- tests/test-domain-matcher.cpp
- tests/test-expire-from-geometry.cpp
- tests/test-expire-tiles.cpp
- tests/test-flex-indexes.cpp
- tests/test-geom-box.cpp
- tests/test-geom-collections.cpp
- tests/test-geom-linestrings.cpp
- tests/test-geom-multilinestrings.cpp
- tests/test-geom-multipoints.cpp
- tests/test-geom-multipolygons.cpp
- tests/test-geom-null.cpp
- tests/test-geom-output.cpp
- tests/test-geom-points.cpp
- tests/test-geom-pole-of-inaccessibility.cpp
- tests/test-geom-polygons.cpp
- tests/test-geom-transform.cpp
- tests/test-json-writer.cpp
- tests/test-lua-utils.cpp
- tests/test-middle.cpp
- tests/test-node-locations.cpp
- tests/test-options-parse.cpp
- tests/test-options-projection.cpp
- tests/test-ordered-index.cpp
- tests/test-osm-file-parsing.cpp
- tests/test-output-flex-example-configs.cpp
- tests/test-output-flex-multi-input.cpp
- tests/test-output-flex-nodes.cpp
- tests/test-output-flex-relation-combinations.cpp
- tests/test-output-flex-relations.cpp
- tests/test-output-flex-schema.cpp
- tests/test-output-flex-stage2.cpp
- tests/test-output-flex-tablespace.cpp
- tests/test-output-flex-types.cpp
- tests/test-output-flex-uni.cpp
- tests/test-output-flex-update.cpp
- tests/test-output-flex-validgeom.cpp
- tests/test-output-flex.cpp
- tests/test-output-pgsql-area.cpp
- tests/test-output-pgsql-hstore-match-only.cpp
- tests/test-output-pgsql-int4.cpp
- tests/test-output-pgsql-schema.cpp
- tests/test-output-pgsql-style-file.cpp
- tests/test-output-pgsql-tablespace.cpp
- tests/test-output-pgsql-validgeom.cpp
- tests/test-output-pgsql-z_order.cpp
- tests/test-output-pgsql.cpp
- + tests/test-params.cpp
- tests/test-persistent-cache.cpp
- tests/test-pgsql-capabilities.cpp
- tests/test-pgsql.cpp
- tests/test-properties.cpp
- tests/test-reprojection.cpp
- tests/test-taginfo.cpp
- tests/test-tile.cpp
- tests/test-util.cpp
- tests/test-wildcard-match.cpp
- tests/test-wkb.cpp


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/-/compare/03540ee086f1ee373c40bc0ba6bb9d3ed90c2886...6d04eaf8326b3cbcb71d52e896e6086f89f96798

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/-/compare/03540ee086f1ee373c40bc0ba6bb9d3ed90c2886...6d04eaf8326b3cbcb71d52e896e6086f89f96798
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250408/455190da/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list