Bas Couwenberg pushed to branch upstream at Debian GIS Project / proj


Commits:
984d700b by Bas Couwenberg at 2026-09-08T14:04:53+02:00
New upstream version 9.9.0~rc1
- - - - -


156 changed files:

- CITATION.cff
- CMakeLists.txt
- NEWS.md
- cmake/Ccache.cmake
- cmake/ProjConfig.cmake
- cmake/project-config.cmake.in
- data/CMakeLists.txt
- data/generate_proj_db.cmake
- data/sql/README.md
- data/sql/alias_name.sql
- data/sql/alias_name_old_epsg.sql
- data/sql/compound_crs.sql
- data/sql/concatenated_operation.sql
- data/sql/concatenated_operation_step.sql
- data/sql/consistency_checks_triggers.sql
- data/sql/conversion.sql
- data/sql/customizations.sql
- data/sql/deprecation.sql
- data/sql/engineering_crs.sql
- data/sql/engineering_datum.sql
- data/sql/extent.sql
- data/sql/geodetic_crs.sql
- data/sql/geodetic_datum.sql
- data/sql/geodetic_datum_ensemble_member.sql
- data/sql/grid_alternatives.sql
- data/sql/grid_transformation.sql
- data/sql/grid_transformation_custom.sql
- data/sql/helmert_transformation.sql
- data/sql/metadata.sql
- data/sql/non_imported_operations.sql
- data/sql/other_transformation.sql
- + data/sql/proj.db.sql.expected.md5
- data/sql/proj_db_table_defs.sql
- data/sql/projected_crs.sql
- data/sql/scope.sql
- data/sql/supersession.sql
- data/sql/transformations_czechia.sql
- data/sql/vertical_crs.sql
- data/sql/vertical_datum.sql
- data/sql/vertical_datum_ensemble_member.sql
- + data/tests/tinshift_crs_implicit.gpkg
- + data/tests/tinshift_empty_file.gpkg
- + data/tests/tinshift_fallback_nearest_centroid.gpkg
- + data/tests/tinshift_fallback_nearest_side.gpkg
- + data/tests/tinshift_simplified_kkj_etrs.gpkg
- + data/tests/tinshift_simplified_n60_n2000.gpkg
- include/proj/coordinateoperation.hpp
- include/proj/coordinatesystem.hpp
- include/proj/internal/internal.hpp
- include/proj/internal/io_internal.hpp
- include/proj/io.hpp
- man/man1/cct.1
- man/man1/cs2cs.1
- man/man1/geod.1
- man/man1/gie.1
- man/man1/proj.1
- man/man1/projinfo.1
- man/man1/projsync.1
- scripts/build_db.py
- − scripts/ci/conda/compile.sh
- − scripts/ci/conda/setup.sh
- − scripts/ci/emscripten/build_wasm.sh
- − scripts/ci/emscripten/proj.ems.tests.js
- scripts/cppcheck.sh
- scripts/reference_exported_symbols.txt
- scripts/releasenotes.py
- src/apps/bin_projsync.cmake
- src/apps/cs2cs.cpp
- src/apps/projsync.cpp
- src/filemanager.cpp
- src/fwd.cpp
- src/grids.cpp
- src/info.cpp
- src/init.cpp
- src/iso19111/c_api.cpp
- src/iso19111/common.cpp
- src/iso19111/coordinatesystem.cpp
- src/iso19111/crs.cpp
- src/iso19111/factory.cpp
- src/iso19111/internal.cpp
- src/iso19111/io.cpp
- src/iso19111/operation/conversion.cpp
- src/iso19111/operation/coordinateoperationfactory.cpp
- src/iso19111/operation/oputils.cpp
- src/iso19111/operation/parammappings.cpp
- src/iso19111/operation/singleoperation.cpp
- src/latitudes.cpp
- src/lib_proj.cmake
- src/malloc.cpp
- src/networkfilemanager.cpp
- src/param.cpp
- src/pj_list.h
- src/proj.h
- src/proj_constants.h
- src/proj_internal.h
- src/proj_symbol_rename.h
- src/projections/adams.cpp
- src/projections/aeqd.cpp
- src/projections/aitoff.cpp
- + src/projections/hourglass.cpp
- + src/projections/interrupted.cpp
- − src/projections/isea.cpp
- src/projections/ob_tran.cpp
- + src/projections/polyhedral.cpp
- + src/projections/polyhedral/conway.h
- + src/projections/polyhedral/nets/dsea/dsea.h
- + src/projections/polyhedral/nets/isea/isea.h
- + src/projections/polyhedral/nets/parent_tree.h
- + src/projections/polyhedral/nets/tsea/tsea.h
- + src/projections/polyhedral/polyhedra/dodecahedron.h
- + src/projections/polyhedral/polyhedra/icosahedron.h
- + src/projections/polyhedral/polyhedra/tetrahedron.h
- + src/projections/polyhedral/polyhedra/validation.h
- + src/projections/polyhedral/snyder.h
- + src/projections/polyhedral/state.h
- + src/projections/polyhedral/unfold.h
- src/projections/som.cpp
- + src/projections/tmerczoned.cpp
- src/release.cpp
- + src/sphere.h
- src/sqlite3_utils.cpp
- src/sqlite3_utils.hpp
- src/tests/geodsigntest.c
- src/transformations/defmodel_impl.hpp
- src/transformations/hgridshift.cpp
- src/transformations/tinshift.cpp
- + src/transformations/tinshift_gpkg.cpp
- + src/transformations/tinshift_gpkg.hpp
- + src/transformations/tinshift_iface.hpp
- src/transformations/tinshift.hpp → src/transformations/tinshift_json.hpp
- src/transformations/tinshift_exceptions.hpp → 
src/transformations/tinshift_json_exceptions.hpp
- src/transformations/tinshift_impl.hpp → 
src/transformations/tinshift_json_impl.hpp
- src/transformations/vgridshift.cpp
- + src/vec3.h
- test/CMakeLists.txt
- test/cli/CMakeLists.txt
- test/cli/test_cs2cs_various.yaml
- test/cli/test_projinfo.yaml
- test/gie/builtins.gie
- test/gie/epsg_grid.gie
- + test/gie/hourglass.gie
- + test/gie/interrupted.gie
- + test/gie/tinshift_gpkg.gie
- + test/gie/tinshift_gpkg_network.gie
- test/unit/CMakeLists.txt
- test/unit/test_c_api.cpp
- test/unit/test_common.cpp
- test/unit/test_crs.cpp
- test/unit/test_factory.cpp
- test/unit/test_io.cpp
- test/unit/test_network.cpp
- test/unit/test_operation.cpp
- test/unit/test_operationfactory.cpp
- + test/unit/test_polyhedral.cpp
- test/unit/test_tinshift.cpp
- + test/unit/test_tmerczoned.cpp


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/-/commit/984d700bf1ef75d3c1440f92cbc7f99d7ca14552

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/-/commit/984d700bf1ef75d3c1440f92cbc7f99d7ca14552
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to