Skip to content

Commit

Permalink
Release of 3.22.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 16, 2022
1 parent c2ecb14 commit 4cde646
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED ON)
# Project and version
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "22")
set(CPACK_PACKAGE_VERSION_PATCH "13")
set(CPACK_PACKAGE_VERSION_PATCH "14")
set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
set(RELEASE_NAME "Białowieża")
project(qgis VERSION ${COMPLETE_VERSION})
Expand Down
182 changes: 182 additions & 0 deletions ChangeLog
@@ -1,3 +1,185 @@
Jürgen E. Fischer <jef@norbit.de> 2022-12-16

translation update for 3.22.14 from transifex

Andrea Giudiceandrea <andreaerdna@libero.it> 2022-12-09

Fix remove file in function editor

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

Fix thread handling in test

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

Fix dox warning

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

Fix thread unsafe method used in labeling rendering

Nyall Dawson <nyall.dawson@gmail.com> 2022-12-09

Fix labeling positions are reversed on certain negative offsets
on builds based on GEOS >= 3.11

Refs #49234

Nyall Dawson <nyall.dawson@gmail.com> 2022-12-05

Allow create attribute index algorithm to run on non-spatial layers

Mathieu Pellerin <nirvn.asia@gmail.com> 2022-11-30

[vector] Do not enable embedded feature symbology when loading KML datasets through the KML driver

Harrissou Sant-anna <delazj@gmail.com> 2022-11-22

fix python function display in qgsdefaultvalue

Harrissou Sant-anna <delazj@gmail.com> 2022-11-22

Attempt to fix qgsmaplayerrenderer c++ and pyqgis docs display

Alessandro Pasotti <elpaso@itopen.it> 2022-11-25

Fix #50999 GDAL auth config filter

Harrissou Sant-anna <delazj@gmail.com> 2022-11-24

Rename oapif subsection title

Harrissou Sant-anna <delazj@gmail.com> 2022-11-24

Fix oapif subsection title

Nyall Dawson <nyall.dawson@gmail.com> 2022-11-23

[processing] Raster layer unique values output should use longlong
for pixel count field, otherwise values can be too large for plain
integer fields when outputting to eg geopackage and ran on a very
large raster

CodeBardian <jacksw247@gmail.com> 2022-11-12

update ubuntu base image version to 22.04

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

server: include xml processing instruction in feature info and server exceptions responses (#50908) (#50922)

(cherry picked from commit 3c6e0cf1fb560dd143fc8385e8ef8f211aca0bae)

vcloarec <vcloarec@gmail.com> 2022-09-29

mesh editing, fix default Z value when snap on 2D feature

vcloarec <vcloarec@gmail.com> 2022-10-13

remove outdated comment

vcloarec <vcloarec@gmail.com> 2022-09-27

fix #49973

vcloarec <vcloarec@gmail.com> 2022-10-14

export mesh to vector layer, fix invalid fields

vcloarec <vcloarec@gmail.com> 2022-10-20

fix mesh refinement crash ( backport #50556)

Nyall Dawson <nyall.dawson@gmail.com> 2022-11-18

Fix shell check warning

(cherry picked from commit 5dc11e0f857a954206bb7891490823185b7b7184)

Nyall Dawson <nyall.dawson@gmail.com> 2022-11-12

Update src/analysis/processing/qgsalgorithmdifference.cpp

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

Nyall Dawson <nyall.dawson@gmail.com> 2022-10-17

Fix some overlay algorithms output multipoint geometries but
output layer is single point, causing insertion errors

Fixes #49456

(cherry picked from commit c9a2a5efa8ec9a0430ec503823649f1ac4831ed0)

Julien Cabieces <julien.cabieces@oslandia.com> 2022-11-07

replace ENABLE_PGTEST with POSTGRES_FOUND when needed

Julien Cabieces <julien.cabieces@oslandia.com> 2022-11-05

Fixes #50075 : fix build without postgresql

pathmapper <pathmapper@posteo.de> 2022-11-11

Add test

pathmapper <pathmapper@posteo.de> 2022-11-11

Add viewbox parameter only if bounds are finite

fixes qgis#50807

Brendan <brendan.harmon@gmail.com> 2022-10-20

updated parameters for r.sim.sediment

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

fix cppcheck

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

fix message for translation

Julien Cabieces <julien.cabieces@oslandia.com> 2022-09-20

Update tooltip message and homogenize categorized item and layer
legend feature count

Julien Cabieces <julien.cabieces@oslandia.com> 2022-09-20

Fixes #46790 : make it clear when feature count is estimated

Nyall Dawson <nyall.dawson@gmail.com> 2022-11-01

Cleanly exit QgsApplication from qgis_process runs

Fixes #50623

D'Hont René-Luc <rldhont@gmail.com> 2022-10-13

[Fix] Server WFS: Date time with ISO Date time field format

If in the field editor widget setup config, the date time field format is ISO format,
do not use the field format stored in the field editor widget setup config but the
`const QgsDateTimeFieldFormatter::DISPLAY_FOR_ISO_FORMAT`.

Funded by Ifremer https://wwz.ifremer.fr/

Ondřej Holešovský <holesond@users.noreply.github.com> 2022-10-21

TilesXYZ.py - setTransformContext before rendering

Set transform context in QgsMapSettings before rendering tiles in order to respect all the desired CRS transformations configured in QGIS project settings.

Blottiere Paul <blottiere.paul@gmail.com> 2022-10-14

Improve selection of PostGIS raster overviews

Jürgen E. Fischer <jef@norbit.de> 2022-11-18

Release of 3.22.13

Jürgen E. Fischer <jef@norbit.de> 2022-11-18

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

* Release of 3.22.14

-- Jürgen E. Fischer <jef@norbit.de> Fri, 16 Dec 2022 13:04:32 +0100

qgis (3.22.13) unstable; urgency=medium

* Release of 3.22.13

-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Nov 2022 13:09:43 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 16 Dec 2022 13:04:32 +0100

qgis (3.22.12) unstable; urgency=medium

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

<project_group>QGIS</project_group>
<releases>
<release version="3.22.14" date="2022-12-16" />
<release version="3.22.13" date="2022-11-18" />
<release version="3.22.12" date="2022-10-21" />
<release version="3.22.11" date="2022-09-09" />
Expand Down

0 comments on commit 4cde646

Please sign in to comment.