Skip to content

Commit

Permalink
Release of 3.34.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 17, 2025
1 parent 03ddd6d commit 386f258
Show file tree
Hide file tree
Showing 4 changed files with 97 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 "14")
set(CPACK_PACKAGE_VERSION_PATCH "15")
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
87 changes: 87 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,90 @@
Jürgen E. Fischer <jef@norbit.de> 2025-01-17

translation update for 3.34.15 from transifex

Merge: ce9d93a4750 86083f70738
Even Rouault <even.rouault@spatialys.com> 2025-01-15

Merge pull request #60163 from jef-n/debfix334

fix debian package

Jürgen E. Fischer <jef@norbit.de> 2025-01-15

fix debian package

Merge: bca938e061a b3f4f7331bd
Julien Cabieces <julien.cabieces@oslandia.com> 2025-01-09

Merge pull request #60096 from qgis/backport-60095-to-release-3_34

[Backport release-3_34] qgsvectorlayer.h: move a documentation section to the appropriate place

Even Rouault <even.rouault@spatialys.com> 2025-01-09

qgsvectorlayer.h: move a documentation section to the appropriate place

Cf https://lists.osgeo.org/pipermail/qgis-developer/2025-January/067278.html

Merge: ff1c6fe311f 628f1a99175
Even Rouault <even.rouault@spatialys.com> 2025-01-07

Merge pull request #60066 from qgis/backport-60062-to-release-3_34

[Backport release-3_34] Fix small typo in QgsGeometry.constGet() docstring

Merge: f17c41bfc80 d508d36c161
Even Rouault <even.rouault@spatialys.com> 2025-01-07

Merge pull request #60060 from qgis/backport-59903-to-release-3_34

[Backport release-3_34] [Georeferencer] Fix setting target CRS (Fix #59902)

Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2025-01-06

typo

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-12-15

[Georeferencer] Fix setting target CRS

Merge: 017d23791a6 90f046eb192
Matthias Kuhn <matthias@opengis.ch> 2024-12-29

Merge pull request #60020 from qgis/backport-60007-to-release-3_34

[Backport release-3_34] Fix examples of the scale_exponential expression function

Harrissou Sant-anna <delazj@gmail.com> 2024-12-26

Fix and complete tests

Co-authored-by: Andrea Giudiceandrea <andreaerdna@libero.it>

Harrissou Sant-anna <delazj@gmail.com> 2024-12-25

Add function examples to tests

Harrissou Sant-anna <delazj@gmail.com> 2024-12-24

Fix examples of the scale_exponential expression function

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-12-24

[processing] Fix regression in native:tilesxyzmbtiles alg

Restore "description" metadata

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-12-22

[processing][grass] Fix v.mkgrid

Use parameter "type" instead of flag "-p" and add missing "-a" flag

Jürgen E. Fischer <jef@norbit.de> 2024-12-20

Release of 3.34.14

Jürgen E. Fischer <jef@norbit.de> 2024-12-20

translation update for 3.34.14 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.14) UNRELEASED; urgency=medium
qgis (3.34.15) UNRELEASED; urgency=medium

* Release of 3.34.15

-- Jürgen E. Fischer <jef@norbit.de> Fri, 17 Jan 2025 13:02:24 +0100

qgis (3.34.14) unstable; urgency=medium

* Release of 3.34.14

-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 Dec 2024 13:02:46 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 17 Jan 2025 13:02:24 +0100

qgis (3.34.13) 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.15" date="2025-01-17" />
<release version="3.34.14" date="2024-12-20" />
<release version="3.34.13" date="2024-11-22" />
<release version="3.34.12" date="2024-10-25" />
Expand Down

0 comments on commit 386f258

Please sign in to comment.