Skip to content

Commit

Permalink
Release of 3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 19, 2021
1 parent d06507a commit 1c3c5cd
Show file tree
Hide file tree
Showing 4 changed files with 245 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 "20")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
set(RELEASE_NAME "Odense")
project(qgis VERSION ${COMPLETE_VERSION})
Expand Down
235 changes: 235 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,238 @@
Jürgen E. Fischer <[email protected]> 2021-07-19

translation update for 3.20.1 from transifex

Jürgen E. Fischer <[email protected]> 2021-07-19

Update to final 3.20 splash

Mathieu Pellerin <[email protected]> 2021-07-19

Add icon for curved callouts
(thanks to @DelazJ for the original commit)

Nyall Dawson <[email protected]> 2021-07-15

[processing] Fix missing fields in data defined expression builder
when input layer is using selected features only

Fixes #40055

Nyall Dawson <[email protected]> 2021-07-15

Fix incorrect symbol size units shown when first showing the symbol widget

We need to populate the combo box with all valid size units before trying
to set the unit for the combo

Fixes #44070

Merge: 67a5aee46a 2439ec1fb7
Matthias Kuhn <[email protected]> 2021-07-16

Merge pull request #44201 from qgis/backport-44193-to-release-3_20

[Backport release-3_20] Upgrade credentials for HANA tests

Maxim Rylov <[email protected]> 2021-07-16

Upgrade credentials for HANA

Merge: d80684b045 a983e69739
Matthias Kuhn <[email protected]> 2021-07-15

Merge pull request #44161 from qgis/backport-44159-to-release-3_20

[Backport release-3_20] Don't disable JsonEditWidget by readonly layer

Even Rouault <[email protected]> 2021-07-13

qgsogrsourceselect.cpp: make it identify vector drivers only (fixes #44108)

Damiano Lombardi <[email protected]> 2021-07-14

Don't disable JsonEditWidget by readonly layer (widget is alway readonly)

Merge: 02314d4f87 05427c984d
Alessandro Pasotti <[email protected]> 2021-07-14

Merge pull request #44147 from qgis/backport-44139-to-release-3_20

[Backport release-3_20] Fix virtual layer definition decode url ref

Alessandro Pasotti <[email protected]> 2021-07-13

Fix virtual layer definition decode url ref

Fixes #44130

Merge: cec536698f d06888f228
Even Rouault <[email protected]> 2021-07-12

Merge pull request #44114 from qgis/backport-44094-to-release-3_20

[Backport release-3_20] [processing] Fix file download alg stuck in infinit loop when network errors occur

Mathieu Pellerin <[email protected]> 2021-07-09

[processing] Fix file download alg stuck in infinit loop when network errors occur

Merge: 0ba3aeec58 196e593e09
Even Rouault <[email protected]> 2021-07-09

Merge pull request #44014 from qgis/backport-43990-to-release-3_20

[Backport release-3_20] [OAPIF provider] Fix extra query parameters (fixes #43905)

Merge: f76f3a150d 2ca76a6d6c
D'Hont René-Luc <[email protected]> 2021-07-08

Merge pull request #44072 from qgis/backport-43949-to-release-3_20

[Backport release-3_20] Take tile_buffer parameter into consideration when rendering labels

Julien Cabieces <[email protected]> 2021-06-28

Fixes #37945 : Take tile_buffer parameter into consideration when
rendering labels

vcloarec <[email protected]> 2021-07-04

fix updating disabled scalar dataset group for mesh layer

speillet <[email protected]> 2021-07-05

fix project dirtiness when changing layout name

Joonalai <[email protected]> 2021-06-30

[fix] #43905 append OAPIF extra query params if url is not empty

Joonalai <[email protected]> 2021-06-30

Test for regression #43905 OAPIF extra query params

Nyall Dawson <[email protected]> 2021-06-25

Fix buffer definition for default text format

Denis Rouzaud <[email protected]> 2021-06-21

also set picture mode

Denis Rouzaud <[email protected]> 2021-06-21

fix SVG selector widget not reacting to changes

fixes #43802

Nyall Dawson <[email protected]> 2021-06-28

Apply suggestions from code review

wrass <[email protected]> 2021-06-25

Amend sprite retrieval (qgis#43925)

Update url path with resolution and extension rather than appending to string

Mathieu Pellerin <[email protected]> 2021-06-28

[processing] Clear python command in history dialog when selecting a non-algorithm item (i.e. folder)

Mathieu Pellerin <[email protected]> 2021-06-28

[ui][processing] Fix broken enter key showing help instead of running algorithm in history dialog

nicogodet <[email protected]> 2021-06-28

Backport #43897 + fixes

Jürgen E. Fischer <[email protected]> 2021-06-28

postgres provider: revert 93fe5b0d5e and 457165d7be (fixes #43965)

(cherry picked from commit 14b20ec6487b31e7b44b4ee8b04bf5b91d6fc463)

Nyall Dawson <[email protected]> 2021-06-28

Ensure 3d length is also shown in identify tool results for
multilinestringz geometries

Fixes #43930

nicogodet <[email protected]> 2021-06-27

exit fillTree() if no log entries

Jürgen E. Fischer <[email protected]> 2021-06-26

tstat.pl: switch to Locales

(cherry picked from commit 8dde0b1fdc0b6324ed9196d7dcdaee791d5cd9db)

Jürgen E. Fischer <[email protected]> 2021-06-25

initialize embedded python to UTF-8 mode only with Python >=3.8 (followup 61c79736d06d234)

(cherry picked from commit 65676da81619249f479e6e932aa64ba756d4deca)

Jürgen E. Fischer <[email protected]> 2021-06-23

initialize embedded python to UTF-8 mode (fixes #43834)

(cherry picked from commit 61c79736d06d234b9b3c023907d37d2b486efd0e)

Jürgen E. Fischer <[email protected]> 2021-06-23

postgres provider: fix handling of queries in QgsPostgresConn::retrieveLayerTypes

(cherry picked from commit 93fe5b0d5e94362da9ac839a92cf0a25d883a732)

MorriganR <[email protected]> 2021-06-23

fix: does not show PostgreSQL datatype: cidr/macaddr in query results

Andrea Giudiceandrea <[email protected]> 2021-06-22

Fix UnicodeDecodeError in Processing history

nicogodet <[email protected]> 2021-06-23

typo

Nyall Dawson <[email protected]> 2021-06-23

Ensure project is dirtied when layer notes are modified

Nyall Dawson <[email protected]> 2021-06-23

[layouts] Restore forced rasterization of whole layout map item
when a layer has opacity set for Qt < 5.15

Workarounds bugs in the PDF export for these earlier versions

Fixes #42698

Sandro Santilli <[email protected]> 2021-06-22

PostgreSQL provider: use bounding box column to compute extent

Speeds up extent computation when custom indexed bbox column is
given. References #43835

nicogodet <[email protected]> 2021-06-21

Allow 2 decimals for raster contour intervals

Jürgen E. Fischer <[email protected]> 2021-06-18

Release of 3.20 (Odense)

Jürgen E. Fischer <[email protected]> 2021-06-18

changelog and news update for 3.20

Jürgen E. Fischer <[email protected]> 2021-06-18

translation update for 3.20.0 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.20.0) UNRELEASED; urgency=medium
qgis (3.20.1) UNRELEASED; urgency=medium

* Release of 3.20.1

-- Jürgen E. Fischer <[email protected]> Mon, 19 Jul 2021 15:59:05 +0200

qgis (3.20.0) unstable; urgency=medium

* Release of 3.20.0

-- Jürgen E. Fischer <[email protected]> Fri, 18 Jun 2021 14:10:08 +0200
-- Jürgen E. Fischer <[email protected]> Mon, 19 Jul 2021 15:59:05 +0200

qgis (3.19.0) 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 @@ -18,6 +18,7 @@

<project_group>QGIS</project_group>
<releases>
<release version="3.20.1" date="2021-07-19" />
<release version="3.20.0" date="2021-06-18" />
<release version="3.18.0" date="2021-02-19" />
<release version="3.16.0" date="2020-10-23" />
Expand Down

0 comments on commit 1c3c5cd

Please sign in to comment.