Skip to content

Commit

Permalink
Release of 3.34.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 13, 2024
1 parent 51f8794 commit 2904bce
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
174 changes: 174 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,177 @@
Jürgen E. Fischer <jef@norbit.de> 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 <andreaerdna@libero.it>

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-09-10

[processing] Fix native:extractbinary output folder

Mathieu Pellerin <nirvn.asia@gmail.com> 2024-09-09

[processing] Fix points to path algorithm's handling of text folder output's temporary destination

Mathieu Pellerin <nirvn.asia@gmail.com> 2024-09-09

[processing] Add the text directory output for points to path alg. when user sets one

Mathieu Pellerin <nirvn.asia@gmail.com> 2024-09-09

[ui] Fix unreadable text in the 'Font Install Failed' dialog under night mapping theme

Mathieu Pellerin <nirvn.asia@gmail.com> 2024-09-08

[temporal] Fix temporal animation export (inc. decorations) on high DPI screens

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-09-08

add comment

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-09-08

create a copy of the list to delete children

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-09-08

add test for settings unregistration

Merge: 7d81bde3e4e 1d49f0b75a2
Alexander Bruy <alexander.bruy@gmail.com> 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 <pathmapper@posteo.de> 2024-09-04

[metasearch] Fix missing import

fix https://github.com/qgis/QGIS/issues/47823

qgis-bot <bot@qgis.org> 2024-08-30

auto sipify 🍺

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-08-29

Adapt backport to release-3_34 branch

Nyall Dawson <nyall.dawson@gmail.com> 2024-06-26

Try another workaround for windows

Nyall Dawson <nyall.dawson@gmail.com> 2024-06-24

Fix automatic font download on Windows

Nyall Dawson <nyall.dawson@gmail.com> 2024-04-16

Add Google Fonts processing script

Nyall Dawson <nyall.dawson@gmail.com> 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 <jef@norbit.de> 2024-08-28

debian packaging: include pdal support for noble-ubuntugis (fixes #58485)

(cherry picked from commit 4a1540ed37f8df716cf1b7422608825c455eccc5)

Mathieu Pellerin <nirvn.asia@gmail.com> 2024-08-26

[expression] Fix eval_template() not working with field caltulator and virtual fields

bdm-oslandia <benoit.de.mezzo@oslandia.com> 2024-08-20

fix(qgshttpheaders): add backward compatibility in setFromUrlQuery

Nyall Dawson <nyall.dawson@gmail.com> 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 <even.rouault@spatialys.com> 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 <nyall.dawson@gmail.com> 2024-08-13

Fix utf8 converion in QgsVectorFileWriter

Fixes #58363

Andrea Giudiceandrea <andreaerdna@libero.it> 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 <andreaerdna@libero.it> 2024-07-26

Always request the version info from the Network

Nyall Dawson <nyall.dawson@gmail.com> 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 <nyall.dawson@gmail.com> 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 <alexander.bruy@gmail.com> 2024-07-18

use WKB type instead of geometry type when saving and restoring layer metadata

Nyall Dawson <nyall.dawson@gmail.com> 2024-08-17

Don't use docker-compose

Mathieu Pellerin <nirvn.asia@gmail.com> 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 <jef@norbit.de> 2024-08-16

Release of 3.34.10

Jürgen E. Fischer <jef@norbit.de> 2024-08-16

translation update for 3.34.10 from transifex
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <jef@norbit.de> Fri, 13 Sep 2024 14:01:54 +0200

qgis (3.34.10) unstable; urgency=medium

* Release of 3.34.10

-- Jürgen E. Fischer <jef@norbit.de> Fri, 16 Aug 2024 14:14:34 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 13 Sep 2024 14:01:54 +0200

qgis (3.34.9) unstable; urgency=medium

Expand Down
1 change: 1 addition & 0 deletions linux/org.qgis.qgis.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<project_group>QGIS</project_group>
<releases>
<release version="3.34.11" date="2024-09-13" />
<release version="3.34.10" date="2024-08-16" />
<release version="3.34.9" date="2024-07-19" />
<release version="3.34.8" date="2024-06-21" />
Expand Down

0 comments on commit 2904bce

Please sign in to comment.