Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release of 3.10.12
  • Loading branch information
jef-n committed Nov 20, 2020
1 parent f47a575 commit 75c848f
Show file tree
Hide file tree
Showing 4 changed files with 297 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -15,7 +15,7 @@ SET(CMAKE_LINK_DEPENDS_NO_SHARED ON)
# Project and version
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
SET(CPACK_PACKAGE_VERSION_MINOR "10")
SET(CPACK_PACKAGE_VERSION_PATCH "11")
SET(CPACK_PACKAGE_VERSION_PATCH "12")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "A Coruña")
PROJECT(qgis VERSION ${COMPLETE_VERSION})
Expand Down
287 changes: 287 additions & 0 deletions ChangeLog
@@ -1,3 +1,290 @@
Jürgen E. Fischer <jef@norbit.de> 2020-11-20

translation update for 3.10.12 from transifex

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-11-19

QgsRendererPropertiesDialog: initialize mDockMode member

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-11-12

fixes SAGA Random Terrain tool

Merge: a191ffd76e d46349e147
Alessandro Pasotti <elpaso@itopen.it> 2020-11-11

Merge pull request #39933 from qgis-bot/backport-39923-to-release-3_10

[Backport release-3_10] QgsAuthOAuth2Method: use a recursive mutex

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-11-10

QgsAuthOAuth2Method: use a recursive mutex

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-11-09

only _AddDllDirectory existing directories (fixes OSGeo4W#649)

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-11-06

test_qgsproject.py: no longer used deprecated way of importing ogr

Merge: 01baa2d7a6 7c784a8126
Matthias Kuhn <matthias@opengis.ch> 2020-11-06

Merge pull request #39837 from skampus/patch-8

Update tsstat.pl

Stefano Campus <skampus@gmail.com> 2020-11-06

Update tsstat.pl

Added a new Italian Translator

Jürgen E. Fischer <jef@norbit.de> 2020-09-25

backport fix for #38476

Alessandro Pasotti <elpaso@itopen.it> 2019-11-28

PG provider connection API: convert to bools

Fixes #33130

Backport from master/2.16

github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2020-10-24

[RPM] Make spec file compatible with Fedora 33

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-10-20

[themes] Fix vertical slider fill color and sliders' invertedAppearance fill

(cherry picked from commit 4f834cafb88780baa76cd02fbdee193435fea248)

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-10-19

[themes] Fix tiny regression with custom indicator for layer tree et cie

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-10-19

[themes] Fix missing background fill for user input widgets
(fixes #39452)

Even Rouault <even.rouault@spatialys.com> 2020-10-15

[OGR provider / GPKG] Avoid skipConstraintCheck() return true on the GPKG fid colum

(cherry picked from commit 212085e94f7635fc2ae0b2fb3506e856ea370c50)

D'Hont René-Luc <rldhont@gmail.com> 2020-10-16

FIX: QgsCoordinateReferenceSystem::createFrom* has to return CRS's validity

The methods `QgsCoordinateReferenceSystem::createFrom*` returned true when the CRS was found in cache instead of the CRS's validity.

This fixed it and the tests.

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

Fix WMS auth basic password encoding

Fixes #39243

Manually backported from master https://github.com/qgis/QGIS/pull/39347

Alessandro Pasotti <elpaso@itopen.it> 2020-10-09

no &

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

Test for issue 39230 expressions fields in ogr

Backported from master bacd987b06887f4451cd5a80e05abed3ea38a55a

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

Don't bark when there are expression fiels

Fixes #39230

Matthias Kuhn <matthias@opengis.ch> 2020-10-09

Fix translation for geometry checks

Q_DECLARE_TR_FUNCTIONS must be used in the subclass. If used from the super class
it simply does not work.

Even Rouault <even.rouault@spatialys.com> 2020-10-09

GUI: renaming GPKG layer: allow any character but | (fixes #39288)

(cherry picked from commit f940ffc6d0db4aaa818e0debc93269f1f889cdf5)

Julien Cabieces <julien.cabieces@oslandia.com> 2020-10-07

Fixes #37038: Fix drag and drop field order in designer

signedav <david@opengis.ch> 2020-09-10

Merge pull request #38658 from suricactus/37847_scroll_to_f

FIX 37847 New feature is hidden when created from attribute table

Mathieu Pellerin <nirvn.asia@gmail.com> 2020-09-27

Fix 'hide all layers' UX

Even Rouault <even.rouault@spatialys.com> 2020-10-01

GML streaming parser / WFS: correctly deal with gml:id attributes before passing geometry to OGR (fixes #39081)

(cherry picked from commit 80f00f84c0dbe39fa6c40df87f1444cee2a120d0)

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

Fix server WFS-T 1.1.0 wrong case in transaction response

Fixes #38558

(cherry picked from commit aa79a840170b4cb62283036e35750c3662160794)

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

Fixes value relation line edit not found values

When there is no match in the relation layer,
show "(no selection)" instead of NOT updating
the widget (which was the reported issue).

Fixes #38552

(cherry picked from commit 448f7d9d8199af7895aa05c83161a6d4062c3c99)

Alessandro Pasotti <elpaso@itopen.it> 2020-09-14

Manual backport of master fix for PG mixed geometries

Plus a new test case, fixes #35367 and #38565

The new test case needs forward port to master

Andrea Giudiceandrea <andreaerdna@libero.it> 2020-09-24

Fix grassname of raster layer bands in r_rgb.py

(cherry picked from commit e7e08fd5045b4fbbec5078ed30de644dabd5ce41)

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

[WFS provider] Fix freeze when feature requests issued from main thread and authentication manager triggers (fixes #37224)

Even Rouault <even.rouault@spatialys.com> 2020-02-02

Fix various nullptr dereference when opening project with broken raster provider

Found when replacing <provider>gdal</provider> by something else.

Number of nullptr checks in QgsRasterLayer class have been just added for
consistency. Some might not be triggerable.

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

Fix constraint metadata is duplicated after opening layer properties

Fixes #38916

(cherry picked from commit 6a002573c00a8a8e11443eaca28b57a8ad6de4c0)

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

Increase precision of georeferencing coordinates used when creating GeoPDF composition file

Fixes shift in geopdf feature positions when using geographic CRS at large scales

Fixes #37755

(cherry picked from commit 0b77f187ec5a14651457fd07f306cba2511fb854)

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

When a layer is being removed from the project, gracefully
close and cleanup all panels in the layer styling dock

Fixes #38920

(cherry picked from commit 67ec244864ca6f9290e1f35a1a0c60b4888fe686)

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

Fixes #31798 : don't convert bool to string in virtual layer

(cherry picked from commit 36a7d1b8c468ae14ccde7a8334e30d8140f26e6e)

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

VectorFileWriter/OGR provider: workaround GDAL 3.1.x bug regarding XLSX and ODS creation

GDAL 3.1.0 to 3.1.3 will create XLSX and ODS files with ZIP64 extensions,
which make them incompatible of current LibreOffice versions.

This has been fixed in GDAL now, but this can be workaround on QGIS side too
if using those buggy versions.

(cherry picked from commit 3d0a14e1dc5b7b2d94df13277b896b28c8c518cc)

Peter Petrik <zilolv@gmail.com> 2020-09-16

fix segmentation fault 11 on MacOS during closing QGIS

(cherry picked from commit cbdda422b0fe66fa16c08bad72e6b7e116e52155)

Even Rouault <even.rouault@spatialys.com> 2020-09-15

Transaction and Geopackage datasets: make it work when the layer whose edition is turned off hasn't been modified (fixes #38697)

We cannot use QgsDataSourceUri::connectionInfo() as it returns an empty string
for OGR datasources. So use QgsTransaction::connectionString() as in other places.

(cherry picked from commit 92ed4509fb3ae98362a85cefef09e8b4445724f5)

Blottiere Paul <blottiere.paul@gmail.com> 2020-09-16

Replace PS character. Fixes #37803

(cherry picked from commit 1bd78908eee84ea03a1238cd52a1cf6a965e171e)

Even Rouault <even.rouault@spatialys.com> 2020-09-15

[GUI] Identification result: fix warning 'CRITICAL Qt : QTableWidget: cannot insert an item that is already owned by another QTableWidget' (fixes #37215)

(cherry picked from commit 079f340e99eedce0007aebfbdc1914f8e6bb7cc0)

Even Rouault <even.rouault@spatialys.com> 2020-09-14

[Processing] GdalUtils: fix quoting of arguments with '&' (fixes #38674)

(cherry picked from commit c6fe79b60d2ff6743cf1fd5ed38642b6ebafb6fb)

Even Rouault <even.rouault@spatialys.com> 2020-09-14

[DelimitedText provider] Fix performance issue with files with Unix end-of-line characters

Fixes #38068

The performance regression was introduced per commit 644a5647dbdef395993cf406678addfd6978e781
It resulted in quadratic performance in the size of the buffer for CSV files
with Unix '\n' end of line character, due to scanning repeatedly for `\r`

(cherry picked from commit a66784465a9dd8e9d344e37dbd0f304325ac1f6e)

Jürgen E. Fischer <jef@norbit.de> 2020-10-23

Release of 3.10.11

Jürgen E. Fischer <jef@norbit.de> 2020-10-23

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

* Release of 3.10.12

-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 Nov 2020 14:08:49 +0100

qgis (3.10.11) unstable; urgency=medium

* Release of 3.10.11

-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Oct 2020 14:08:27 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 20 Nov 2020 14:08:49 +0100

qgis (3.10.10) 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.10.12" date="2020-11-20" />
<release version="3.10.11" date="2020-10-23" />
<release version="3.10.10" date="2020-09-11" />
<release version="3.10.9" date="2020-08-14" />
Expand Down

0 comments on commit 75c848f

Please sign in to comment.