Bas Couwenberg pushed to branch master at Debian GIS Project / libapache2-mod-tile
Commits: 6b11a40e by Bas Couwenberg at 2024-06-20T16:25:34+02:00 Update gbp.conf & Vcs-Git URL. - - - - - 7400f350 by Bas Couwenberg at 2024-06-20T16:25:46+02:00 New upstream version 0.8.0~beta - - - - - a855c521 by Bas Couwenberg at 2024-06-20T16:25:50+02:00 Update upstream source from tag 'upstream/0.8.0_beta' Update to upstream version '0.8.0~beta' with Debian dir 16be6efde08c3a4bad1da0985995d35654e4f489 - - - - - 7d83d515 by Bas Couwenberg at 2024-06-20T16:26:13+02:00 New upstream beta release. - - - - - 1a19c26a by Bas Couwenberg at 2024-06-20T16:30:56+02:00 Update copyright file. - - - - - 47c03803 by Bas Couwenberg at 2024-06-20T16:31:35+02:00 Drop mapnik-4.0.patch, included upstream. - - - - - 6c2fd391 by Bas Couwenberg at 2024-06-20T16:31:56+02:00 Set distribution to experimental. - - - - - caf3dec8 by Bas Couwenberg at 2024-07-28T19:42:05+02:00 Bump Standards-Version to 4.7.0, no changes. - - - - - 1f258a48 by Bas Couwenberg at 2025-03-20T06:08:27+01:00 Bump Standards-Version to 4.7.2, no changes. - - - - - d9bf540b by Bas Couwenberg at 2025-03-30T07:40:40+02:00 Fix old FSF address in copyright file. - - - - - 639e6bb7 by Bas Couwenberg at 2025-03-31T05:40:15+02:00 Revert "Update gbp.conf & Vcs-Git URL." This reverts commit 6b11a40e0ae8a1569da3577982556bc04d51cc74. - - - - - ad3125ac by Bas Couwenberg at 2025-03-31T05:40:52+02:00 New upstream version 0.8.0 - - - - - fdf8e0d3 by Bas Couwenberg at 2025-03-31T05:40:56+02:00 Update upstream source from tag 'upstream/0.8.0' Update to upstream version '0.8.0' with Debian dir 818afee998407dd091b4652b8a750c1f2d92f9f1 - - - - - ee5a0ba2 by Bas Couwenberg at 2025-03-31T05:41:09+02:00 New upstream release. - - - - - 3bca0754 by Bas Couwenberg at 2025-03-31T05:44:02+02:00 Set distribution to unstable. - - - - - 132 changed files: - .github/actions/autotools/install/action.yml - .github/actions/cmake/build/action.yml - + .github/actions/cmake/package/action.yml - .github/actions/cmake/test/action.yml - + .github/actions/coverage/action.yml - .github/actions/dependencies/build-and-install/mapnik/action.yml - − .github/actions/dependencies/build-and-install/mapnik/latest/action.yml - .github/actions/dependencies/install/action.yml - .github/actions/dependencies/install/yum/action.yml - .github/workflows/build-and-test.yml - − .github/workflows/coverage.yml - .github/workflows/docker-image-build.yml - .github/workflows/install-package-and-test.yml - .github/workflows/lint.yml - CMakeLists.txt - Makefile.am - README.rst - cmake/FindAPR.cmake - cmake/FindCAIRO.cmake - cmake/FindGLIB.cmake - cmake/FindHTTPD.cmake - cmake/FindINIPARSER.cmake - cmake/FindLIBMAPNIK.cmake - cmake/FindLIBMEMCACHED.cmake - cmake/FindLIBRADOS.cmake - configure.ac - debian/changelog - debian/control - debian/copyright - − debian/patches/mapnik-4.0.patch - − debian/patches/series - docker/README.md - docker/archlinux/Dockerfile - − docker/centos/7/Dockerfile - docker/centos/stream/Dockerfile - docker/centos/stream/Dockerfile.autotools - docker/centos/stream/Dockerfile.mapnik-latest - docker/debian/Dockerfile - docker/debian/Dockerfile.autotools - docker/docker-compose.yml - docker/fedora/Dockerfile - docker/opensuse/Dockerfile - docker/ubuntu/Dockerfile - docker/ubuntu/Dockerfile.autotools - docs/build/building_on_centos.md → docs/build/building_on_arch_linux.md - docs/build/building_on_centos_stream.md - docs/build/building_on_debian.md - docs/build/building_on_fedora.md - docs/build/building_on_freebsd.md - docs/build/building_on_macos.md - docs/build/building_on_opensuse.md - docs/build/building_on_ubuntu.md - docs/man/convert_meta.1 - docs/man/openstreetmap-tiles-update-expire.1 - docs/man/render_expired.1 - docs/man/render_list.1 - docs/man/render_old.1 - docs/man/render_speedtest.1 - docs/man/renderd.1 - docs/man/renderd.conf.5 - etc/apache2/renderd-example-map.conf - etc/renderd/renderd.conf.examples - includes/cache_expire.h - includes/config.h.in - includes/g_logger.h - includes/gen_tile.h - includes/metatile.h - includes/mod_tile.h - includes/parameterize_style.hpp - includes/protocol.h - includes/protocol_helper.h - includes/render_config.h - includes/render_submit_queue.h - includes/daemon.h → includes/renderd.h - + includes/renderd_config.h - includes/request_queue.h - includes/store.h - includes/store_file.h - includes/store_file_utils.h - includes/store_memcached.h - includes/store_null.h - includes/store_rados.h - includes/store_ro_composite.h - includes/store_ro_http_proxy.h - includes/sys_utils.h - src/CMakeLists.txt - src/cache_expire.c - src/g_logger.c - src/gen_tile.cpp - src/metatile.cpp - src/mod_tile.c - src/parameterize_style.cpp - src/render_expired.c - src/render_list.c - src/render_old.c - src/speedtest.cpp → src/render_speedtest.cpp - src/render_submit_queue.c - src/daemon.c → src/renderd.c - + src/renderd_config.c - src/request_queue.c - src/store.c - src/store_file.c - src/store_file_utils.c - src/store_memcached.c - src/store_null.c - tests/CMakeLists.txt - includes/catch/catch.hpp → tests/catch/catch.hpp - includes/catch/catch.hpp.asc → tests/catch/catch.hpp.asc - + tests/catch_main.cpp - + tests/catch_test_common.cpp - + tests/catch_test_common.hpp - src/gen_tile_test.cpp → tests/gen_tile_test.cpp - tests/httpd.conf.in - + tests/pstreams/pstream.hpp - + tests/render_expired_test.cpp - + tests/render_list_test.cpp - + tests/render_old_test.cpp - + tests/render_speedtest_test.cpp - tests/renderd.conf.in - + tests/renderd_config_test.cpp - + tests/renderd_test.cpp - utils/example-map/index.html - utils/munin/mod_tile_fresh - utils/munin/mod_tile_latency - utils/munin/mod_tile_response - utils/munin/mod_tile_zoom - utils/munin/renderd_processed - utils/munin/renderd_queue - utils/munin/renderd_queue_time - utils/munin/renderd_zoom - utils/munin/renderd_zoom_time - utils/munin/replication_delay The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/compare/8787f804b1629d58bf3410085fe2287f11b498c3...3bca0754a51d1f117451cc81380cdf7f74f50c82 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/-/compare/8787f804b1629d58bf3410085fe2287f11b498c3...3bca0754a51d1f117451cc81380cdf7f74f50c82 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
