From 02ff117c4e4d6a4c8c6bd4c1559a60a983d8c700 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Fri, 18 Nov 2022 13:09:43 +0100 Subject: [PATCH] Release of 3.22.13 --- CMakeLists.txt | 2 +- ChangeLog | 219 +++++++++++++++++++++++++++++ debian/changelog | 10 +- linux/org.qgis.qgis.appdata.xml.in | 1 + 4 files changed, 229 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a96645d822da..9d1197c52fd4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED ON) # Project and version set(CPACK_PACKAGE_VERSION_MAJOR "3") set(CPACK_PACKAGE_VERSION_MINOR "22") -set(CPACK_PACKAGE_VERSION_PATCH "12") +set(CPACK_PACKAGE_VERSION_PATCH "13") set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}) set(RELEASE_NAME "Białowieża") project(qgis VERSION ${COMPLETE_VERSION}) diff --git a/ChangeLog b/ChangeLog index 8b9392938c37..be2a4d5628a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,222 @@ +Jürgen E. Fischer 2022-11-18 + + translation update for 3.22.13 from transifex + +Jürgen E. Fischer 2022-11-17 + + mssql provider: don't double 'quote' (fixes #50914) + +Nyall Dawson 2022-11-04 + + Fix build + +Nyall Dawson 2022-11-03 + + Fix a crash when changing raster data source while styling dock is open + +Nyall Dawson 2022-11-08 + + Add missing sip cast for raster contour renderer + +Denis Rouzaud 2022-09-22 + + remove 3D extra headers to fix Docker builds + +Martin Dobias 2022-11-09 + + Improve error reporting when loading of project file fails + + - on XML reading error, the message had the project file name + mentioned twice for no reason + - for zipped (.qgz) project files, the underlying error message + was getting lost - only saying that unzipped project file + has failed to load + +Martin Dobias 2022-11-09 + + Fix error handling of .qgz files + + Until now, if a .qgz project file would fail to load, no error message + would be shown in QGIS + +Mathieu Pellerin 2022-10-26 + + [themes] Fix menu item color regression with Night Mapping + (fixes #50674) + +Nyall Dawson 2022-10-25 + + Fix crash on exit + +D'Hont René-Luc 2022-10-20 + + [Fix] QgsOgcUtils::nodeLiteralFromOgcFilter: convert empty Literal OGC Filter element + + If a `Literal` OGC Filter element has no child Nodes which represent an empty string, the convertion form OGC Filter to QGIS Expression failed whitout error and the created expression is an empty string. + + We proposed to fix it, by converting an empty `Literal` OGC Filter element to an empty string `''`. + + Funded by Ifremer https://wwz.ifremer.fr/ + +Marco Hugentobler 2022-02-03 + + Consider that the MAP-parameter can be upper or lower case in the original url + +Marco Hugentobler 2021-10-05 + + Python formating + +Marco Hugentobler 2021-10-05 + + Add unit test to make sure query parameters for url advertised in capabilities are taken from original request + +Marco Hugentobler 2021-10-04 + + Take query parameters for url advertised in capabilities from the original request url. Fix advertised url if QGIS Server is accessed by rewrite rule + +Julien Cabieces 2022-10-12 + + Fixes #49589 : avoid endless recursion when evaluating aggregate + expressions + +Alessandro Pasotti 2022-09-29 + + Fix test + +Alessandro Pasotti 2022-09-28 + + Update src/core/symbology/qgsfillsymbollayer.cpp + + Co-authored-by: Julien Cabieces + +Alessandro Pasotti 2022-09-27 + + Address PR comments + +Alessandro Pasotti 2022-09-27 + + Fix test + +Alessandro Pasotti 2022-09-26 + + Fix opacity SLD export + + Fixes #33376 + +Tomas Mizera 2022-10-11 + + fix style + +Tomas Mizera 2022-10-11 + + fix reversed iterator check when iterating over map + +Marco Hugentobler 2022-08-22 + + Pass stepWidth/stepHeight parameter to external WMS layer + +Blottiere Paul 2022-10-06 + + Add unit test + +Blottiere Paul 2022-09-27 + + Fix opacity for vector tile layer + +Blottiere Paul 2022-10-10 + + Check if labels/diagrams are enabled before checking if we can show/hide them + +Nyall Dawson 2022-10-11 + + Fix broken logic in clearing python console history + + - clearing session was also clearing the file history + - clearing file history was doing nothing + +Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2022-10-11 + + Fixes #50288 - Fix extension detection for raster processing output + +Jacky Volpes 2022-10-04 + + Fix #47525 + +Nyall Dawson 2022-10-11 + + Fix QgsFileWidget does not reactivate widget's window after + selecting a file/folder via the browse button on mac + +Even Rouault 2022-09-19 + + [WFS provider] Handle the case of a layer with a geometry field but where no feature has any geom (refs #49335) + +Even Rouault 2022-09-17 + + [WFS provider] When DescribeFeatureType returns unknown geometry type, include a large BBOX when requesting single feature to guess it (fixes #49335) + +Even Rouault 2022-09-23 + + App: fix performance issue when closing a project with a lot of layers + +Even Rouault 2022-09-23 + + App: fix performance issue when drag-dropping a lot of layers at once (fixes #49439) + +Alessandro Pasotti 2022-09-26 + + Fix SLD rule text fields quoting + + Fixes #42348 + +Nyall Dawson 2022-09-26 + + Avoid a redundant calculation of visible layer extent in overview canvas + + This was being called twice immediately in a row, and the first time + was skipping the "isVisible" check used before the second call. As + a result we were ALWAYS recalculating the full extent of the project + with every layer set change, even when the overview canvas was not + open (and this is non-trivial for very large projects!) + + On one test project this reduces a multi-second pause when + checking/unchecking layers/groups in the tree to no pause. + +Julien Cabieces 2022-09-21 + + Fixes #37804 : save original layout item picture mode + +Even Rouault 2022-09-20 + + [Processing] Fix typo in smoothing parameter name of gdal_grid algorithms + + The correct spelling is 'smoothing' (two o's): https://github.com/OSGeo/gdal/search?q=smoothing + No match with single o: https://github.com/OSGeo/gdal/search?q=smothing + +Julien Cabieces 2022-09-21 + + fixes #49421 : use QgsBlockingNetworkRequest to test url in QgsHelp + +Even Rouault 2022-09-21 + + [WFS provider GUI] Fix issue with non-properly refreshed list of CRS when changing layers (fixes #42627) + +uclaros 2022-09-22 + + don't hide the main window + +Nyall Dawson 2022-09-09 + + [afs] When no explicit crs is set in the data source URI, just + use the CRS retrieved from the service properties + + This allows construction of AFS layers without having to know the CRS + in advance + +Jürgen E. Fischer 2022-10-21 + + Release of 3.22.12 + Jürgen E. Fischer 2022-10-21 translation update for 3.22.12 from transifex diff --git a/debian/changelog b/debian/changelog index f00283cdbd60..10adcd35ce7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -qgis (3.22.12) UNRELEASED; urgency=medium +qgis (3.22.13) UNRELEASED; urgency=medium + + * Release of 3.22.13 + + -- Jürgen E. Fischer Fri, 18 Nov 2022 13:09:43 +0100 + +qgis (3.22.12) unstable; urgency=medium * Release of 3.22.12 - -- Jürgen E. Fischer Fri, 21 Oct 2022 14:21:05 +0200 + -- Jürgen E. Fischer Fri, 18 Nov 2022 13:09:43 +0100 qgis (3.22.11) unstable; urgency=medium diff --git a/linux/org.qgis.qgis.appdata.xml.in b/linux/org.qgis.qgis.appdata.xml.in index 4aed4b6cab54..c2528bd8a167 100644 --- a/linux/org.qgis.qgis.appdata.xml.in +++ b/linux/org.qgis.qgis.appdata.xml.in @@ -19,6 +19,7 @@ QGIS +