Skip to content

Commit

Permalink
Release of 3.34.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 19, 2024
1 parent 4f29b4d commit cbbc7bd
Show file tree
Hide file tree
Showing 4 changed files with 123 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 "8")
set(CPACK_PACKAGE_VERSION_PATCH "9")
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
113 changes: 113 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,116 @@
Jürgen E. Fischer <[email protected]> 2024-07-19

translation update for 3.34.9 from transifex

Jürgen E. Fischer <[email protected]> 2024-07-18

debian packaging: include sipify.yaml (followup 6e9933145a)

qgis-bot <[email protected]> 2024-07-16

auto sipify 🍺

Denis Rouzaud <[email protected]> 2024-07-16

Adds a file to hold a map from class/method to headerfile (#58130)

* Adds a file to hold a map from class/method to headerfile (#58054)

* create map file for class / header files for PyQGIS API docs

* create map files

* install file

* add line numbers

* also add methods

* wait to sort

* more methods

* fix CMakeLists install

* fix sorting

* fix spell check

* remove map files for Qt6

* Revert "remove map files for Qt6"

This reverts commit 972f483410f556d1735a2070943b8ad9e2522c5e.

* do not test class_map files + auto sipify_all on branches

* fix warning

* fix sipify bot

* fix warning

* no error if nothing to commit

Merge: 50a81193e54 16022e6ebe0
Alexander Bruy <[email protected]> 2024-07-15

Merge pull request #58098 from qgis/backport-58096-to-release-3_34

[Backport release-3_34] [processing] Fix buffer algorithm's primary key collision

Mathieu Pellerin <[email protected]> 2024-07-13

[processing] Fix buffer algorithm's primary key collision

Merge: 959dbf3551c 33210d8df28
Alexander Bruy <[email protected]> 2024-07-11

Merge pull request #58071 from qgis/backport-58060-to-release-3_34

[Backport release-3_34] Fix crash when editing grass layers on debug builds

Nyall Dawson <[email protected]> 2024-07-11

Fix crash when editing grass layers on debug builds

Parent methods for QgsFeatureRenderer subclasses must be called

Nyall Dawson <[email protected]> 2024-07-09

Don't try to translate boolean object

Fix #58025

Merge: 536316bf20f c2502e4f947
Alexander Bruy <[email protected]> 2024-07-09

Merge pull request #58031 from nyalldawson/backport_57962_ltr

Allow negative scaling for elevation properties (LTR)

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

Allow negative scaling for elevation properties

Fixes #57947

(cherry picked from commit 80f540db7e67642d6d11a113f251bc2e210f9d77)

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

Fix link in comment

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

Fix thread safety in QgsGeos::isValid

Fixes #57960

Jürgen E. Fischer <[email protected]> 2024-06-21

Release of 3.34.8

Jürgen E. Fischer <[email protected]> 2024-06-21

translation update for 3.34.8 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.8) UNRELEASED; urgency=medium
qgis (3.34.9) UNRELEASED; urgency=medium

* Release of 3.34.9

-- Jürgen E. Fischer <[email protected]> Fri, 19 Jul 2024 14:05:58 +0200

qgis (3.34.8) unstable; urgency=medium

* Release of 3.34.8

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

qgis (3.34.7) 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.9" date="2024-07-19" />
<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" />
Expand Down

0 comments on commit cbbc7bd

Please sign in to comment.