Skip to content

Commit

Permalink
Release of 3.34.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 21, 2024
1 parent d2329c1 commit 9164233
Show file tree
Hide file tree
Showing 4 changed files with 270 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 "7")
set(CPACK_PACKAGE_VERSION_PATCH "8")
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
260 changes: 260 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,251 @@
Jürgen E. Fischer <[email protected]> 2024-06-21

translation update for 3.34.8 from transifex

Nyall Dawson <[email protected]> 2024-06-17

Fix tests on newer GEOS

qgis-bot <[email protected]> 2024-06-12

[WFS] Create wfs connection list correctly (#57746)

Fix #57737

Co-authored-by: pathmapper <[email protected]>

qgis-bot <[email protected]> 2024-06-12

[Backport release-3_34] correctly remove connections from settings (#57728)

* correctly remove connections from settings

fixes #56713

* Update qgssettingsregistrycore.cpp

---------

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

Julien Cabieces <[email protected]> 2024-06-04

fix(MapLayer): Avoid crash when error list is empty

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

sipify

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

Update qgsgeometry.sip.in

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

Update qgsgeometry.sip.in

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

fix qgsgeometry.sip.in

Jacky Volpes <[email protected]> 2024-06-03

make addPartWkbType not available in python bindings

Jacky Volpes <[email protected]> 2024-06-03

In addPartWkbType: add Triangle and CircularString + use flatType

Jacky Volpes <[email protected]> 2024-06-03

Add addPartWkbType and use it for QgsCurve addPart (#89)

Fixes #57255.

Dedicated PR will be submitted for master branch
that will aim deprecate all addPart methods of
QgsGeometry and create equivalents V2, using
more precise Qgis::WkbType instead of Qgis::GeometryType.

Loïc Bartoletti <[email protected]> 2024-02-23

QgsMapToolCapture: Use unique_ptr for poly

Loïc Bartoletti <[email protected]> 2024-02-09

QgsMapToolCapture: clone poly

Loïc Bartoletti <[email protected]> 2024-01-10

QgsMapToolCapture: use smart pointer to avoid a memory leak in cadCanvasReleaseEvent

Loïc Bartoletti <[email protected]> 2023-12-04

qgsmaptoolcapture.cpp: fix nullptr check for vlayer

Co-authored-by: Nyall Dawson <[email protected]>

Loïc Bartoletti <[email protected]> 2023-11-22

QgsMapToolCapture: fix a regression introduced in https://github.com/qgis/QGIS/commit/e2e8a1285022478a257c61e92f130b7ad715a591\nCaptured polygon must be converted to straight line if it's not a curve.

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

add test for add part to geometry less features on single geometry type layers

Merge: 9e3dee514d2 d30f366902a
Marco Hugentobler <[email protected]> 2024-06-03

Merge pull request #57364 from qgis/backport-57333-to-release-3_34

[Backport release-3_34] Fix loading of raster styles if the layer/table name is not in the datasource url

Denis Rouzaud <[email protected]> 2024-05-31

Update qgssettingsregistrycore.cpp (#57602)

manual backport of #57585

Alessandro Pasotti <[email protected]> 2024-05-27

Use default font size for arrow symbols

Alessandro Pasotti <[email protected]> 2024-05-24

[ux] Fix labeling small font size freeze

Also tested with linestring.

Fix #57336

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

Fix colors for new diagram categories are not randomly picked

Fixes #56862

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

Update src/app/qgsrelationadddlg.cpp

Co-authored-by: Harrissou Sant-anna <[email protected]>

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

fix help link for relations

Sandro Santilli <[email protected]> 2024-05-14

Fix support for PostGIS-3.2+ directed linear TopoGeometries

References #57419
Lacks testcase

uclaros <[email protected]> 2024-05-09

QGIS does rock, but we need comprehensive examples

uclaros <[email protected]> 2024-05-09

add missing tr to header generated by map_to_html_table expression function

Julien Cabieces <[email protected]> 2024-05-06

fix: Avoid crash when deleting QGIS application

D'Hont René-Luc <[email protected]> 2024-04-23

Tests: Extending QgsProject layer flags test

D'Hont René-Luc <[email protected]> 2024-04-22

QgsProject: The flag to read extent from xml was set too late

The `QgsProject::addLayer` method which add a layer from DOM layer element uses the method `projectFlagsToLayerReadFlags` to get layer read flags from project flags.
The generated layer read flags is used into the `QgsMapLayer::readLayerFromXml` method. This method read the extent from XML only if the `QgsMapLayer::FlagReadExtentFromXml`
flag is set. If it is not set, the layer extent (provided by the provider) and layer extent from xml are empty. So even if the read extent from xml is set to true for vector
layer, the extent will be always provided by the provider if the flag `QgsMapLayer::FlagReadExtentFromXml` is not provided to `QgsMapLayer::readLayerFromXml` method.

To fix it, we proposed to update `QgsProject::projectFlagsToLayerReadFlags` method to provide `QgsMapLayer::FlagReadExtentFromXml` from project flags.

Funded by Tenergie

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

Update external/nmea/parse.c

Mauro Bettella <[email protected]> 2024-04-21

Update parse.c

Update RMC sentence for NMEA v4.1

Mauro Bettella <[email protected]> 2024-04-20

Update RMC NMEA 4.1

new item: navstatus

Alessandro Pasotti <[email protected]> 2024-04-29

Update testqgsogrutils.cpp

Alessandro Pasotti <[email protected]> 2024-04-29

[OGR] Fix load of stored styles

Fix #57251

Mike Krus <[email protected]> 2024-04-26

Fix non-responsive Qt3D overlay

Qt3D overlay is drawn using imgui which is imperative, so Qt3D needs
to cache events until they are needed for the actual rendering of the
overlay, especially since this happens in a different thread.

When render policy is set to OnDemand though, Qt3D does not cache
the entire history of events since the previous update and events can
go missing or come out of sequence, which confuses imgui.

This patch changes the render policy to Always while the overlay is
visible, so it now responds to events. It will also provide more accurate
display of performance data in that mode.

Julien Cabieces <[email protected]> 2024-04-24

fix(Oracle): Properly store credentials in cache

Before this modification, user was added to realm before storing
credentials, so we failed at retrieving from cache when no username
was provided.

Fixes #56535

D'Hont René-Luc <[email protected]> 2024-03-08

[Bugfix] Server GetPrint set HTML content of QgsLayoutItemHtml and not only URL

Since QGIS 3.32, when QGIS and QGIS Server loading Project with old HTML-enabled label items, it was automatically into html items. https://github.com/qgis/QGIS/pull/53192

QGIS Server GetPrint request provides the ability to update label and html items, but for html items, it only accept URL.

QGIS Server was not taken into account the html item content mode, so the automotically migrate old HTML-enabled label items into html items can no longer be modifiable. They were only clear if the value provided is not an URL.

Funded by 3Liz

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

[spatialite] Test getQueryGeometryDetails for geom with Z, M or ZM

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

[SpatiaLite] Fix getQueryGeometryDetails() for Z, M and ZM

Jürgen E. Fischer <[email protected]> 2024-05-17

Release of 3.34.7

Jürgen E. Fischer <[email protected]> 2024-05-17

translation update for 3.34.7 from transifex
Expand All @@ -22,6 +270,18 @@ Matthias Kuhn <[email protected]> 2024-05-08

Add safety check, avoid crash

Marco Hugentobler <[email protected]> 2024-05-07

Add helper function to get layer name and use identifier only for gpkg

Marco Hugentobler <[email protected]> 2024-05-03

Fix it in other places too

Marco Hugentobler <[email protected]> 2024-05-03

Fix loading of raster styles if the layer/table name is not in the provider uri

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

Fix misleading error when exporting vector features
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.7) UNRELEASED; urgency=medium
qgis (3.34.8) UNRELEASED; urgency=medium

* Release of 3.34.8

-- Jürgen E. Fischer <[email protected]> Fri, 21 Jun 2024 14:01:23 +0200

qgis (3.34.7) unstable; urgency=medium

* Release of 3.34.7

-- Jürgen E. Fischer <[email protected]> Fri, 17 May 2024 13:32:01 +0200
-- Jürgen E. Fischer <[email protected]> Fri, 21 Jun 2024 14:01:23 +0200

qgis (3.34.6) 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.8" date="2024-06-21" />
<release version="3.34.7" date="2024-05-17" />
<release version="3.34.6" date="2024-04-19" />
<release version="3.34.5" date="2024-03-22" />
Expand Down

0 comments on commit 9164233

Please sign in to comment.