Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release of 3.16.10
  • Loading branch information
jef-n committed Aug 13, 2021
1 parent bdee522 commit e5b665e
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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 "9")
set(CPACK_PACKAGE_VERSION_PATCH "10")
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
193 changes: 193 additions & 0 deletions ChangeLog
@@ -1,3 +1,196 @@
Jürgen E. Fischer <jef@norbit.de> 2021-08-13

translation update for 3.16.10 from transifex

Andrea Giudiceandrea <andreaerdna@libero.it> 2021-08-06

[processing] Fix rasterlayerzonalstats when input raster has no CRS

Use "area" as the area column name instead of an empty name.

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

Update python/plugins/MetaSearch/resources/connections-default.xml

alitka <anja.litka@bkg.bund.de> 2021-08-05

updated connections-default.xml

line 18 - added the German spatial data catalogue (GDI-DE Geodatenkatalog.de) of the Spatial Data Infrastructure Germany (GDI-DE) to the list of the default connections

Denis Rouzaud <denis.rouzaud@gmail.com> 2021-08-05

fix dockerfile path so it matches master (#44576)

Nyall Dawson <nyall.dawson@gmail.com> 2021-08-05

Disable ultra-fragile mesh terrain rendering test on CI

Germap <gcarrillo@linuxmail.org> 2021-08-02

[processing] Fix typo in algorithm description

qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2021-08-03

[Backport release-3_16] Fix atlas filtering when exporting using processing algorithms (#44519)

* filter features when exporting atlas image and filter is enabled

* filter features when exporting atlas pdf and filter is enabled

* fixed tests

* removed functions for filtering and unfiltering the atlas coverage layer

Co-authored-by: Samweli <samweli@kartoza.com>

Merge: dce8b2d5ed 2a7d6c7449
Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2021-08-02

Merge pull request #44510 from mhugent/backport_3_16_max_image_width

Backport 3_16 max image width/height for GetLegendGraphic

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2021-08-01

Update src/server/services/wms/qgswmsrenderer.cpp

Co-authored-by: Alessandro Pasotti <elpaso@itopen.it>

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2021-08-01

Update src/server/services/wms/qgswmsrenderer.cpp

Co-authored-by: Alessandro Pasotti <elpaso@itopen.it>

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2021-07-31

Consider maximum image width/height also for GetLegendGrahic

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

Fix missing icon in GPS information panel

Fixes #44165

Nyall Dawson <nyall.dawson@gmail.com> 2021-07-27

Fix TabInformation equality operator signatures

Nyall Dawson <nyall.dawson@gmail.com> 2021-07-22

Fix misleading messages when trying to delete ogr sublayer

Andrea Giudiceandrea <andreaerdna@libero.it> 2021-07-02

Fix typo in QgsMapSettings::visibleExtent() doc

Andrea Giudiceandrea <andreaerdna@libero.it> 2021-07-01

Fix scalebar decoration in rotated map

Reset the map rotation before calculating the map width

Nyall Dawson <nyall.dawson@gmail.com> 2021-07-15

[processing] Fix missing fields in data defined expression builder
when input layer is using selected features only

Fixes #40055

Mathieu Pellerin <nirvn.asia@gmail.com> 2021-07-09

[processing] Fix file download alg stuck in infinit loop when network errors occur

Julien Cabieces <julien.cabieces@oslandia.com> 2021-06-28

Fixes #37945 : Take tile_buffer parameter into consideration when
rendering labels

speillet <sebastien.peillet@oslandia.com> 2021-07-05

fix project dirtiness when changing layout name

pathmapper <pathmapper@posteo.de> 2021-07-05

std::make_unique -> qgis::make_unique

Nyall Dawson <nyall.dawson@gmail.com> 2021-07-01

[processing] Fix default value of multiple field selection inputs
in models cannot be set to no value

Fixes #44005

Joonalai <joona@gispo.fi> 2021-06-30

[fix] #43905 append OAPIF extra query params if url is not empty

Joonalai <joona@gispo.fi> 2021-06-30

Test for regression #43905 OAPIF extra query params

Paul Blottiere <blottiere.paul@gmail.com> 2021-06-28

Fix OGC workflow (#43946)

Blottiere Paul <blottiere.paul@gmail.com> 2021-06-18

Update results

Blottiere Paul <blottiere.paul@gmail.com> 2021-06-17

Fixes WMTS GetCapabilities and axis order

Andrea Giudiceandrea <andreaerdna@libero.it> 2021-06-22

Fix UnicodeDecodeError in Processing history

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

[processing] Fix use of data defined parameter values when editing
features in place

Fixes #43758

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

[layouts] Fix bounding rectangle for shapes doesn't include stroke
width after loading from xml

Fixes #43748

Merge: bea6d91466 2239b02293
Even Rouault <even.rouault@spatialys.com> 2021-07-21

Merge pull request #44304 from qgis/backport-44290-to-release-3_16

[Backport release-3_16] Fix opacity slider crash

Matthias Kuhn <matthias@opengis.ch> 2021-07-21

Fix opacity slider crash

Fixes a race condition introduced by the timer.

Even Rouault <even.rouault@spatialys.com> 2021-07-20

Check Geometries/Check for duplicates: avoid assertion in debug builds due to thread-unsafe usage of layer() method (fixes #44246)

Andrea Giudiceandrea <andreaerdna@libero.it> 2021-07-21

Test "substr" function with named parameters

Andrea Giudiceandrea <andreaerdna@libero.it> 2021-07-20

Fix substr expression function named parameters

Fix the "substr" function removing a trailing white space in the named parameter "start"

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

Release of 3.16.9

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

translation update for 3.16.9 from transifex
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
qgis (3.16.9) UNRELEASED; urgency=medium
qgis (3.16.10) UNRELEASED; urgency=medium

* Release of 3.16.10

-- Jürgen E. Fischer <jef@norbit.de> Fri, 13 Aug 2021 14:11:35 +0200

qgis (3.16.9) unstable; urgency=medium

* Release of 3.16.9

-- Jürgen E. Fischer <jef@norbit.de> Mon, 19 Jul 2021 15:52:08 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 13 Aug 2021 14:11:35 +0200

qgis (3.16.8) unstable; urgency=medium

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

<project_group>QGIS</project_group>
<releases>
<release version="3.16.10" date="2021-08-13" />
<release version="3.16.9" date="2021-07-19" />
<release version="3.16.8" date="2021-06-18" />
<release version="3.16.7" date="2021-05-14" />
Expand Down

0 comments on commit e5b665e

Please sign in to comment.