diff --git a/CMakeLists.txt b/CMakeLists.txt index d4cbcbf5a329..53b0cf81ae18 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 "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 "Prizren") project(qgis VERSION ${COMPLETE_VERSION}) diff --git a/ChangeLog b/ChangeLog index 9f6b52f43b73..d42254dcc097 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,177 @@ +Jürgen E. Fischer 2024-09-13 + + translation update for 3.34.11 from transifex + +qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2024-09-12 + + Fix Geometry Generator expression button's icon (#58670) + + Co-authored-by: Andrea Giudiceandrea + +Andrea Giudiceandrea 2024-09-10 + + [processing] Fix native:extractbinary output folder + +Mathieu Pellerin 2024-09-09 + + [processing] Fix points to path algorithm's handling of text folder output's temporary destination + +Mathieu Pellerin 2024-09-09 + + [processing] Add the text directory output for points to path alg. when user sets one + +Mathieu Pellerin 2024-09-09 + + [ui] Fix unreadable text in the 'Font Install Failed' dialog under night mapping theme + +Mathieu Pellerin 2024-09-08 + + [temporal] Fix temporal animation export (inc. decorations) on high DPI screens + +Denis Rouzaud 2024-09-08 + + add comment + +Denis Rouzaud 2024-09-08 + + create a copy of the list to delete children + +Denis Rouzaud 2024-09-08 + + add test for settings unregistration + +Merge: 7d81bde3e4e 1d49f0b75a2 +Alexander Bruy 2024-09-05 + + Merge pull request #58581 from qgis/backport-58576-to-release-3_34 + + [Backport release-3_34] [metasearch] Fix missing import + +Björn 2024-09-04 + + [metasearch] Fix missing import + + fix https://github.com/qgis/QGIS/issues/47823 + +qgis-bot 2024-08-30 + + auto sipify 🍺 + +Andrea Giudiceandrea 2024-08-29 + + Adapt backport to release-3_34 branch + +Nyall Dawson 2024-06-26 + + Try another workaround for windows + +Nyall Dawson 2024-06-24 + + Fix automatic font download on Windows + +Nyall Dawson 2024-04-16 + + Add Google Fonts processing script + +Nyall Dawson 2024-04-12 + + Download Google fonts from github, not broken Google fonts download url + + Note that not all fonts available from Google fonts are present on + the github repo for some reason, eg Open Sans Condensed is not. + + Fixes #57070 + +Jürgen E. Fischer 2024-08-28 + + debian packaging: include pdal support for noble-ubuntugis (fixes #58485) + + (cherry picked from commit 4a1540ed37f8df716cf1b7422608825c455eccc5) + +Mathieu Pellerin 2024-08-26 + + [expression] Fix eval_template() not working with field caltulator and virtual fields + +bdm-oslandia 2024-08-20 + + fix(qgshttpheaders): add backward compatibility in setFromUrlQuery + +Nyall Dawson 2024-07-09 + + Fix PDF export size of elevation plots + + QPdfWriter doesn't return the output resolution as the device + physicalDpiX(?!), so let's hack around this by just setting + the output resolution to match the value reported by + physicalDpiX... + + Fixes #57880 + +Even Rouault 2024-08-14 + + OAuth2 configuration: trim leading/trailing blanks from most parameters set from UI to avoid weird issues + + I've been bitten by deadlock/crashes (in + src/auth/oauth2/core/qgsauthoauth2method.cpp, and with messages about + O2ReplyServer parent thread not being the current one), when erroneously inserting + a space character before the OAuth2 refresh token URL (' + https://something'). Removing it makes things work nicely. + + So while this doesn't fix a potential more fundamental threading issue in some scenarios, this at + least avoids this weird error. + +Nyall Dawson 2024-08-13 + + Fix utf8 converion in QgsVectorFileWriter + + Fixes #58363 + +Andrea Giudiceandrea 2024-08-06 + + [processing][grass] Fix r.colors (color or rules or raster parameter) + + Allow to use either the color parameter or the rules parameter or the raster parameter + +Andrea Giudiceandrea 2024-07-26 + + Always request the version info from the Network + +Nyall Dawson 2024-07-23 + + [wms] Allow type=wmts param in layer uri to request wmts handling + + If no explicit tileMatrixSet is requested, and no other wmts + specific params are specified (eg tileDimensions), then allow + use of a "type=wmts" param to explicitly indicate that the layer's + URI should be treated as a wmts source. + +Nyall Dawson 2024-07-23 + + [wms] Don't require an explicit tileMatrixSet URI param for WMTS + + When no explicit WMTS tileMatrixSet is specified, use the first + returned by the GetCapabilities request. This allows creation + of raster layers with no upfront knowledge of the available + tile matrix sets, and avoids the need for Python scripts to + manually retrieve and parse the GetCapabilities in advance in + order to determine available tile set IDs. + +Alexander Bruy 2024-07-18 + + use WKB type instead of geometry type when saving and restoring layer metadata + +Nyall Dawson 2024-08-17 + + Don't use docker-compose + +Mathieu Pellerin 2024-08-16 + + [gui][code editor] Fix lack of styling for python lexer's unclosed strings and f-strings causing issues with dark themes + +Jürgen E. Fischer 2024-08-16 + + Release of 3.34.10 + Jürgen E. Fischer 2024-08-16 translation update for 3.34.10 from transifex diff --git a/debian/changelog b/debian/changelog index 11ac06e2feda..29603629464e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -qgis (3.34.10) UNRELEASED; urgency=medium +qgis (3.34.11) UNRELEASED; urgency=medium + + * Release of 3.34.11 + + -- Jürgen E. Fischer Fri, 13 Sep 2024 14:01:54 +0200 + +qgis (3.34.10) unstable; urgency=medium * Release of 3.34.10 - -- Jürgen E. Fischer Fri, 16 Aug 2024 14:14:34 +0200 + -- Jürgen E. Fischer Fri, 13 Sep 2024 14:01:54 +0200 qgis (3.34.9) unstable; urgency=medium diff --git a/linux/org.qgis.qgis.appdata.xml.in b/linux/org.qgis.qgis.appdata.xml.in index de91a52cac14..6e96fd45010c 100644 --- a/linux/org.qgis.qgis.appdata.xml.in +++ b/linux/org.qgis.qgis.appdata.xml.in @@ -19,6 +19,7 @@ QGIS +