Skip to content

Commit

Permalink
Release of 3.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 13, 2022
1 parent 52ecc05 commit 5a65627
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
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 "6")
set(CPACK_PACKAGE_VERSION_PATCH "7")
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
107 changes: 107 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,110 @@
Jürgen E. Fischer <jef@norbit.de> 2022-05-13

translation update for 3.22.7 from transifex

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

Fix crash in geometry validator with MultiSurface geometries

Fixes #48501

Andrea Giudiceandrea <andreaerdna@libero.it> 2022-05-06

[MetaSearch] avoid to send username/passwords if empty

Andrea Giudiceandrea <andreaerdna@libero.it> 2022-05-06

[MetaSearch] fix CSW search when user/passwords are empty

Jürgen E. Fischer <jef@norbit.de> 2022-04-25

debian packaging: PDAL removed from debian sid

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

qt5-default is no more

Alessandro Pasotti <elpaso@itopen.it> 2022-04-21

Trim rule expression

Fixes #48305

Mathieu Pellerin <nirvn.asia@gmail.com> 2022-04-18

[ui] Fix broken img within HTML labels when referring to qrc images

Andrea Giudiceandrea <andreaerdna@libero.it> 2022-04-15

Update src/gui/qgsinstallgridshiftdialog.cpp

Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>

Andrea Giudiceandrea <andreaerdna@libero.it> 2022-04-14

Fix installation of grid shift files

Jürgen E. Fischer <jef@norbit.de> 2022-04-08

processing: fix scripts directory reset on windows

Julien Cabieces <julien.cabieces@oslandia.com> 2022-03-31

Fix postgres save project when user type Enter

Ismail Sunni <imajimatika@gmail.com> 2022-03-24

Add unit test for QgsLayerTreeUtils::insertLayerBelow.

Ismail Sunni <imajimatika@gmail.com> 2022-03-22

Fix #47909, fix QgsLayerTreeUtils.insertLayerBelow().

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

Ignore symbol layer types which do not have colors (raster fill, marker,
etc) when calculating overall symbol colors

Fixes #47723

Florent Guiotte <florent.guiotte@irisa.fr> 2022-03-28

static_cast tile resolution

Florent Guiotte <florent.guiotte@irisa.fr> 2022-03-24

with astyle

Florent Guiotte <florent.guiotte@irisa.fr> 2022-03-24

Fix xyz tile matrix zoom level above 22

Julien Cabieces <julien.cabieces@oslandia.com> 2022-03-28

Fixes #47466 : Fix external resource url in document view on Windows

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

When copying features from a layer with no fields, don't append the
'wkt_geom' header line to the clipboard plain text

Landry Breuil <landry@rhaalovely.net> 2022-01-31

Update wms layer title each time a new layer is selected

previously, if the layer title was manually modified, it would never get
updated anymore until qgis was restarted.

Fixes #28858 #40421

Jürgen E. Fischer <jef@norbit.de> 2022-04-14

fix #47921

Jürgen E. Fischer <jef@norbit.de> 2022-04-15

Release of 3.22.6

Jürgen E. Fischer <jef@norbit.de> 2022-04-15

translation update for 3.22.6 from transifex
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
qgis (3.22.6) UNRELEASED; urgency=medium
qgis (3.22.7) UNRELEASED; urgency=medium

* Release of 3.22.7

-- Jürgen E. Fischer <jef@norbit.de> Fri, 13 May 2022 14:05:32 +0200

qgis (3.22.6) unstable; urgency=medium

* Release of 3.22.6

-- Jürgen E. Fischer <jef@norbit.de> Fri, 15 Apr 2022 14:06:54 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 13 May 2022 14:05:32 +0200

qgis (3.22.5) unstable; urgency=medium

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

<project_group>QGIS</project_group>
<releases>
<release version="3.22.7" date="2022-05-13" />
<release version="3.22.6" date="2022-04-15" />
<release version="3.22.5" date="2022-03-18" />
<release version="3.22.4" date="2022-02-18" />
Expand Down

0 comments on commit 5a65627

Please sign in to comment.