Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release of 3.16.16
  • Loading branch information
jef-n committed Jan 14, 2022
1 parent 8c1803b commit f5778a8
Show file tree
Hide file tree
Showing 4 changed files with 206 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 "15")
set(CPACK_PACKAGE_VERSION_PATCH "16")
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
196 changes: 196 additions & 0 deletions ChangeLog
@@ -1,3 +1,199 @@
Jürgen E. Fischer <jef@norbit.de> 2022-01-14

translation update for 3.16.16 from transifex

Benjamin Jakimow <benjamin.jakimow@geo.hu-berlin.de> 2022-01-06

fixes #46697
QgsProcessingAlgorithmDialogBase shows algorithm help

Alessandro Pasotti <elpaso@itopen.it> 2021-12-15

Revert "[Backport queued_ltr_backports] Treat empty array as NULL; and fix value relation filter with NULL"

Alessandro Pasotti <elpaso@itopen.it> 2021-12-13

std::as_const -> qgis::as_const

Alessandro Pasotti <elpaso@itopen.it> 2021-12-11

Valu relation widget: fix allowMulti + not null

Fix #46366 by changing the returned value from the
widget when allowMulti is ON and allowNull is OFF,
in this case when the user makes no selection
an invalid QVariant is returned instead of a (valid)
empty list of QVariant(s).

Alessandro Pasotti <elpaso@itopen.it> 2021-12-11

Revert "Fix constraint check when AllowMulti"

This reverts commit 355e3fb3fae492b406bb28688781ecaea0f05b9d.

Alessandro Pasotti <elpaso@itopen.it> 2021-12-10

Fix constraint check when AllowMulti

Fix #46366

Alessandro Pasotti <elpaso@itopen.it> 2021-12-10

Fix drill-down filtering on new features.

Fix #46369

bdm-oslandia <benoit.de.mezzo@oslandia.com> 2021-12-07

fix percent encoding in wms server parameter

Loïc Bartoletti <loic.bartoletti@oslandia.com> 2021-12-08

fix build

Loïc Bartoletti <loic.bartoletti@oslandia.com> 2021-12-06

revert order in lenghts. don't break the API

Loïc Bartoletti <loic.bartoletti@oslandia.com> 2021-12-05

Add tests. Thanks to @agiudiceandrea

Loïc Bartoletti <loic.bartoletti@oslandia.com> 2021-12-05

Fix order of lenghts and use law of cosines for angles. Fix #46370

Julien Cabieces <julien.cabieces@oslandia.com> 2021-11-03

[ExternalResourceWidget] Fix crash when loading blank after a page

Alessandro Pasotti <elpaso@itopen.it> 2021-10-14

Server getprint atlas: fix pk-less layers

Co-authored-by: David Marteau <dmarteau@3liz.com>

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

Switch to click_x/click_y instead of clicked_* which is used in QgsMapToolFeatureAction

Harrissou Sant-anna <delazj@gmail.com> 2021-11-26

Better reference item to zoom to in modeler

cherry-pick 01e391e

Harrissou Sant-anna <delazj@gmail.com> 2021-11-13

Make the "zoom to" action really zoom to a group box instead of pan

Antoine <antoine@facchini.fr> 2021-11-09

adapt a test with behavior before the PR #45202

Antoine <antoine@facchini.fr> 2021-11-08

modify tests

Antoine <antoine@facchini.fr> 2021-11-08

use variantToPythonLiteral

Antoine <antoine@facchini.fr> 2021-11-02

fix and add tests

Antoine <antoine@facchini.fr> 2021-11-02

add forgotten markers in QString

Antoine <antoine@facchini.fr> 2021-11-02

export value as python string

Alexander Bruy <alexander.bruy@gmail.com> 2021-11-09

[processing] multidirectional and combined shading options are mutually
exclusive (fix #45957)

Joeperdefloep <joepgevaert@gmail.com> 2021-11-07

Add vector layer #45905

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

Fix logic for clearing cached histograms when raster data provider user no data value is set

We can't assume that the cached histograms and stats lists are
always aligned. (Seen when TestQgsZonalStatistics::testNoData()
is run)

Andrea Giudiceandrea <andreaerdna@libero.it> 2021-10-30

Add filterString to cacheBase key for overlay_* functions

to avoid using cached target layer and cached spatial index if the filter string dynamically changes

Mathieu Pellerin <nirvn.asia@gmail.com> 2021-11-05

Add test coverage for this regression

Mathieu Pellerin <nirvn.asia@gmail.com> 2021-11-05

[spatialite] Fix broken extent filter feature request against a spatialite view

Nyall Dawson <nyall.dawson@gmail.com> 2021-10-18

Ensure that UUID form widget doesn't try to generate UUIDs which
are too long to fit in a string

Antoine <antoine@facchini.fr> 2021-11-02

remove model validity condition

Nyall Dawson <nyall.dawson@gmail.com> 2021-10-28

When make_polygon is called on a geometry which is already a polygon,
just return that geometry instead of NULL

Benjamin Jakimow <benjamin.jakimow@geo.hu-berlin.de> 2021-10-26

QgsAttributeTableModel clears mFieldFormatters on loadAttributes
(addresses #45478)

Signed-off-by: Benjamin Jakimow <benjamin.jakimow@geo.hu-berlin.de>

Ivan Ivanov <ivan.ivanov@suricactus.com> 2021-10-09

Add test for quoted delimiter

Ivan Ivanov <ivan.ivanov@suricactus.com> 2021-10-03

Properly quote the delimiter in the processing aggregate algorithm

Merge: c7b00d61a9 2502a5df5e
Matthias Kuhn <matthias@opengis.ch> 2021-12-23

Merge pull request #46612 from nyalldawson/fix_46604

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

Add test

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

Fix crash when rendering polygon layer with marker line

Fixes #46604

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

Fix cannot set width unit scale for raster image fill

Jürgen E. Fischer <jef@norbit.de> 2021-12-17

Release of 3.16.15

Jürgen E. Fischer <jef@norbit.de> 2021-12-17

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

* Release of 3.16.16

-- Jürgen E. Fischer <jef@norbit.de> Fri, 14 Jan 2022 13:06:22 +0100

qgis (3.16.15) unstable; urgency=medium

* Release of 3.16.15

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

qgis (3.16.14) 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.16" date="2022-01-14" />
<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" />
Expand Down

0 comments on commit f5778a8

Please sign in to comment.