Skip to content

Commit

Permalink
Release of 3.34.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 22, 2024
1 parent 9ba08a6 commit 4b30849
Show file tree
Hide file tree
Showing 4 changed files with 242 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 "4")
set(CPACK_PACKAGE_VERSION_PATCH "5")
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
232 changes: 232 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,235 @@
Jürgen E. Fischer <[email protected]> 2024-03-22

translation update for 3.34.5 from transifex

Nyall Dawson <[email protected]> 2024-03-20

Update src/core/layout/qgslayoutatlas.cpp

Co-authored-by: Andrea Giudiceandrea <[email protected]>

Andrea Giudiceandrea <[email protected]> 2024-03-18

[layout] Fix hidden coverage layer

Nyall Dawson <[email protected]> 2024-03-12

Add test for handling attribute values in identify dock

Refs #55311

Nyall Dawson <[email protected]> 2024-03-12

Fix copying non-field values from identify results

Fixes #55311

Nyall Dawson <[email protected]> 2024-03-12

Use common method to retrieve identified attribute values

Nyall Dawson <[email protected]> 2024-03-12

Remove unused method

Nyall Dawson <[email protected]> 2024-03-12

Simplify code

Denis Rouzaud <[email protected]> 2024-03-15

fix GH build cache on 3.34

Mathieu Pellerin <[email protected]> 2024-03-08

[core] Fix QgsMapSettingsUtils::worldFileParameters function not taking device pixel ratio into account

Jean Felder <[email protected]> 2024-03-08

qgsfeaturelistcombobox: Reset the combobox when the search is cleared

After a search in a QgsFeatureListComboBox the result are correctly
displayed in the combobox. However, after clicking on the clear
button of the `QgsFilterLineEdit`, the search result is still
displayed in the combo box.

This issue is fixed by resetting the model when the
`QgsFilterLineEdit` is cleared.

Closes: https://github.com/qgis/QGIS/issues/56773

Mathieu Pellerin <[email protected]> 2024-03-08

[app] Fix zoom to [raster] layer native resolution on high DPI screens

Merge: d9dfc99ad0e d6493f7f00d
Even Rouault <[email protected]> 2024-03-08

Merge pull request #56765 from qgis/backport-56761-to-release-3_34

[Backport release-3_34] Fix compilation with proj 9.4+

Nyall Dawson <[email protected]> 2024-03-08

Fix compilation with proj 9.4+

Alessandro Pasotti <[email protected]> 2024-02-15

SHP: Fix unreported issue with spatialindex

When the spatialindex did not exist and it is created
when the file is in edit mode the spatialindex was not
recreated when editing finshed.

Followup: #53186

Merge: 3a8313d8045 0ecf39bc46b
Even Rouault <[email protected]> 2024-03-06

Merge pull request #56710 from qgis/backport-56704-to-release-3_34

[Backport release-3_34] Fix crash in stats dock when layer is removed and field combo box is clicked

Nyall Dawson <[email protected]> 2024-03-05

Fix crash in stats dock when layer is removed and field combo box is clicked

Andrea Giudiceandrea <[email protected]> 2024-03-04

Fix Statistics Panel incorrect missing (null) numerical values count

Denis Rouzaud <[email protected]> 2024-03-04

better cache

Denis Rouzaud <[email protected]> 2024-03-04

fix OGC builds

Nyall Dawson <[email protected]> 2024-03-01

Fix window focus after renaming views

Nyall Dawson <[email protected]> 2024-03-01

Fix renaming secondary map canvases

Fixes #56602

Andrea Giudiceandrea <[email protected]> 2024-03-02

Fix QgsProcessingFeatureSourceDefinition::geometryCheck description

uclaros <[email protected]> 2024-03-01

propagate ept index errors to the provider

Merge: cbad51059bd a74c9420887
Even Rouault <[email protected]> 2024-03-03

Merge pull request #56643 from qgis/backport-56642-to-release-3_34

[Backport release-3_34] Check that feedback exists before checking isCanceled in convertToCompatibleFormatInternal

qgis-bot <[email protected]> 2024-03-02

fix image id in OGC build (#56649)

Co-authored-by: Denis Rouzaud <[email protected]>

Denis Rouzaud <[email protected]> 2024-03-02

fix ref name

Denis Rouzaud <[email protected]> 2024-03-02

fix ref name

Denis Rouzaud <[email protected]> 2024-03-02

fix ref name

Nicolas Godet <[email protected]> 2024-03-02

Check that feedback exists

qgis-bot <[email protected]> 2024-03-02

also fix OGC cache (#56638)

Co-authored-by: Denis Rouzaud <[email protected]>

qgis-bot <[email protected]> 2024-03-01

stop saving mingw and macos build caches in pull requests (#56623)

Co-authored-by: Denis Rouzaud <[email protected]>

Denis Rouzaud <[email protected]> 2024-03-01

correctly migrate old settings (#56611)

* correctly migrate old settings

by not checking if the setting already exist

* fix lower/uppper case settings key in connections

* do not copy setting value if equals to default

* fix merge

* do not overwrite already defined setting

Mathieu Pellerin <[email protected]> 2024-02-26

Address review

Mathieu Pellerin <[email protected]> 2024-02-26

[network logger] Insure the actual request URL is properly reflected in the logger

Even Rouault <[email protected]> 2024-02-27

[Server] [WFS3] Properly validate limit parameter to avoid a potential bypass

Andrea Giudiceandrea <[email protected]> 2024-02-27

[processing] Fix "Extract vertices" alg help text

Andrea Giudiceandrea <[email protected]> 2024-02-27

[processing] Fix "Extract specific vertices" alg help text

Also incorporates dca30bd25360fc67a19f13f5f86cbdbc5300a78f from https://github.com/qgis/QGIS/pull/55996)

Merge: 1e052ed1f5e 8add4e4ac39
Even Rouault <[email protected]> 2024-02-27

Merge pull request #56526 from qgis/backport-56492-to-release-3_34

[Backport release-3_34] Fix saving " and \ to ArcGIS REST sources

Nyall Dawson <[email protected]> 2024-02-23

Fix saving " and \ to ArcGIS REST sources

Seems these characters must be escaped before encoding

Fixes #55946

Nyall Dawson <[email protected]> 2024-02-23

Regenerate primary keys for Split Lines by Length outputs

Fixes #56486

(cherry picked from commit a738296d6c79fddcbf450a2ed5c82bba52753e58)

Jürgen E. Fischer <[email protected]> 2024-02-23

Release of 3.34.4

Jürgen E. Fischer <[email protected]> 2024-02-23

translation update for 3.34.4 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.4) UNRELEASED; urgency=medium
qgis (3.34.5) UNRELEASED; urgency=medium

* Release of 3.34.5

-- Jürgen E. Fischer <[email protected]> Fri, 22 Mar 2024 14:23:25 +0100

qgis (3.34.4) unstable; urgency=medium

* Release of 3.34.4

-- Jürgen E. Fischer <[email protected]> Fri, 23 Feb 2024 13:03:26 +0100
-- Jürgen E. Fischer <[email protected]> Fri, 22 Mar 2024 14:23:25 +0100

qgis (3.34.3) 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.5" date="2024-03-22" />
<release version="3.34.4" date="2024-02-23" />
<release version="3.34.3" date="2024-01-19" />
<release version="3.34.2" date="2023-12-22" />
Expand Down

0 comments on commit 4b30849

Please sign in to comment.