From e5b665e952385dc4de8f2444785b76536b40779a Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Fri, 13 Aug 2021 14:11:36 +0200 Subject: [PATCH] Release of 3.16.10 --- CMakeLists.txt | 2 +- ChangeLog | 193 +++++++++++++++++++++++++++++ debian/changelog | 10 +- linux/org.qgis.qgis.appdata.xml.in | 1 + 4 files changed, 203 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4b23cd689bd..0ca3fd9966a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED ON) # Project and version set(CPACK_PACKAGE_VERSION_MAJOR "3") set(CPACK_PACKAGE_VERSION_MINOR "16") -set(CPACK_PACKAGE_VERSION_PATCH "9") +set(CPACK_PACKAGE_VERSION_PATCH "10") set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}) set(RELEASE_NAME "Hannover") project(qgis VERSION ${COMPLETE_VERSION}) diff --git a/ChangeLog b/ChangeLog index 5d4e666bfb3a..ca03e91e0710 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,196 @@ +Jürgen E. Fischer 2021-08-13 + + translation update for 3.16.10 from transifex + +Andrea Giudiceandrea 2021-08-06 + + [processing] Fix rasterlayerzonalstats when input raster has no CRS + + Use "area" as the area column name instead of an empty name. + +Nyall Dawson 2021-08-06 + + Update python/plugins/MetaSearch/resources/connections-default.xml + +alitka 2021-08-05 + + updated connections-default.xml + + line 18 - added the German spatial data catalogue (GDI-DE Geodatenkatalog.de) of the Spatial Data Infrastructure Germany (GDI-DE) to the list of the default connections + +Denis Rouzaud 2021-08-05 + + fix dockerfile path so it matches master (#44576) + +Nyall Dawson 2021-08-05 + + Disable ultra-fragile mesh terrain rendering test on CI + +Germap 2021-08-02 + + [processing] Fix typo in algorithm description + +qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2021-08-03 + + [Backport release-3_16] Fix atlas filtering when exporting using processing algorithms (#44519) + + * filter features when exporting atlas image and filter is enabled + + * filter features when exporting atlas pdf and filter is enabled + + * fixed tests + + * removed functions for filtering and unfiltering the atlas coverage layer + + Co-authored-by: Samweli + +Merge: dce8b2d5ed 2a7d6c7449 +Marco Hugentobler 2021-08-02 + + Merge pull request #44510 from mhugent/backport_3_16_max_image_width + + Backport 3_16 max image width/height for GetLegendGraphic + +Marco Hugentobler 2021-08-01 + + Update src/server/services/wms/qgswmsrenderer.cpp + + Co-authored-by: Alessandro Pasotti + +Marco Hugentobler 2021-08-01 + + Update src/server/services/wms/qgswmsrenderer.cpp + + Co-authored-by: Alessandro Pasotti + +Marco Hugentobler 2021-07-31 + + Consider maximum image width/height also for GetLegendGrahic + +Nyall Dawson 2021-07-30 + + Fix missing icon in GPS information panel + + Fixes #44165 + +Nyall Dawson 2021-07-27 + + Fix TabInformation equality operator signatures + +Nyall Dawson 2021-07-22 + + Fix misleading messages when trying to delete ogr sublayer + +Andrea Giudiceandrea 2021-07-02 + + Fix typo in QgsMapSettings::visibleExtent() doc + +Andrea Giudiceandrea 2021-07-01 + + Fix scalebar decoration in rotated map + + Reset the map rotation before calculating the map width + +Nyall Dawson 2021-07-15 + + [processing] Fix missing fields in data defined expression builder + when input layer is using selected features only + + Fixes #40055 + +Mathieu Pellerin 2021-07-09 + + [processing] Fix file download alg stuck in infinit loop when network errors occur + +Julien Cabieces 2021-06-28 + + Fixes #37945 : Take tile_buffer parameter into consideration when + rendering labels + +speillet 2021-07-05 + + fix project dirtiness when changing layout name + +pathmapper 2021-07-05 + + std::make_unique -> qgis::make_unique + +Nyall Dawson 2021-07-01 + + [processing] Fix default value of multiple field selection inputs + in models cannot be set to no value + + Fixes #44005 + +Joonalai 2021-06-30 + + [fix] #43905 append OAPIF extra query params if url is not empty + +Joonalai 2021-06-30 + + Test for regression #43905 OAPIF extra query params + +Paul Blottiere 2021-06-28 + + Fix OGC workflow (#43946) + +Blottiere Paul 2021-06-18 + + Update results + +Blottiere Paul 2021-06-17 + + Fixes WMTS GetCapabilities and axis order + +Andrea Giudiceandrea 2021-06-22 + + Fix UnicodeDecodeError in Processing history + +Nyall Dawson 2021-06-17 + + [processing] Fix use of data defined parameter values when editing + features in place + + Fixes #43758 + +Nyall Dawson 2021-06-16 + + [layouts] Fix bounding rectangle for shapes doesn't include stroke + width after loading from xml + + Fixes #43748 + +Merge: bea6d91466 2239b02293 +Even Rouault 2021-07-21 + + Merge pull request #44304 from qgis/backport-44290-to-release-3_16 + + [Backport release-3_16] Fix opacity slider crash + +Matthias Kuhn 2021-07-21 + + Fix opacity slider crash + + Fixes a race condition introduced by the timer. + +Even Rouault 2021-07-20 + + Check Geometries/Check for duplicates: avoid assertion in debug builds due to thread-unsafe usage of layer() method (fixes #44246) + +Andrea Giudiceandrea 2021-07-21 + + Test "substr" function with named parameters + +Andrea Giudiceandrea 2021-07-20 + + Fix substr expression function named parameters + + Fix the "substr" function removing a trailing white space in the named parameter "start" + +Jürgen E. Fischer 2021-07-19 + + Release of 3.16.9 + Jürgen E. Fischer 2021-07-19 translation update for 3.16.9 from transifex diff --git a/debian/changelog b/debian/changelog index d35e167f0ae1..50862c3013a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -qgis (3.16.9) UNRELEASED; urgency=medium +qgis (3.16.10) UNRELEASED; urgency=medium + + * Release of 3.16.10 + + -- Jürgen E. Fischer Fri, 13 Aug 2021 14:11:35 +0200 + +qgis (3.16.9) unstable; urgency=medium * Release of 3.16.9 - -- Jürgen E. Fischer Mon, 19 Jul 2021 15:52:08 +0200 + -- Jürgen E. Fischer Fri, 13 Aug 2021 14:11:35 +0200 qgis (3.16.8) unstable; urgency=medium diff --git a/linux/org.qgis.qgis.appdata.xml.in b/linux/org.qgis.qgis.appdata.xml.in index 595f7c1cb842..960858a36d72 100644 --- a/linux/org.qgis.qgis.appdata.xml.in +++ b/linux/org.qgis.qgis.appdata.xml.in @@ -18,6 +18,7 @@ QGIS +