Skip to content

Commit

Permalink
Release of 3.26.3
Browse files Browse the repository at this point in the history
jef-n committed Sep 9, 2022
1 parent 5215a72 commit 65e4edf
Showing 4 changed files with 368 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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 "26")
set(CPACK_PACKAGE_VERSION_PATCH "2")
set(CPACK_PACKAGE_VERSION_PATCH "3")
set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
set(RELEASE_NAME "Buenos Aires")
project(qgis VERSION ${COMPLETE_VERSION})
358 changes: 358 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,329 @@
Jürgen E. Fischer <jef@norbit.de> 2022-09-09

translation update for 3.26.3 from transifex

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

[expression] Fix LIKE / ILIKE operators

Merge: 2a671eec12 4c945c4c9a
D'Hont René-Luc <rldhont@gmail.com> 2022-09-06

Merge pull request #50073 from qgis/backport-49484-to-release-3_26

[Backport release-3_26] fix(server): Register services known versions

Merge: bccd8e3e24 8485bfb4e9
D'Hont René-Luc <rldhont@gmail.com> 2022-09-06

Merge pull request #50014 from qgis/backport-49485-to-release-3_26

[Backport release-3_26] fix(server): Add level to log messages in Service registry

Merge: a16d1bde04 5868d10f87
D'Hont René-Luc <rldhont@gmail.com> 2022-09-06

Merge pull request #50005 from qgis/backport-49483-to-release-3_26

[Backport release-3_26] fix(server): Add warning level to warning error parsing post data as XML

qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2022-09-05

Fix regression in Dynamic Temporal Controller, "Include Start, Includ… …e End" no longer works

Fixes #348946 by also casting the end expression

I think this is just forgotten in an earlier commit.
When the start is 'cast' but the end is not, there are issues when
for example the actual values are Date's (instead of DateTime's).

D'Hont René-Luc <rldhont@gmail.com> 2022-07-27

fix(server): Register services known versions

In QGIS Server only default supported OGC services versions has been registered :

* WMS 1.3.0 even if 1.1.1 is supported
* WFS 1.1.0 even if 1.0.0 is supported

Harrissou Sant-anna <delazj@gmail.com> 2022-09-01

Remove excess parentheses

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

Fix labels flip upside down when allowing upside down labels
and a large negative curved offset distance is set

Fixes #49234

Julien Cabieces <julien.cabieces@oslandia.com> 2022-08-30

Fixes #49179 : convert correcly proxy port when reading ogr layers

Jacky Volpes <jacky.volpes@oslandia.com> 2022-08-23

Fix #47810 - zoom last and next with rotated map looses scale

D'Hont René-Luc <rldhont@gmail.com> 2022-07-27

fix(server): Add level to log messages in Service registry

Some message logs in the QGIS Server Service registry have a level, not all.

D'Hont René-Luc <rldhont@gmail.com> 2022-07-27

fix(server): Add warning level to warning error parsing post data as XML

The message `Warning: error parsing post data as XML` was logged without level even if it is a warning.

Merge: 4d9af243b6 a6448976e2
Loïc Bartoletti <lbartoletti@users.noreply.github.com> 2022-08-29

Merge pull request #50000 from qgis/backport-49425-to-release-3_26

[Backport release-3_26] More informative warning on shape capture option

Alexandre <senhor.neto@gmail.com> 2022-07-21

Even better wording

Alexandre <senhor.neto@gmail.com> 2022-07-20

More informative warning on shape capture option

Andreas Steffens <46336892+andreassteffens@users.noreply.github.com> 2022-07-22

[fix] inconsistent access to plugin metadata "update_date"

update_date metadata item was inconsistently accessed by key "update_date" and "update_date_stable" => fixed by changing to "update_date_stable"

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

Remove extremely outdated assumption in QgsVectorLayer::selectedFeatures()
resulting in poor selection performance

Fixes #49962

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

Fix HANA, oracle, gpx, wfs/oapif handling of NoGeometry/filter rect combination

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

[spatialite] Correctly handle combination of filter rect and NoGeometry
flag

Fixes #49866

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

Add feature source test for filterrect with NoGeometry flag combination

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

fix msvc build

uclaros <uclaros@gmail.com> 2022-08-26

make searching for headers case insensitive

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

Update reference file

(cherry picked from commit f7cb224239aa0a8df06dfa04ae480dae51d9c5ac)

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

Make tests stable across different platforms

(cherry picked from commit e0f8d0029e8a256dee391ec0b29f90e76087b0ba)

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

Stablise svg cache test

Because QDomDocument.toString returns element attributes in a non-
deterministic order, we can't directly compare two XML documents.
Instead resort to element/attribute by element comparison.

(cherry picked from commit e890637374bc4c56820c3f841f76b7ff6f4277b8)

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

Don't equate unknown location accuracy with invalid locations

Followup 5bbad0280. Locations returned by QQGeoPositionInfo don't
have a quality indication, yet should still be treated at
a valid GPS location

Otherwise functionality in the GPS information panel is lost
when the Qt Geoposition device is used.

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

[vectortiles] Support vector tiles URLs which point directly
to a ESRI vector tile service resources/styles/root.json endpoint

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

Support longlong variant types when converting mapbox gl styles

Depending on which method is used to convert json to a variantmap,
we may end up with longlong values instead of ints. Make the
converter tolerant to these too.

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

Fix some race conditions in QgsTileDownloadManager

Avoid modifying the queue while we're in the middle of iterating
over it.

(cherry picked from commit c650c0e7d954f8f360b1943ca3ca167626658a77)

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

Apply suggestions from code review

Alessandro Pasotti <elpaso@itopen.it> 2022-08-22

Add test and move to class

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

Fetch geometries when conditional formatting rule requires it

Fixes #43252

Damiano Lombardi <damiano@opengis.ch> 2022-08-22

Docstrings

Damiano Lombardi <damiano@opengis.ch> 2022-08-20

Fix rollback not leaving a consistent state for buffered transaction

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

Fix vector tile style conversion of fill opacity from interpolation list

(cherry picked from commit b1b3475ffe247a4e3af00db129b6029d1791003c)

Mathieu Pellerin <nirvn.asia@gmail.com> 2022-08-22

[qt6][themes] Fix drop down arrow position for instant popup tool buttons

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

Update since

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

Default new layout map rotation to canvas map rotation

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

Add API to QgsProjectViewSettings to allow setting default map rotation

Provides a stable means for scripts to set the map rotation

Borys Jurgiel <info@borysjurgiel.pl> 2022-08-04

Find more available encodings for the dxf exporter

Germán Carrillo <gcarrillo@linuxmail.org> 2022-08-19

[processing] Split Vector Layer alg: Set input type to TypeVector in order to allow geometryless layers appear into INPUT parameter

Germán Carrillo <gcarrillo@linuxmail.org> 2022-08-19

[processing] savefeatures alg: Set input type to TypeVector in order to allow geometryless layers appear into INPUT parameter

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

Correctly normalize mesh normals

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

Fix incorrect authid to char comparisons

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

Fix html widget expression with newlines

Fix #37569

uclaros <uclaros@gmail.com> 2022-08-20

fix hiding snap indicators when done using advanced digitizing

Denis Rouzaud <denis.rouzaud@gmail.com> 2022-08-05

set circle as default shape tool

also fix crash if called without shape metadata

fixes #47648

Borys Jurgiel <info@borysjurgiel.pl> 2022-08-20

Bring back CP949 codec in QgsDxfExport. Fixes #44756

uclaros <uclaros@gmail.com> 2022-08-18

move mid marker when both line endpoints are out of the extent

Merge: 996e8a8bd9 a4cb3af595
Julien Cabieces <julien.cabieces@oslandia.com> 2022-08-18

Merge pull request #49827 from qgis/backport-49747-to-release-3_26

[Backport release-3_26] [Layout] Fix legend placement on export

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

Fix messed up paths/default file names in model designer export dialogs

Julien Cabieces <julien.cabieces@oslandia.com> 2022-08-16

use standard font for test

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

Fix #37566 : fix legend placement on export

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

Split test_qgsprocessexecutable.py into two parts

The test is running up against the maximum execution timeout
for tests and sporadically failing

nicogodet <nicolas.godet@outlook.fr> 2022-08-10

Keep current map tool if line captured

Borys Jurgiel <info@borysjurgiel.pl> 2022-08-08

Fix it better

Borys Jurgiel <info@borysjurgiel.pl> 2022-08-04

Fix output encoding in processing/dxf export

Merge: feec3d3b12 ae51092681
Matthias Kuhn <matthias@opengis.ch> 2022-08-13

Merge pull request #49182 from qgis/backport-48998-to-release-3_26

[Backport release-3_26] WFS/OAPIF: fix filtering on duplicated layers (fixes #48465)

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

Release of 3.26.2

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

translation update for 3.26.2 from transifex
@@ -946,6 +1272,38 @@ Mathieu Pellerin <nirvn.asia@gmail.com> 2022-06-30

[layouts] When exporting layouts to image/PDF create any missing directories from path

Even Rouault <even.rouault@spatialys.com> 2022-06-16

[WFS/OPAIF] Only clone sharedData in setSubsetString()

- Remove calls to invalidateCache() which aren't necessary since the
clone() operation doesn't clone cache information
- Tune providertestbase.py to avoid a failure on WFS

Even Rouault <even.rouault@spatialys.com> 2022-06-15

[WFS/OPAIF provider] Handle reconnecting signals to shared data in handlePostCloneOperations()

Even Rouault <even.rouault@spatialys.com> 2022-06-15

[OAPIF provider] Fix clone of shared data, and do it only in handlePostCloneOperations()

Even Rouault <even.rouault@spatialys.com> 2022-06-15

[WFS provider] Fix clone of shared data, and do it only in handlePostCloneOperations() (fixes #48465)

Matthias Kuhn <matthias@opengis.ch> 2022-06-11

Create a deep copy of wfs shared data on setSubsetString

Denis Rouzaud <denis.rouzaud@gmail.com> 2022-05-10

use a QExplicitlySharedDataPointer for WFS shared data on the provider

hence we can detach when setting the subset string since it's stored in the shared data

fixes #48465

Merge: 6680fd7d3d b32983f901
Alessandro Pasotti <elpaso@itopen.it> 2022-06-24

10 changes: 8 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
qgis (3.26.2) UNRELEASED; urgency=medium
qgis (3.26.3) UNRELEASED; urgency=medium

* Release of 3.26.3

-- Jürgen E. Fischer <jef@norbit.de> Fri, 09 Sep 2022 14:04:34 +0200

qgis (3.26.2) unstable; urgency=medium

* Release of 3.26.2

-- Jürgen E. Fischer <jef@norbit.de> Fri, 12 Aug 2022 14:04:46 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 09 Sep 2022 14:04:34 +0200

qgis (3.26.1) unstable; urgency=medium

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

<project_group>QGIS</project_group>
<releases>
<release version="3.26.3" date="2022-09-09" />
<release version="3.26.2" date="2022-08-12" />
<release version="3.26.1" date="2022-07-15" />
<release version="3.26.0" date="2022-06-17" />

0 comments on commit 65e4edf

Please sign in to comment.