Skip to content

Commit

Permalink
Release of 3.16.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 17, 2021
1 parent c87c6d6 commit e7fdad6
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED ON)
# Project and version
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "16")
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 "Hannover")
project(qgis VERSION ${COMPLETE_VERSION})
Expand Down
79 changes: 79 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,78 @@
Jürgen E. Fischer <jef@norbit.de> 2021-12-17

translation update for 3.16.15 from transifex

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

Fix setting manual table content through PyQGIS

Fixes #44871

Jürgen E. Fischer <jef@norbit.de> 2021-09-14

dxf export: fix output of offset linestrings

(cherry picked from commit 077083a7a690c34210ea33371f86f54d74287995)

Merge: bd96969e42 74a9fefcb9
Loïc Bartoletti <lbartoletti@users.noreply.github.com> 2021-12-14

Merge pull request #46474 from qgis/backport-46465-to-release-3_16

[Backport release-3_16] [spatialite] Fix crash when loading certain spatialite layers

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

[spatialite] Fix crash when loading certain spatialite layers

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

Fix outdated geometry is returned for feature when a feature has
both unsaved attribute and geometry changes and an expression
based request is used

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

Fix crash when parsing mapbox style with labeling containing mixed literal and string references

Fixes #46321

(cherry picked from commit 5d3a8df9eacb4a3e6389aae102dc27dea1805f0a)
(cherry picked from commit 950049b2b4b37800a4e499ba1bbe7101e6fb87d3)

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

kdab don't offer clazy appimages anymore

Nyall Dawson <nyall.dawson@gmail.com> 2021-11-30

Fix signature of showException in test runner

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

Fix API issues causing malformed python stub files

Fixes #46240

Merge: 2f74ac3fb8 1d3b809a47
Loïc Bartoletti <lbartoletti@users.noreply.github.com> 2021-11-26

Merge pull request #44961 from agiudiceandrea/backport-39751-on-release-3_16

[Backport release-3_16] Vertex editor: make displayed coordinate precision configurable

Etienne Trimaille <gustrimaille@yahoo.fr> 2021-11-24

Actions - Fix default variables provided in examples

Andrea Giudiceandrea <andreaerdna@libero.it> 2021-11-24

Fix "Polygons to lines" algorithm group name

Jürgen E. Fischer <jef@norbit.de> 2021-11-19

Release of 3.16.14

Jürgen E. Fischer <jef@norbit.de> 2021-11-19

translation update for 3.16.14 from transifex
Expand Down Expand Up @@ -558,6 +633,10 @@ Denis Rouzaud <denis.rouzaud@gmail.com> 2021-09-07

fix locator crash with all layers filter (#44972)

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2020-11-11

Use QgsCoordinateUtils::calculateCoordinatePrecisionForCrs

Merge: f5d86999af 9b02d079ad
Matthias Kuhn <matthias@opengis.ch> 2021-09-06

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.16.14) UNRELEASED; urgency=medium
qgis (3.16.15) UNRELEASED; urgency=medium

* Release of 3.16.15

-- Jürgen E. Fischer <jef@norbit.de> Fri, 17 Dec 2021 13:04:58 +0100

qgis (3.16.14) unstable; urgency=medium

* Release of 3.16.14

-- Jürgen E. Fischer <jef@norbit.de> Fri, 19 Nov 2021 13:10:19 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 17 Dec 2021 13:04:58 +0100

qgis (3.16.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 @@ -18,6 +18,7 @@

<project_group>QGIS</project_group>
<releases>
<release version="3.16.15" date="2021-12-17" />
<release version="3.16.14" date="2021-11-19" />
<release version="3.16.13" date="2021-11-05" />
<release version="3.16.12" date="2021-10-22" />
Expand Down

0 comments on commit e7fdad6

Please sign in to comment.