diff --git a/CMakeLists.txt b/CMakeLists.txt index eedb8923daa9..da74fe4200a6 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 "28") -set(CPACK_PACKAGE_VERSION_PATCH "10") +set(CPACK_PACKAGE_VERSION_PATCH "11") set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}) set(RELEASE_NAME "Firenze") project(qgis VERSION ${COMPLETE_VERSION}) diff --git a/ChangeLog b/ChangeLog index 08655b88849c..50b80b2ca41a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +Jürgen E. Fischer 2023-09-15 + + translation update for 3.28.11 from transifex + +Andrea Giudiceandrea 2023-09-10 + + Workaround for mingw build + +bdm-oslandia 2023-09-06 + + fix(qgsrectangle): isNull was checking ymin twice and not ymax. + + Add isNull test in testqgsrectangle.cpp + +Andrea Giudiceandrea 2023-09-04 + + Fix QgsLinestring::extend function + + Update the boundingbox when needed + +Mathieu Pellerin 2023-09-04 + + [themes] Fix combobox focus color, read-only line edit text, and combo box list separator + +Andrea Giudiceandrea 2023-09-04 + + Fix incorrect dates shown in Processing history log + +Jürgen E. Fischer 2023-08-31 + + postgres provider: fix saving styles (fixed elsewhere with c80a0d669fb693f) + +Jürgen E. Fischer 2023-08-25 + + add Azerbaijan flag + +Mathieu Pellerin 2023-08-24 + + [ui][symbology] Fix customized graduated renderer label format and precision not restored (fixes #54255) + +Andrea Giudiceandrea 2023-08-24 + + [layout] set clear value to 0 for grid offset spinboxes + +Nyall Dawson 2023-08-21 + + Fix crash when trying to request features from invalid GPX layer + + Fixes #54021 + +Merge: 09a302a6ca5 02b7183eb3c +Nyall Dawson 2023-08-21 + + Merge pull request #54299 from qgis/queued_ltr_backports + + Queued ltr backports 3.28.11 + +Nyall Dawson 2023-08-18 + + Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen + +Nyall Dawson 2023-08-15 + + Fix messed up enum documentation in generated doxygen outputs + +Jürgen E. Fischer 2023-08-18 + + Release of 3.28.10 + Jürgen E. Fischer 2023-08-18 translation update for 3.28.10 from transifex @@ -8,6 +77,72 @@ Nyall Dawson 2023-08-17 Fixes #53774 +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-14 + + Data Source Manager - GeoNode: connect Help button to docs + +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) + +Nyall Dawson 2023-08-09 + + Fix mingw build + + (cherry picked from commit 2a4a4b69475f9ae7d00880a6d3434f723a2a52c1) + Nyall Dawson 2023-08-09 Fix mingw build @@ -26,6 +161,10 @@ 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-08-07 Fix #53988 - Crash when saving layout after removing map @@ -69,6 +208,10 @@ 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 @@ -91,6 +234,10 @@ Nyall Dawson 2023-08-04 Try to get oracle test passing again +Nyall Dawson 2023-08-04 + + Try to get oracle test passing again + Nyall Dawson 2023-08-04 Moaw space @@ -99,6 +246,18 @@ Nyall Dawson 2023-08-04 Try to free some space +Nyall Dawson 2023-08-04 + + Moaw space + +Nyall Dawson 2023-08-04 + + Try to free some space + +Etienne Trimaille 2023-08-02 + + Remove the password when a layer is not found from the log + Jürgen E. Fischer 2023-07-31 debian packaging: @@ -134,6 +293,39 @@ 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. + +Nyall Dawson 2023-07-25 + + Silence clang tidy warning + + (cherry picked from commit f7c9184b2acc45f61fb33f873bf7468673e4d834) + +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 + + (cherry picked from commit b1310540815b24aaf4bed714b87d0869c82ef51f) + Nyall Dawson 2023-07-24 Fix exception when running an algorithm which has no parameters @@ -150,6 +342,15 @@ Nyall Dawson 2023-07-24 Fixes #53887 +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 + Andrea Giudiceandrea 2023-07-22 Fix encoding of user expression in Function Editor diff --git a/debian/changelog b/debian/changelog index 07380983bc56..cd5888801fd8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -qgis (3.28.10) UNRELEASED; urgency=medium +qgis (3.28.11) UNRELEASED; urgency=medium + + * Release of 3.28.11 + + -- Jürgen E. Fischer Fri, 15 Sep 2023 14:03:50 +0200 + +qgis (3.28.10) unstable; urgency=medium * Release of 3.28.10 - -- Jürgen E. Fischer Fri, 18 Aug 2023 14:01:59 +0200 + -- Jürgen E. Fischer Fri, 15 Sep 2023 14:03:50 +0200 qgis (3.28.9) unstable; urgency=medium diff --git a/linux/org.qgis.qgis.appdata.xml.in b/linux/org.qgis.qgis.appdata.xml.in index 6688f61baa51..3deaa79b446b 100644 --- a/linux/org.qgis.qgis.appdata.xml.in +++ b/linux/org.qgis.qgis.appdata.xml.in @@ -19,6 +19,7 @@ QGIS +