Skip to content

Commit

Permalink
Release of 3.34.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 17, 2024
1 parent 6df2c40 commit 6f7d735
Show file tree
Hide file tree
Showing 4 changed files with 90 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 "6")
set(CPACK_PACKAGE_VERSION_PATCH "7")
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
80 changes: 80 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,83 @@
Jürgen E. Fischer <jef@norbit.de> 2024-05-17

translation update for 3.34.7 from transifex

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

Don't run tests relying on badssl.com on CI

This service is constantly timing out and causing false positive test failures

Harrissou Sant-anna <delazj@gmail.com> 2024-05-16

Fix East and West coordinates were flipped

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-05-13

Allow to set network cache size >= 2 GiB

and < 2TiB

Matthias Kuhn <matthias@opengis.ch> 2024-05-08

Add safety check, avoid crash

Nyall Dawson <nyall.dawson@gmail.com> 2024-05-01

Fix misleading error when exporting vector features

This has nothing to do with "drawing"

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

[layout] Fix html item freeze QGIS when loading HTML undet Qt6/QtWebkit-less environments

Matthias Kuhn <matthias@opengis.ch> 2024-05-01

Apply suggestions from code review

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

Matthias Kuhn <matthias@opengis.ch> 2024-04-30

Do not include private header from public header

Harrissou Sant-anna <delazj@gmail.com> 2024-04-30

Fix typo

Even Rouault <even.rouault@spatialys.com> 2024-04-29

macos-build.yml: select macos-13 to get x64 build

GHA has recently switched the macos-latest alias to be macos-14 which is OSX Arm64. macos-13 is x64 architecture instead

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-04-20

[DB Manager] Avoid printing HTML code in the Python console

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

Better reporting for invalid field names for some algorithms

CodeBardian <codebardian@gmail.com> 2024-03-25

access column header from source model

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

Ensure Refresh action is shown for Geopackage connection items

Fixes #51523

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

[ui] Fix floating dock panels hidden when toggling reduced view

Jürgen E. Fischer <jef@norbit.de> 2024-04-19

Release of 3.34.6

Jürgen E. Fischer <jef@norbit.de> 2024-04-19

translation update for 3.34.6 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.6) UNRELEASED; urgency=medium
qgis (3.34.7) UNRELEASED; urgency=medium

* Release of 3.34.7

-- Jürgen E. Fischer <jef@norbit.de> Fri, 17 May 2024 13:32:01 +0200

qgis (3.34.6) unstable; urgency=medium

* Release of 3.34.6

-- Jürgen E. Fischer <jef@norbit.de> Fri, 19 Apr 2024 14:01:44 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 17 May 2024 13:32:01 +0200

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

0 comments on commit 6f7d735

Please sign in to comment.