Skip to content

Commit

Permalink
Release of 3.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 16, 2024
1 parent 764a3f6 commit 130c432
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(CMAKE_LINK_DEPENDS_NO_SHARED ON)
# Project and version
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "38")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_PACKAGE_VERSION_PATCH "2")
set(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
set(RELEASE_NAME "Grenoble")
project(qgis VERSION ${COMPLETE_VERSION})
Expand Down
234 changes: 234 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,229 @@
Jürgen E. Fischer <jef@norbit.de> 2024-08-16

translation update for 3.38.2 from transifex

Even Rouault <even.rouault@spatialys.com> 2024-08-14

OAuth2 configuration: trim leading/trailing blanks from most parameters set from UI to avoid weird issues

I've been bitten by deadlock/crashes (in
src/auth/oauth2/core/qgsauthoauth2method.cpp, and with messages about
O2ReplyServer parent thread not being the current one), when erroneously inserting
a space character before the OAuth2 refresh token URL ('
https://something'). Removing it makes things work nicely.

So while this doesn't fix a potential more fundamental threading issue in some scenarios, this at
least avoids this weird error.

Merge: fc36b4e0a82 82fbd002b26
Alexander Bruy <alexander.bruy@gmail.com> 2024-08-14

Merge pull request #58391 from qgis/backport-58370-to-release-3_38

[Backport release-3_38] Fix utf8 converion in QgsVectorFileWriter

Nyall Dawson <nyall.dawson@gmail.com> 2024-08-13

Fix utf8 converion in QgsVectorFileWriter

Fixes #58363

Julien Cabieces <julien.cabieces@oslandia.com> 2024-08-13

fix(ColorWidget): Deal with invalid QColor

Fixes #58302

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-07-24

add tolerance

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-07-24

test for colors

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-07-24

set transparent color as fallback

Co-authored-by: Mathieu Pellerin <nirvn.asia@gmail.com>

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-07-24

fix test

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-07-23

fix parseArray stops are open on both ends

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-07-19

add test for MVT conversion

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-07-18

do not set an invalid color

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-07-17

fix match expression when single value is provided

Denis Rouzaud <denis.rouzaud@gmail.com> 2024-07-17

[mvt] fix brush when color is data defined

Mathieu Pellerin <nirvn.asia@gmail.com> 2024-08-12

[processing] Fix model input combo box content for {file,folder} destination parameters

Mauro Bettella <bettellam@gmail.com> 2024-08-06

Invert lat(y) lon(x)

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-08-06

[processing][grass] Fix r.colors (color or rules or raster parameter)

Allow to use either the color parameter or the rules parameter or the raster parameter

Merge: d6b0e3930f4 e4e5ff3095d
Alexander Bruy <alexander.bruy@gmail.com> 2024-08-06

Merge pull request #58320 from qgis/backport-58317-to-release-3_38

[Backport release-3_38] Fix possible-dangling reference warning

Nyall Dawson <nyall.dawson@gmail.com> 2024-08-06

Fix possible-dangling reference warning

Björn <pathmapper@posteo.de> 2024-08-02

[metasearch] Fix load connections

Jacky Volpes <jacky.volpes@oslandia.com> 2024-07-30

Fix compound CRSs axis order and orientation info

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

Fix PDF export size of elevation plots

QPdfWriter doesn't return the output resolution as the device
physicalDpiX(?!), so let's hack around this by just setting
the output resolution to match the value reported by
physicalDpiX...

Fixes #57880

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-07-26

Always request the version info from the Network

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-07-30

[processing] savefeatures: avoid crash if input source is invalid

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-07-30

[processing] extractspecificvertices: avoid crash if input source is invalid

Andrea Giudiceandrea <andreaerdna@libero.it> 2024-07-30

[processing] extractvertices: avoid crash if input source is invalid

qgis-bot <bot@qgis.org> 2024-07-24

auto sipify 🍺

Merge: beac7abaf2f 6e514ac98d8
Alexander Bruy <alexander.bruy@gmail.com> 2024-07-24

Merge pull request #58226 from qgis/backport-58177-to-release-3_38

[Backport release-3_38] Avoid some forced truncation of colors to ints

Merge: 3919743c8b8 1b0dc6fe580
Alexander Bruy <alexander.bruy@gmail.com> 2024-07-24

Merge pull request #58215 from qgis/backport-58211-to-release-3_38

[Backport release-3_38] Don't require an explicit tileMatrixSet URI param for WMTS

Merge: 246506c6593 cd01f6b5f86
Alexander Bruy <alexander.bruy@gmail.com> 2024-07-24

Merge pull request #58214 from qgis/backport-58197-to-release-3_38

[Backport release-3_38] Fix crash when extracting symbols from project with layout legend

Merge: 28190f45939 5a6a0a5aa92
Alexander Bruy <alexander.bruy@gmail.com> 2024-07-24

Merge pull request #58095 from qgis/backport-58093-to-release-3_38

[Backport release-3_38] Fix use-after-free in QgsVectorLayerCache iterators

Nyall Dawson <nyall.dawson@gmail.com> 2024-07-19

Avoid some forced truncation of colors to ints

Fixes #58170

Jürgen E. Fischer <jef@norbit.de> 2024-07-23

debian package: followup #58200

Nyall Dawson <nyall.dawson@gmail.com> 2024-07-23

[wms] Allow type=wmts param in layer uri to request wmts handling

If no explicit tileMatrixSet is requested, and no other wmts
specific params are specified (eg tileDimensions), then allow
use of a "type=wmts" param to explicitly indicate that the layer's
URI should be treated as a wmts source.

Nyall Dawson <nyall.dawson@gmail.com> 2024-07-23

[wms] Don't require an explicit tileMatrixSet URI param for WMTS

When no explicit WMTS tileMatrixSet is specified, use the first
returned by the GetCapabilities request. This allows creation
of raster layers with no upfront knowledge of the available
tile matrix sets, and avoids the need for Python scripts to
manually retrieve and parse the GetCapabilities in advance in
order to determine available tile set IDs.

Nyall Dawson <nyall.dawson@gmail.com> 2024-07-22

Fix crash when extracting symbols from project with layout legend

Legend must be initialized before calling style visitor function

Fixes #57609

Nyall Dawson <nyall.dawson@gmail.com> 2024-07-15

Fix incorrect docs

(cherry picked from commit bef93c55298bf4f87d2248168c1ee462d437643d)

qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2024-07-22

[Backport release-3_38] fix class map install (#58202)

* fix class map install

* fix path

---------

Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com>

Jürgen E. Fischer <jef@norbit.de> 2024-07-19

Release of 3.38.1

Jürgen E. Fischer <jef@norbit.de> 2024-07-19

translation update for 3.38.1 from transifex
Expand Down Expand Up @@ -196,6 +422,14 @@ Mathieu Pellerin <nirvn.asia@gmail.com> 2024-07-13

[processing] Fix buffer algorithm's primary key collision

Nyall Dawson <nyall.dawson@gmail.com> 2024-07-13

Fix use-after-free in QgsVectorLayerCache iterators

We need to gracefully handle the situation where the cache
is deleted before the iterator, as these iterators require
the cache object

Nyall Dawson <nyall.dawson@gmail.com> 2024-07-12

[grass] Ensure vector inputs respect layer filters
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.38.1) UNRELEASED; urgency=medium
qgis (3.38.2) UNRELEASED; urgency=medium

* Release of 3.38.2

-- Jürgen E. Fischer <jef@norbit.de> Fri, 16 Aug 2024 14:14:32 +0200

qgis (3.38.1) unstable; urgency=medium

* Release of 3.38.1

-- Jürgen E. Fischer <jef@norbit.de> Fri, 19 Jul 2024 14:05:41 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 16 Aug 2024 14:14:32 +0200

qgis (3.38.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 @@ -19,6 +19,7 @@

<project_group>QGIS</project_group>
<releases>
<release version="3.38.2" date="2024-08-16" />
<release version="3.38.1" date="2024-07-19" />
<release version="3.38.0" date="2024-06-21" />
<release version="3.36.0" date="2024-02-23" />
Expand Down

0 comments on commit 130c432

Please sign in to comment.