Bas Couwenberg pushed to branch upstream at Debian GIS Project / osm2pgsql
Commits: 065eced0 by Bas Couwenberg at 2025-09-21T13:40:55-07:00 New upstream version 2.2.0+ds - - - - - 217 changed files: - .clang-format - .clang-tidy - .github/actions/clang-tidy/action.yml - .github/actions/win-cmake/action.yml - .github/workflows/ci.yml - .github/workflows/luacheck.yml - .luacheckrc - CMakeLists.txt - CONTRIBUTING.md - README.md - flex-config/README.md - flex-config/attributes.lua - flex-config/bbox.lua - flex-config/data-types.lua - flex-config/expire.lua - flex-config/geometries.lua - + flex-config/locator/README.md - + flex-config/locator/buildings.lua - + flex-config/locator/iceland.lua - + flex-config/locator/import-countries.lua - + flex-config/locator/motorway-colours.lua - flex-config/public-transport.lua - flex-config/route-relations.lua - flex-config/simple.lua - + flex-config/track-changes.lua - flex-config/unitable.lua - flex-config/untagged.lua - man/CMakeLists.txt - + man/osm2pgsql-expire.1 - + man/osm2pgsql-expire.md - man/osm2pgsql-gen.1 - man/osm2pgsql-replication.1 - man/osm2pgsql.1 - man/osm2pgsql.md - 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/domain-matcher.hpp - src/expire-output.cpp - src/expire-output.hpp - src/expire-tiles.cpp - src/expire-tiles.hpp - src/flex-index.hpp - src/flex-lua-expire-output.cpp - src/flex-lua-expire-output.hpp - src/flex-lua-geom.cpp - + src/flex-lua-locator.cpp - + src/flex-lua-locator.hpp - src/flex-lua-table.cpp - src/flex-lua-table.hpp - + src/flex-lua-wrapper.hpp - src/flex-table-column.cpp - src/flex-table-column.hpp - src/flex-table.hpp - src/flex-write.cpp - src/flex-write.hpp - src/gen/canvas.cpp - src/gen/canvas.hpp - src/gen/gen-base.cpp - src/gen/gen-base.hpp - src/gen/gen-discrete-isolation.cpp - src/gen/gen-rivers.cpp - src/gen/gen-tile-builtup.cpp - src/gen/gen-tile-raster.cpp - 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-pole-of-inaccessibility.cpp - src/geom-pole-of-inaccessibility.hpp - src/geom.hpp - + src/hex.cpp - + src/hex.hpp - src/idlist.cpp - src/init.lua - + src/locator.cpp - + src/locator.hpp - src/logging.cpp - src/logging.hpp - src/lua-setup.cpp - 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/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-expire.cpp - src/osm2pgsql.cpp - src/osmdata.cpp - src/osmdata.hpp - src/osmtypes.hpp - src/output-flex.cpp - src/output-flex.hpp - src/output-null.hpp - src/output-pgsql.cpp - src/output-pgsql.hpp - src/output.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.cpp - src/pgsql.hpp - src/progress-display.hpp - + src/projection.hpp - src/properties.cpp - src/reprojection-generic-none.cpp - src/reprojection-generic-proj6.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/thread-pool.cpp - src/thread-pool.hpp - src/tile.cpp - src/tile.hpp - 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/flex/bbox.feature - + tests/bdd/flex/delete-callbacks.feature - tests/bdd/flex/geometry-collection.feature - tests/bdd/flex/geometry-linestring.feature - tests/bdd/flex/geometry-multilinestring.feature - tests/bdd/flex/geometry-multipoint.feature - + tests/bdd/flex/locator.feature - tests/bdd/flex/lua-index-definitions.feature - tests/bdd/flex/lua-table-definitions.feature - + tests/bdd/flex/untagged.feature - tests/bdd/flex/way-change.feature - tests/bdd/steps/steps_db.py - tests/bdd/steps/steps_execute.py - tests/common-cleanup.hpp - tests/common-import.hpp - tests/common-options.hpp - tests/common-pg.hpp - + tests/data/test_output_flex_untagged.lua - tests/test-check-input.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-multilinestrings.cpp - tests/test-geom-transform.cpp - + tests/test-hex.cpp - tests/test-json-writer.cpp - + tests/test-locator.cpp - tests/test-lua-utils.cpp - tests/test-middle.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-int4.cpp - tests/test-output-pgsql-style-file.cpp - tests/test-persistent-cache.cpp - tests/test-pgsql.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/-/commit/065eced0377b3f55e042d25d9d0b29477171157f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/-/commit/065eced0377b3f55e042d25d9d0b29477171157f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
