Skip to content

Commit

Permalink
Release of 3.16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 5, 2021
1 parent e6f70e4 commit a8618a9
Show file tree
Hide file tree
Showing 4 changed files with 366 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 "12")
set(CPACK_PACKAGE_VERSION_PATCH "13")
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
356 changes: 356 additions & 0 deletions ChangeLog
@@ -1,3 +1,359 @@
Nyall Dawson <nyall.dawson@gmail.com> 2021-11-04

Revert back to 3.16.12

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

Sipify

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

Add some missing /Factory/ annotations

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

Improve documentation

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

CI - Update release URL when it is a bugfix release

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

Add missing meters at scale unit type for the heatmap and point clustering renderer widgets

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

Be case tolerant

pathmapper <pathmapper@posteo.de> 2021-10-20

Accept also "true" for queryable/opaque/noSubsets attributes

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

Save/load projectsInDatabase in PG connections

Fix #45508

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

[Backport queued_ltr_backports] Correctly escape complex source strings in history log (#45428)

Fixes #45403

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

Fix landing page after d61df93315e

Handle the messy initial / by making sure the
paths matches are evaluated against a sanitized
URL that always starts with a /

Cherry-picked from master

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

Server OGC API handler: make it more robust in path matching

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

More tests for href

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

Server OGC API: fix url path match

Fixes #45439

D'Hont René-Luc <rldhont@gmail.com> 2021-10-04

[Tests][Server] WMS GetLegendGraphic JSON for layer with multiple symbols

Add a test for WMS GetLegendGraphic to JSOn format for a vector layer with multiple symbols

Alessandro Pasotti <elpaso@itopen.it> 2021-09-28

Move deallocation after the failure

Alessandro Pasotti <elpaso@itopen.it> 2021-09-27

indent

Alessandro Pasotti <elpaso@itopen.it> 2021-09-27

fix test position

Alessandro Pasotti <elpaso@itopen.it> 2021-09-27

Fix PG error when failing to update geom & constrained field

The problem was that throwing an exception the prepared statement
was not deallocated.

Fix #45100

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

Fix map grid decoration bottom vertical label

Fixes the position of the bottom vertical label of a map grid decoration when a non zero "Distance to map frame" is set

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

Fix offset background when drawing rotated text using QgsTextRenderer

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

Add text mask

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

Missing includes

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

Fix feature count for categorized renderer (NULLs)

Fixes #45280

Backported from master #45361

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

Fix wrong cat renderer feature count for NULLs

Fixes #45280

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

Fix overwriting default style of geopackage layers

Credit to @rouault for the fix!

Fixes #42811

(cherry picked from commit eef6939b96407b3d050988be4a0eeb692ffc5b68)

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

Add shortcut path when a line symbol is being rendered with
a dash pattern which is all 0 lengths

This is rendered as no line, so we can skip out early

Refs #41994

D'Hont René-Luc <rldhont@gmail.com> 2021-09-20

[Server] Fix: WMS GetStyles contains previous SLD_BODY requests

The WMS Server restorer does not remove styles created from SLD provided in WMS requests.

The custom property that contains the SLD style name has to be checked before the layer style is restored to the project current style.

Fundex by Ifremer

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

Fix DB manager postgis double query

Fixes #45318

Julien Cabieces <julien.cabieces@oslandia.com> 2021-09-29

add QStringLiteral

Julien Cabieces <julien.cabieces@oslandia.com> 2021-09-29

Fixes #45290 : fix array display in expression builder

Alessandro Pasotti <elpaso@itopen.it> 2021-09-28

Also update font btn layer in changeLayer

Alessandro Pasotti <elpaso@itopen.it> 2021-09-27

Table layout item: set source layer in font tool btn

Fixes #45098

PeterPetrik <zilolv@gmail.com> 2021-09-29

fix #43042 incorrect PostGIS raster extent on macOS

Julien Cabieces <julien.cabieces@oslandia.com> 2021-09-29

check for valid field index in QgsFieldFormatter::representValue

Damiano Lombardi <damiano@opengis.ch> 2021-09-29

Cache only joined attributes without colliding names

Backport of #45170

Loïc Bartoletti <lbartoletti@users.noreply.github.com> 2021-09-24

not == => !=

Co-authored-by: Even Rouault <even.rouault@spatialys.com>

Loïc Bartoletti <loic.bartoletti@oslandia.com> 2021-09-23

Fix Z/M dimension URI via DB Manager. Fixes #34894

Julien Cabieces <julien.cabieces@oslandia.com> 2021-09-21

[Postgres] Fixes #39146 save of cleared attributes

Julien Cabieces <julien.cabieces@oslandia.com> 2021-09-22

Fixes #45198 : Don't return default value when null

uclaros <uclaros@gmail.com> 2021-09-27

Also reset field precision

Loïc Bartoletti <lbartoletti@users.noreply.github.com> 2021-09-27

Add missing include

Fix build error on centos7

Even Rouault <even.rouault@spatialys.com> 2021-09-27

[WFS provider] Honour DCP HTTP URLs for transactions and SQL query builder (fixes #45242)

Nyall Dawson <nyall.dawson@gmail.com> 2021-09-24

Use QgsFileUtils::ensureFileNameHasExtension

Even Rouault <even.rouault@spatialys.com> 2021-09-22

New shapefile layer dialog: avoid accidental overwrite of a file whose extension is not specified

and avoid closing the dialog when the user doesn't confirm overwriting

Fixes #44299

Even Rouault <even.rouault@spatialys.com> 2021-09-24

QgisApp::closeProject(): cancel canvas jobs before closing the project, to avoid rendering jobs to access deleted objects (fixes #44144)

Loïc Bartoletti <loic.bartoletti@oslandia.com> 2021-09-22

Geometry Checker: Enlarge FeatureID from string(10) to string(20). Fixes #44250

Even Rouault <even.rouault@spatialys.com> 2021-09-24

test_provider_wfs.py: update testSelectZeroFeature() for 3.16 branch

Even Rouault <even.rouault@spatialys.com> 2021-09-24

test_provider_wfs.py: update testSelectZeroFeature() for 3.16 branch

pathmapper <pathmapper@posteo.de> 2021-09-19

Use correct schema for WFS 1.1.0 GetFeature response

Julien Cabieces <julien.cabieces@oslandia.com> 2021-09-15

Fixes #44749 : list styles from database for layer with no geom

Loïc Bartoletti <loic.bartoletti@oslandia.com> 2021-09-22

QgsFeature::setId improve documentation with a warning. fixes #44898

Alessandro Pasotti <elpaso@itopen.it> 2021-09-16

Don't crash collecting stats when band is not valid

unreported

Cherry-picked from master 6039deda1b.

Alessandro Pasotti <elpaso@itopen.it> 2021-09-16

GDAL Use proper type when sampling raster

Fixes #44902

Julien Cabieces <julien.cabieces@oslandia.com> 2021-09-16

fix spell check

Julien Cabieces <julien.cabieces@oslandia.com> 2021-09-16

Fixes #44270 : Update processing multiple selection widget selection on item reordering

vcloarec <vcloarec@gmail.com> 2021-09-16

fix 3D mesh terrain when CRS are different from map

Julien Cabieces <julien.cabieces@oslandia.com> 2021-09-07

fix control image

Julien Cabieces <julien.cabieces@oslandia.com> 2021-09-07

fix version

Julien Cabieces <julien.cabieces@oslandia.com> 2021-09-07

Add test for visiblePolygonWithBuffer

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

fix code formatting

Julien Cabieces <julien.cabieces@oslandia.com> 2021-08-23

Fix GetMap tile_buffer when labels are rotated

Alessandro Pasotti <elpaso@itopen.it> 2021-09-16

Update qgsrasterpipe.cpp

Alessandro Pasotti <elpaso@itopen.it> 2021-09-16

fix build

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

[backport] Fix raster change datasource

Fixes #44929

Cherry-picked from master 30f3a5d4bc.

Even Rouault <even.rouault@spatialys.com> 2021-09-13

WFS: set namespace prefix on geometry and attribute elements in FILTER when the typename has an explicit namespace (fixes #43957)

Even Rouault <even.rouault@spatialys.com> 2021-09-13

WFS: try harder guessing the layer geometry type when a filter returns 0 features (fixes #43950)

vcloarec <vcloarec@gmail.com> 2021-09-13

test

vcloarec <vcloarec@gmail.com> 2021-09-13

fix QgsRectangle::include

Even Rouault <even.rouault@spatialys.com> 2021-09-13

WFS: emit hint when an axis order issue is likely (fixes #44054)

qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2021-10-23

Add check for empty geom in QgsGeos::closestPoint (#45635)

Jürgen E. Fischer <jef@norbit.de> 2021-10-22

Release of 3.16.12

Jürgen E. Fischer <jef@norbit.de> 2021-10-22

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

* Release of 3.16.13

-- Jürgen E. Fischer <jef@norbit.de> Fri, 05 Nov 2021 13:00:06 +0100

qgis (3.16.12) unstable; urgency=medium

* Release of 3.16.12

-- Jürgen E. Fischer <jef@norbit.de> Fri, 22 Oct 2021 14:10:34 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 05 Nov 2021 13:00:06 +0100

qgis (3.16.11) 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.13" date="2021-11-05" />
<release version="3.16.12" date="2021-10-22" />
<release version="3.16.11" date="2021-09-10" />
<release version="3.16.10" date="2021-08-13" />
Expand Down

0 comments on commit a8618a9

Please sign in to comment.