Skip to content

Commit

Permalink
Release of 3.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 22, 2023
1 parent 9651a67 commit 7d19979
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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 "1")
set(CPACK_PACKAGE_VERSION_PATCH "2")
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
265 changes: 265 additions & 0 deletions ChangeLog
@@ -1,3 +1,252 @@
Jürgen E. Fischer <jef@norbit.de> 2023-12-22

translation update for 3.34.2 from transifex

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-20

Update tests

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-19

Fix shininess parameter ignored when data defined colors
are activated for phong shader

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-19

Update src/3d/chunks/qgschunknode_p.cpp

Co-authored-by: Stefanos Natsis <uclaros@gmail.com>

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-18

Don't treat AABB with any non-zero extents as empty

This causes nodes to disappear when they contain data which sits
completely within a flat plane. (Eg point billboard symbols, where
the z range will always be 0)

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-05

Resync tinygltf to upstream

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-05

Fix rendering elevation profiles in layouts with 0 label intervals

Fixes #55507

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-04

Fix crash when generating profile of 2d line using line as curve

Fixes #55496

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-13

Don't initially sort the feature list in attribute table

While this may be desirable from a UX point of view, it's incredibly
expensive to do so because it force calls QgsAttributeTableModel::prefetchSortData
which triggers a complete iteration over the ENTIRE table upfront.
This iteration occurs in a blocking manner, so we don't even get
the yuck processEvent based progress bar dialog which does give
some option to cancel the table opening.

Better to not sort initially, and incur this cost only when the
user chooses to sort.

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-13

Fix bad storage of xyz connection parameters

Julien Cabieces <julien.cabieces@oslandia.com> 2023-12-20

[PyQt6] Fix QAction & QShortcut which live in a different module

Merge: e87fe4285b8 990697f7324
Loïc Bartoletti <lbartoletti@users.noreply.github.com> 2023-12-21

Merge pull request #55380 from qgis/backport-55333-to-release-3_34

[Backport release-3_34] qgswfsparameters: Ensure to get the default value on wrong version

AlisterH <alister.hood@gmail.com> 2023-12-19

Update style.qss

Fix spinbox padding in Night Mapping theme

AlisterH <alister.hood@gmail.com> 2023-12-19

Update style.qss

Fix spinbox padding in Blend of Gray theme

Merge: 24cbec773c9 6a433d28066
Matthias Kuhn <matthias@opengis.ch> 2023-12-20

Merge pull request #55670 from qgis/backport-55666-to-release-3_34

[Backport release-3_34] [processing] Extract vertices: fix crash with empty polygons

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-12-19

[processing] Fix "Extract specific vertices" (native:extractspecificvertices) alg

Fix inconsistent behaviour with input null and empty geometries

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-12-19

[processing] Fix "Extract vertices" (native:extractvertices) alg

Fix crash with input empty polygons
Fix inconsistent behaviour with input null and empty geometries

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-13

Ensure layer renderer is removed when changing data source
from a spatial to a non-spatial type

Yoann Quenach de Quivillic <yoann.quenach@gmail.com> 2023-12-12

Fix en language in non EN systems

DelazJ <delazj@gmail.com> 2023-12-12

Add/reword labels in topology checker dialogs

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-12

Ensure more specialised exceptions are raised in PyQGIS

instead of the generic QgsException one
Refs warning in https://github.com/qgis/QGIS/issues/55481#issuecomment-1849001802

```
/tmp/work/geography/qgis/work/qgis-3.28.13/build/python/core/build/_core/sip_corepart0.cpp:38168: warning: exception of type 'QgsProviderConnectionException' will be caught
38168 | catch (QgsProviderConnectionException &sipExceptionRef)
|
/tmp/work/geography/qgis/work/qgis-3.28.13/build/python/core/build/_core/sip_corepart0.cpp:38158: warning: by earlier handler for 'QgsException'
38158 | catch (QgsException &sipExceptionRef)
```

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-12-07

[processing] Generate XYZ tiles: fix bakcground color warning

Alessandro Pasotti <elpaso@itopen.it> 2023-12-05

RAT: fix styling panel when no RAT is available

Fix #55503
Fix #55500

Nyall Dawson <nyall.dawson@gmail.com> 2023-12-04

Fix typo

Alexander Bruy <alexander.bruy@gmail.com> 2023-11-30

collect points as a list of QgsMultiPoint

Alexander Bruy <alexander.bruy@gmail.com> 2023-11-29

add test

Alexander Bruy <alexander.bruy@gmail.com> 2023-11-28

fix broken voronoi polygon algorithm when source attributes are not
copied (fix #55450)

Nyall Dawson <nyall.dawson@gmail.com> 2023-11-29

Fix another time related crash with certain layer types

Nyall Dawson <nyall.dawson@gmail.com> 2023-11-29

Fix crash when 3d map is open and temporal controller mode is changed
and project contains layers which aren't vector/raster/mesh

Etienne Trimaille <gustrimaille@yahoo.fr> 2023-11-27

When a creating a new PG connection, use SSL prefer

Nyall Dawson <nyall.dawson@gmail.com> 2023-11-27

Fix permissions on report files

(cherry picked from commit 53aace1dd592df8609cd3f85555ec270b3bb1672)

Mathieu Pellerin <nirvn.asia@gmail.com> 2023-11-08

Apply suggestion

Mathieu Pellerin <nirvn.asia@gmail.com> 2023-11-03

[editor widgets] Fix QML editor widget not responsive to attribute changes

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-11-27

Fix Qgis.SettingsOrigin enum values description

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-11-27

[Georeferencer] Fix successful georeferencing message

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-11-26

Georeferencer: always include RMS error value in report

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-11-26

Georeferencer: make the text in the PDF report selectable

DelazJ <delazj@gmail.com> 2023-11-24

Fix more links

DelazJ <delazj@gmail.com> 2023-11-20

Add help link for User profile settings

Harrissou Sant-anna <delazj@gmail.com> 2023-11-20

Add more direct links to other settings tabs

Harrissou Sant-anna <delazj@gmail.com> 2023-11-20

Use links to internal anchors instead of user visible title

Nyall Dawson <nyall.dawson@gmail.com> 2023-11-15

Add help page keys for more settings tabs

Germap <gcarrillo@linuxmail.org> 2023-11-18

Update qgsfunction.py, homogenize referenced_columns subsection

Germap <gcarrillo@linuxmail.org> 2023-11-17

Update python/core/additions/qgsfunction.py

Avoid using 'slightly' since this could be a considerable performance improvement depending on the provider.

Co-authored-by: Matthias Kuhn <matthias@opengis.ch>

Germán Carrillo <gcarrillo@linuxmail.org> 2023-11-02

Avoid None as value for referenced_columns (use empty list instead) in qgsfunction.py documentation

Alessandro Pasotti <elpaso@itopen.it> 2023-10-26

Fix WMS multiple layers

Fix #55042

Jürgen E. Fischer <jef@norbit.de> 2023-11-24

Release of 3.34.1

Jürgen E. Fischer <jef@norbit.de> 2023-11-24

translation update for 3.34.1 from transifex
Expand All @@ -18,6 +267,22 @@ Germap <gcarrillo@linuxmail.org> 2023-11-22

Fix #39828

Jean Felder <jean.felder@oslandia.com> 2023-11-20

qgswfsparameters: Ensure to get the default value on wrong version

`QgsWfsParameters::versionAsNumber` creates a `QgsProjectVersion` from
the version number defined in the request `VERSION` parameter. If the
version is not defined, the version 1.1.0 is used.
However, if the version number defined in the `VERSION` parameter is
not handled by QGIS (for example 2.0.0), the `QgsProjectVersion` is
nver populated which corresponds to use version 0.0.0 instead of
1.1.0, the default value.

This issue is fixed by always using version number 1.1.0 if the list
of handled versions (`mVersions`) does not contain the requested
version.

Jacky Volpes <jacky.volpes@oslandia.com> 2023-11-22

Fix Oracle syntax when estimating feature count on views
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (3.34.1) UNRELEASED; urgency=medium
qgis (3.34.2) UNRELEASED; urgency=medium

* Release of 3.34.2

-- Jürgen E. Fischer <jef@norbit.de> Fri, 22 Dec 2023 13:04:08 +0100

qgis (3.34.1) unstable; urgency=medium

* Release of 3.34.1

-- Jürgen E. Fischer <jef@norbit.de> Fri, 24 Nov 2023 13:06:12 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 22 Dec 2023 13:04:08 +0100

qgis (3.34.0) unstable; urgency=medium

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

<project_group>QGIS</project_group>
<releases>
<release version="3.34.2" date="2023-12-22" />
<release version="3.34.1" date="2023-11-24" />
<release version="3.34.0" date="2023-10-27" />
<release version="3.32.0" date="2023-06-23" />
Expand Down

0 comments on commit 7d19979

Please sign in to comment.