Skip to content

Commit

Permalink
Release of 3.22.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 18, 2022
1 parent 61049a7 commit 02ff117
Show file tree
Hide file tree
Showing 4 changed files with 229 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 "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 "Białowieża")
project(qgis VERSION ${COMPLETE_VERSION})
Expand Down
219 changes: 219 additions & 0 deletions ChangeLog
@@ -1,3 +1,222 @@
Jürgen E. Fischer <jef@norbit.de> 2022-11-18

translation update for 3.22.13 from transifex

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

mssql provider: don't double 'quote' (fixes #50914)

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

Fix build

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

Fix a crash when changing raster data source while styling dock is open

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

Add missing sip cast for raster contour renderer

Denis Rouzaud <denis.rouzaud@gmail.com> 2022-09-22

remove 3D extra headers to fix Docker builds

Martin Dobias <wonder.sk@gmail.com> 2022-11-09

Improve error reporting when loading of project file fails

- on XML reading error, the message had the project file name
mentioned twice for no reason
- for zipped (.qgz) project files, the underlying error message
was getting lost - only saying that unzipped project file
has failed to load

Martin Dobias <wonder.sk@gmail.com> 2022-11-09

Fix error handling of .qgz files

Until now, if a .qgz project file would fail to load, no error message
would be shown in QGIS

Mathieu Pellerin <nirvn.asia@gmail.com> 2022-10-26

[themes] Fix menu item color regression with Night Mapping
(fixes #50674)

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

Fix crash on exit

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

[Fix] QgsOgcUtils::nodeLiteralFromOgcFilter: convert empty Literal OGC Filter element

If a `Literal` OGC Filter element has no child Nodes which represent an empty string, the convertion form OGC Filter to QGIS Expression failed whitout error and the created expression is an empty string.

We proposed to fix it, by converting an empty `Literal` OGC Filter element to an empty string `''`.

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

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2022-02-03

Consider that the MAP-parameter can be upper or lower case in the original url

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2021-10-05

Python formating

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2021-10-05

Add unit test to make sure query parameters for url advertised in capabilities are taken from original request

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2021-10-04

Take query parameters for url advertised in capabilities from the original request url. Fix advertised url if QGIS Server is accessed by rewrite rule

Julien Cabieces <julien.cabieces@oslandia.com> 2022-10-12

Fixes #49589 : avoid endless recursion when evaluating aggregate
expressions

Alessandro Pasotti <elpaso@itopen.it> 2022-09-29

Fix test

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

Update src/core/symbology/qgsfillsymbollayer.cpp

Co-authored-by: Julien Cabieces <julien.cabieces@oslandia.com>

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

Address PR comments

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

Fix test

Alessandro Pasotti <elpaso@itopen.it> 2022-09-26

Fix opacity SLD export

Fixes #33376

Tomas Mizera <tomas.mizera@lutraconsulting.co.uk> 2022-10-11

fix style

Tomas Mizera <tomas.mizera@lutraconsulting.co.uk> 2022-10-11

fix reversed iterator check when iterating over map

Marco Hugentobler <marco.hugentobler@sourcepole.ch> 2022-08-22

Pass stepWidth/stepHeight parameter to external WMS layer

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

Add unit test

Blottiere Paul <blottiere.paul@gmail.com> 2022-09-27

Fix opacity for vector tile layer

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

Check if labels/diagrams are enabled before checking if we can show/hide them

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

Fix broken logic in clearing python console history

- clearing session was also clearing the file history
- clearing file history was doing nothing

Nicolas Godet <39594821+nicogodet@users.noreply.github.com> 2022-10-11

Fixes #50288 - Fix extension detection for raster processing output

Jacky Volpes <jacky.volpes@oslandia.com> 2022-10-04

Fix #47525

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

Fix QgsFileWidget does not reactivate widget's window after
selecting a file/folder via the browse button on mac

Even Rouault <even.rouault@spatialys.com> 2022-09-19

[WFS provider] Handle the case of a layer with a geometry field but where no feature has any geom (refs #49335)

Even Rouault <even.rouault@spatialys.com> 2022-09-17

[WFS provider] When DescribeFeatureType returns unknown geometry type, include a large BBOX when requesting single feature to guess it (fixes #49335)

Even Rouault <even.rouault@spatialys.com> 2022-09-23

App: fix performance issue when closing a project with a lot of layers

Even Rouault <even.rouault@spatialys.com> 2022-09-23

App: fix performance issue when drag-dropping a lot of layers at once (fixes #49439)

Alessandro Pasotti <elpaso@itopen.it> 2022-09-26

Fix SLD rule text fields quoting

Fixes #42348

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

Avoid a redundant calculation of visible layer extent in overview canvas

This was being called twice immediately in a row, and the first time
was skipping the "isVisible" check used before the second call. As
a result we were ALWAYS recalculating the full extent of the project
with every layer set change, even when the overview canvas was not
open (and this is non-trivial for very large projects!)

On one test project this reduces a multi-second pause when
checking/unchecking layers/groups in the tree to no pause.

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

Fixes #37804 : save original layout item picture mode

Even Rouault <even.rouault@spatialys.com> 2022-09-20

[Processing] Fix typo in smoothing parameter name of gdal_grid algorithms

The correct spelling is 'smoothing' (two o's): https://github.com/OSGeo/gdal/search?q=smoothing
No match with single o: https://github.com/OSGeo/gdal/search?q=smothing

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

fixes #49421 : use QgsBlockingNetworkRequest to test url in QgsHelp

Even Rouault <even.rouault@spatialys.com> 2022-09-21

[WFS provider GUI] Fix issue with non-properly refreshed list of CRS when changing layers (fixes #42627)

uclaros <uclaros@gmail.com> 2022-09-22

don't hide the main window

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

[afs] When no explicit crs is set in the data source URI, just
use the CRS retrieved from the service properties

This allows construction of AFS layers without having to know the CRS
in advance

Jürgen E. Fischer <jef@norbit.de> 2022-10-21

Release of 3.22.12

Jürgen E. Fischer <jef@norbit.de> 2022-10-21

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

* Release of 3.22.13

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

qgis (3.22.12) unstable; urgency=medium

* Release of 3.22.12

-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Oct 2022 14:21:05 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Nov 2022 13:09:43 +0100

qgis (3.22.11) 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.13" date="2022-11-18" />
<release version="3.22.12" date="2022-10-21" />
<release version="3.22.11" date="2022-09-09" />
<release version="3.22.10" date="2022-08-12" />
Expand Down

0 comments on commit 02ff117

Please sign in to comment.