From c0b883396492bf6e78ac65b6a1019489ec1eb1d8 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Fri, 18 Aug 2023 14:02:15 +0200 Subject: [PATCH] Release of 3.32.2 --- CMakeLists.txt | 2 +- ChangeLog | 404 +++++++++++++++++++++++++++++ debian/changelog | 10 +- linux/org.qgis.qgis.appdata.xml.in | 1 + 4 files changed, 414 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eefb3987629d..7cc2589759d9 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 "32") -set(CPACK_PACKAGE_VERSION_PATCH "1") +set(CPACK_PACKAGE_VERSION_PATCH "2") set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}) set(RELEASE_NAME "Lima") project(qgis VERSION ${COMPLETE_VERSION}) diff --git a/ChangeLog b/ChangeLog index 092f632ee8f3..1823c9e4d2a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,407 @@ +Jürgen E. Fischer 2023-08-18 + + translation update for 3.32.2 from transifex + +Nyall Dawson 2023-08-17 + + Ensure layer filter is retained after cloning layers + + Fixes #53774 + +Nyall Dawson 2023-08-15 + + Add test mask + + (cherry picked from commit 5ff8855317804824835742f58b45c2b2a21403c3) + +Nyall Dawson 2023-08-14 + + Additional test mask + +Nyall Dawson 2023-08-14 + + Add test masks + +uclaros 2023-07-01 + + lower initial vector layer estimated z range + +uclaros 2023-07-01 + + fix typo + +uclaros 2023-06-27 + + Make sure that empty chunk nodes do not affect the parent nodes' bounding box calculation + +Denis Rouzaud 2023-08-16 + + fix test + +Denis Rouzaud 2023-08-15 + + remove Arcgis Map Server + +Denis Rouzaud 2023-08-14 + + Update MetaSearch with new settings API + + fixes #54144 + +Jacky Volpes 2023-08-11 + + Make web viewer work with local files + +Jacky Volpes 2023-08-11 + + Don't delete associated file on download cancellation + +Merge: 35e69ca3fe6 23469569a1b +Matthias Kuhn 2023-08-16 + + Merge pull request #54256 from qgis/backport-54252-to-release-3_32 + + [Backport release-3_32] [DXF] Don't write nan or inf in group codes for X and Y scale factors (Fix #54176) + +Andrea Giudiceandrea 2023-08-15 + + [DXF] Don't write nan or inf in group codes for scale factors + +Andrea Giudiceandrea 2023-08-14 + + Move includes to .cpp + + (cherry picked from commit 499b5fc6a49ba76ea1a9084e379f62f28644dae3) + +Andrea Giudiceandrea 2023-08-14 + + Data Source Manager - Point Cloud: connect Help button to docs + + (cherry picked from commit 85bc2ebfb08dfc84ed20e527541a23807648a84a) + +Andrea Giudiceandrea 2023-08-14 + + Data Source Manager - Metadata: connect Help button to docs + + (cherry picked from commit a6fe7b1402acca6f40040abc4e5c7144d1754690) + +Andrea Giudiceandrea 2023-08-14 + + Data Source Manager - GPS: connect Help button to docs + + (cherry picked from commit 531fe7fb870a5e89225d84b07c4e1042711e83d3) + +Andrea Giudiceandrea 2023-08-14 + + Data Source Manager - Mesh: connect Help button to docs + + (cherry picked from commit daa2dcb97d02726707b6d8a1ffce8e305bcebd57) + +Andrea Giudiceandrea 2023-08-14 + + Data Source Manager - Raster: connect Help button to docs + + (cherry picked from commit c78f27d0cb927b1935598a5da6c5c977c33d70fd) + +Merge: 4b442326ab8 a6711b140d9 +Mathieu Pellerin 2023-08-15 + + Merge pull request #54225 from qgis/backport-54189-to-release-3_32 + + [Backport release-3_32] Improve attributes form with dark themes + +Nyall Dawson 2023-08-11 + + Fix use after free when truncating 3d scene nodes + +Mathieu Pellerin 2023-08-12 + + [ui] Fix QgsExpressionLineEdit's display of valid expression for dark themes + +Mathieu Pellerin 2023-08-12 + + Adjust test + +Mathieu Pellerin 2023-08-11 + + [ui] Fix QgsDateTimeEdit showing clear button in read-only mode and address inconsistency between text edit and date time edit widgets + +Mathieu Pellerin 2023-08-11 + + [themes] Respect read-only and frameless properties + +Mathieu Pellerin 2023-08-11 + + [ui] Improve looks of range (spinbox) wrapper on light/dark themes + +Mathieu Pellerin 2023-08-11 + + [ui] Remove hack-ish styling for text edit wrapper which breaks dark themes + +Andrea Giudiceandrea 2023-08-12 + + [Data Source Manager] Fix tooltips + + Use the QgsSourceSelectProvider `text()` function instead of the `name()` function + +Mathieu Pellerin 2023-08-13 + + [ui] Fix attribute row cache spinbox width (fixes #54201) + +Nyall Dawson 2023-08-13 + + Fix ci + +Yoann Quenach de Quivillic 2023-07-25 + + Fix #53776 - Annotation DPI + +Nyall Dawson 2023-08-09 + + Fix mingw build + +Yoann Quenach de Quivillic 2023-08-07 + + Fix #53988 - Crash when saving layout after removing map + +Jacky Volpes 2023-08-07 + + Fix ci test for AWS S3 + +Nyall Dawson 2023-08-07 + + Fix widget z range restrictions for layer metadata + + Expand the range to allow negative values, set max to >99 + +Mathieu Pellerin 2023-08-06 + + [themes] Fix dark on dark layer tree indicators on Night Mapping + +Mathieu Pellerin 2023-08-06 + + [themes] Fix Night Mapping checkbox and radiobox not friendly to colour blindness + +Nyall Dawson 2023-08-07 + + Add PyQgsExternalStorageAwsS3 to ci blocklist + + The CI setup is no longer working for this test, resulting in + continuous false positives + +Andrea Giudiceandrea 2023-08-06 + + Use localized format to display release date of plugins + +Mathieu Pellerin 2023-08-05 + + [ui] Fix the main window's status bar text color on dark themes + +Mathieu Pellerin 2023-08-05 + + [ui] Fix hard-to-see connecting arrows and text within the processing's model designer + +Mathieu Pellerin 2023-08-05 + + [ui] Fix black labels on black background in the elevation profile canvas + +Mathieu Pellerin 2023-08-05 + + [ui] Fix black labels on black background within color ramp legend items + +Mathieu Pellerin 2023-08-05 + + [ui] Fix source fields' virtual field comment widget on dark themes + +Yoann Quenach de Quivillic 2023-08-03 + + Fix #53990 + +Mathieu Pellerin 2023-08-02 + + [ui] Fix visual glitches when resizing the overview panel + +Alessandro Pasotti 2023-08-04 + + qgis_process: fix unreported deadlock + +Jürgen E. Fischer 2023-08-03 + + grass on windows: + * avoid running grassMm.bat found in the current directory + * avoid finding and running GRASS pager found in the current directory + +Mathieu Pellerin 2023-08-04 + + [themes] Fix black label on dark layout designer ruler issue + +Nyall Dawson 2023-08-04 + + Try to get oracle test passing again + +Nyall Dawson 2023-08-04 + + Moaw space + +Nyall Dawson 2023-08-04 + + Try to free some space + +Jürgen E. Fischer 2023-07-31 + + debian packaging: + * override HOME when running crssync + * use DEB_PYTHON_INSTALL_LAYOUT=deb_system + + (cherry picked from commit 5d68226783508629888c37b74685d61a00285aa1) + +Etienne Trimaille 2023-08-02 + + Remove the password when a layer is not found from the log + +Alessandro Pasotti 2023-08-01 + + OWS Fix unreported regression with credentials + + authcfg/username/password were not correctly read from the settings. + +Merge: 8a9042e732d 76d37735c83 +Mathieu Pellerin 2023-08-02 + + Merge pull request #54017 from qgis/backport-54010-to-release-3_32 + + [Backport release-3_32] [themes] Improve editable spinbox styling so it differs enough from combobox + +Nyall Dawson 2023-07-31 + + Don't show incorred error messages when trying to load optional symbols + from empty DOM elements + +Mathieu Pellerin 2023-08-01 + + [themes] With status bar colors fixed, make our dark theme truly dark + +Mathieu Pellerin 2023-08-01 + + Read app settings slightly earlier so the status bar creation gets the right theme/palette colors + +Mathieu Pellerin 2023-08-01 + + [themes] Fix long-standing issue with Qgs{Color,Font,Ramp,Symbol}Button drop down arrow moving around on mouse hovering + +Mathieu Pellerin 2023-08-01 + + [themes] Harmonize combo and spin boxes as well as color,font,symbol,ramp border colors + +Mathieu Pellerin 2023-08-01 + + [themes] Improve editable spinbox styling so it differs enough from combobox + +Loïc Bartoletti 2023-07-31 + + remove commented block and use QLatin1string with size method instead of QString/length + +Loïc Bartoletti 2023-07-28 + + QgsGeometryUtils: Fix wktReadBlock for EMPTY wkt string + + Relaxed parser to allow more flexible input. + Previously, it accepted 'PointZ EMPTY' but not 'Point Z Empty.' + Now, it also accepts 'Point Z M Empty' while still being permissive compared + to other implementations like PostGIS. + + The correct rule should be: + 'Type Extension Empty|Coordinates' or 'TypeExtension Empty|Coordinates', + rather than 'Type Z M Empty|Coordinates'. + + We maintain the principle that the parser should be lenient. + +Alessandro Pasotti 2023-07-30 + + Fix test + +Alessandro Pasotti 2023-07-28 + + Fix CAD distance units + + Fix #53899 + +Nyall Dawson 2023-07-24 + + Fix exception when running an algorithm which has no parameters + through the toolbox + + We were passing a float to a PyQt method requiring int in newer + Python versions, which raises an exception instead of silently + truncating. + +Nyall Dawson 2023-07-24 + + Fix exceptions encountered when running steps in processing models + are replaced by generic exceptions + + Fixes #53887 + +Nyall Dawson 2023-07-25 + + Silence clang tidy warning + +Nyall Dawson 2023-07-24 + + When interactive move label tools are used on a line layer, don't + force the creation of columns for data defined anchor based placement + if the layer has already been setup with columns for x/y placement + +Nyall Dawson 2023-07-24 + + Fix confusion in angle handling for label results, where angles + in radians were being treated as degrees + + This made an interactive movement of a label shown for a line + segment initially have a quasi-random rotation, instead of + keeping the rotation of the original label + +Nyall Dawson 2023-07-24 + + Fix broken processing script editor actions + + SIP is totally messed up here -- the dialog wrapper or something + is always prematurely cleaned which results in broken QObject + connections throughout. + Hack around this by storing dialog instances in a global list to + prevent too early wrapper garbage collection + +Merge: 95f650ed1ab 2c4993e5bab +Matthias Kuhn 2023-07-26 + + Merge pull request #53944 from qgis/backport-53895-to-release-3_32 + + [Backport release-3_32] Don't segmentize digitized feature if the layer supports curves + +Jacky Volpes 2023-07-20 + + Don't segmentize digitized feature if the layer supports curves + +pathmapper 2023-07-24 + + Avoid redirect + +pathmapper 2023-07-24 + + Fix plugin voting from within plugin manager + + Update URL, check reply status code and use blockingPost to be able to handle redirects. + +Andrea Giudiceandrea 2023-07-22 + + Fix encoding of user expression in Function Editor + + Set it to UTF-8 codec + +Jürgen E. Fischer 2023-07-21 + + Release of 3.32.1 + Jürgen E. Fischer 2023-07-21 translation update for 3.32.1 from transifex diff --git a/debian/changelog b/debian/changelog index 9ec250906327..374b248ffeec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -qgis (3.32.1) UNRELEASED; urgency=medium +qgis (3.32.2) UNRELEASED; urgency=medium + + * Release of 3.32.2 + + -- Jürgen E. Fischer Fri, 18 Aug 2023 14:02:15 +0200 + +qgis (3.32.1) unstable; urgency=medium * Release of 3.32.1 - -- Jürgen E. Fischer Fri, 21 Jul 2023 14:13:30 +0200 + -- Jürgen E. Fischer Fri, 18 Aug 2023 14:02:15 +0200 qgis (3.32.0) unstable; urgency=medium diff --git a/linux/org.qgis.qgis.appdata.xml.in b/linux/org.qgis.qgis.appdata.xml.in index 6457765f2d04..1f714e00b1f1 100644 --- a/linux/org.qgis.qgis.appdata.xml.in +++ b/linux/org.qgis.qgis.appdata.xml.in @@ -19,6 +19,7 @@ QGIS +