diff --git a/CMakeLists.txt b/CMakeLists.txt index f96c54311295..dc86cd5281a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED ON) # Project and version set(CPACK_PACKAGE_VERSION_MAJOR "3") set(CPACK_PACKAGE_VERSION_MINOR "34") -set(CPACK_PACKAGE_VERSION_PATCH "2") +set(CPACK_PACKAGE_VERSION_PATCH "3") set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}) set(RELEASE_NAME "Prizren") project(qgis VERSION ${COMPLETE_VERSION}) diff --git a/ChangeLog b/ChangeLog index 26193377d370..c3752209a728 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,164 @@ +Jürgen E. Fischer 2024-01-19 + + translation update for 3.34.3 from transifex + +Nyall Dawson 2024-01-10 + + Check that plugins can be loaded before enabling them in qgis_process + + And add tests for plugin enable/disable commands + + Fixes #54915 + +Nyall Dawson 2023-12-13 + + Fix lengthy hang when restoring projects with temporal layers + from remote sources + +Nyall Dawson 2023-12-07 + + Allow constructing wmts layers without prior knowledge of + crs and format + + WHen the crs or image format is not specified, just use the + first available ones we determine from the capabilities + + This avoids a client having to manually retrieve and parse + the capabilities in order to determine these values upfront. + +Nyall Dawson 2024-01-11 + + Move test to categorized renderer tests, simplify + +Nyall Dawson 2024-01-10 + + Fix some issues with categorized renderer exports to SLD + + - Correctly handle merged categories + - Correctly handle already quoted field names + - Correctly handle expressions + + Fixes #55792 + +Nyall Dawson 2024-01-10 + + Loosen check for uris by not checking whether they actually exist as files + + Its better to defer this to that data provider, as the uri may + not need to correspond to an actual on disk file for some providers. + Eg ogr provider can load remote http sources + + Fixes #54264 + +Nyall Dawson 2024-01-10 + + Rely more on provider metadata + +Nyall Dawson 2024-01-10 + + If we know the data provider, then refine the possible layer types + using those which are actually supported by the provider + + Avoids unnecessary attempts to use non-compatible layer types + to load a dataset from the provider + +Nyall Dawson 2024-01-10 + + Use better name extraction logic by using parsed uri parts + +Nyall Dawson 2024-01-10 + + Don't use hardcoded list of providers which support disk based files, + instead correctly use provider metadata + +Merge: 6e5e95821b1 70dd2a8e303 +Even Rouault 2024-01-15 + + Merge pull request #55842 from qgis/backport-55838-to-release-3_34 + + [Backport release-3_34] [wfs] Use a more tolerant approach to matching the desired WFS layer name to those available from the get capabilities + +Nyall Dawson 2023-11-14 + + [wfs] Use a more tolerant approach to matching the desired WFS + layer name to those available from the get capabilities + +Nyall Dawson 2024-01-13 + + Update masks + +Nyall Dawson 2024-01-12 + + Add test masks + +Nyall Dawson 2024-01-12 + + Fix raster provider capabilities retrieved from wrong call + +Harrissou Sant-anna 2023-11-05 + + Add vertical scrollbar to raster calculator dialog + +CodeBardian 2023-12-30 + + Add `editorWidgetSetup` to the copy constructor of `QgsFieldPrivate` + +CodeBardian 2023-12-30 + + add failing test reproducing #52288 + +Nyall Dawson 2023-12-18 + + Update src/app/3d/qgspoint3dsymbolwidget.cpp + + Co-authored-by: Martin Dobias + +Nyall Dawson 2023-12-18 + + Fix 3d billboard symbol height is ignored + + Followup 0218ece + +Alessandro Pasotti 2024-01-08 + + RAT: fix save to DBF + + Fix #55711 + +Giovanni Manghi 2023-12-31 + + Fix case + +Giovanni Manghi 2023-12-30 + + Better wording for metadata dialog + +Mathieu Pellerin 2024-01-05 + + [tiledscene] Catch type error exception when parsing tilesetVersion + +Even Rouault 2024-01-02 + + [OAPIF] Fix bad performance on servers with large /api response documents (fixes #55740) + +pathmapper 2023-11-02 + + Use node 18 to fix build + +pathmapper 2023-11-02 + + Update install node in docker image + + ref https://github.com/qgis/QGIS/pull/55116 + +Blottiere Paul 2023-12-23 + + Use pyogctest 1.1.1 + +Jürgen E. Fischer 2023-12-22 + + Release of 3.34.2 + Jürgen E. Fischer 2023-12-22 translation update for 3.34.2 from transifex diff --git a/debian/changelog b/debian/changelog index f0b84b573ead..80c6240ee4d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -qgis (3.34.2) UNRELEASED; urgency=medium +qgis (3.34.3) UNRELEASED; urgency=medium + + * Release of 3.34.3 + + -- Jürgen E. Fischer Fri, 19 Jan 2024 13:02:19 +0100 + +qgis (3.34.2) unstable; urgency=medium * Release of 3.34.2 - -- Jürgen E. Fischer Fri, 22 Dec 2023 13:04:08 +0100 + -- Jürgen E. Fischer Fri, 19 Jan 2024 13:02:19 +0100 qgis (3.34.1) unstable; urgency=medium diff --git a/linux/org.qgis.qgis.appdata.xml.in b/linux/org.qgis.qgis.appdata.xml.in index 32f801b2c752..81e4f30e4ee3 100644 --- a/linux/org.qgis.qgis.appdata.xml.in +++ b/linux/org.qgis.qgis.appdata.xml.in @@ -19,6 +19,7 @@ QGIS +