Skip to content

Commit

Permalink
Release of 3.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 27, 2023
1 parent fd449b6 commit c12bcb2
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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 "28")
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 "Firenze")
project(qgis VERSION ${COMPLETE_VERSION})
Expand Down
288 changes: 288 additions & 0 deletions ChangeLog
@@ -1,3 +1,291 @@
Jürgen E. Fischer <jef@norbit.de> 2023-01-27

translation update for 3.28.3 from transifex

Even Rouault <even.rouault@spatialys.com> 2023-01-25

[GDAL provider] Minimal support for GDT_Int8 of GDAL 3.7.0

Fixes #50907

GDAL 3.7.0 brings GDT_Int8, which triggers compiler warnings
in QGIS due to those new enumeration values not being handled.

We do a minimal handling of them, by exposing them as QGIS Int16 rasters

A more ambitious fix would be to add proper Int8 support to QGIS.

Harrissou Sant-anna <delazj@gmail.com> 2023-01-18

Add "Add GPX Layer" entry to Layer menu

Harrissou Sant-anna <delazj@gmail.com> 2023-01-17

Rename GPS device buttons in GPSBabel dialog

Alessandro Pasotti <elpaso@itopen.it> 2023-01-24

Make QgsFeatureListComboBox shrinkable

Alessandro Pasotti <elpaso@itopen.it> 2023-01-24

Make form combo box widgets shrinkable

When a form widget contains long values it takes by default the length
of the longest item.

This can result in very wide forms that cannot be shrinked.

With this PR the combo box can be shrinked and the form itself can be
also shrinked.

Merge: 04c2023776 d9d14fb7ac
Julien Cabieces <julien.cabieces@oslandia.com> 2023-01-24

Merge pull request #51565 from qgis/backport-51143-to-release-3_28

[Backport release-3_28] [Oracle] treat 3D geometry as Z geometry, not 25D

Merge: 4be30e9cbf f7cc70db2e
Julien Cabieces <julien.cabieces@oslandia.com> 2023-01-24

Merge pull request #51560 from qgis/backport-51549-to-release-3_28

[Backport release-3_28] Infer file extension from content-type header

Julien Cabieces <julien.cabieces@oslandia.com> 2023-01-13

update tests

Julien Cabieces <julien.cabieces@oslandia.com> 2022-12-07

[Oracle] advertize 3D geometry as Z geometry, not 25D

Merge: 2033f1555d e0fba97a3b
Julien Cabieces <julien.cabieces@oslandia.com> 2023-01-24

Merge pull request #51463 from qgis/backport-51378-to-release-3_28

[Backport release-3_28] [Oracle] Don't treat curve as line

Nyall Dawson <nyall.dawson@gmail.com> 2023-01-24

Update src/core/network/qgsnetworkcontentfetcherregistry.cpp

Jacky Volpes <jacky.volpes@oslandia.com> 2023-01-23

Infer file extension from content-type header

Jacky Volpes <34267385+Djedouas@users.noreply.github.com> 2023-01-19

Update python/core/auto_generated/externalstorage/qgsexternalstorage.sip.in

Jacky Volpes <34267385+Djedouas@users.noreply.github.com> 2023-01-19

Update src/core/externalstorage/qgsexternalstorage.h

Co-authored-by: Julien Cabieces <julien.cabieces@oslandia.com>

Jacky Volpes <jacky.volpes@oslandia.com> 2023-01-19

External storage: status is now private with a setter

qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2023-01-23

[Backport release-3_28] Fix new face with mesh editing (#51531)

* change approach for new face with mesh editing

* add test for new face with mesh editing

* fix spelling and SIP

* fix typo

* optimisation and QGIS version update

* add another check

Co-authored-by: vcloarec <vcloarec@gmail.com>

Harrissou Sant-anna <delazj@gmail.com> 2023-01-16

Allow column resizing in the "User fonts" table

in order to read full path of the fonts file (often longer than the font family name)

Merge: 52723af4a4 42ee1221cf
Even Rouault <even.rouault@spatialys.com> 2023-01-17

Merge pull request #51499 from DelazJ/macOS328

[Backport 3.28] Use macOS label instead of Mac for vector layer actions

Merge: e935f9f984 9e17701eeb
Even Rouault <even.rouault@spatialys.com> 2023-01-17

Merge pull request #51496 from qgis/backport-51494-to-release-3_28

[Backport release-3_28] Fix crash in OGR provider when requesting invalid field indexes in feature request

Harrissou Sant-anna <delazj@gmail.com> 2023-01-17

Use macOS label instead of Mac for vector layer actions

Nyall Dawson <nyall.dawson@gmail.com> 2023-01-17

Fix crash in OGR provider when requesting invalid field indexes
in feature request

Harrissou Sant-anna <delazj@gmail.com> 2023-01-16

Mention Elevation page in layer properties as reachable programmatically

Merge: 110e1cfa43 872d88c857
Julien Cabieces <julien.cabieces@oslandia.com> 2023-01-16

Merge pull request #51473 from YoannQDQ/backport-51437-to-release-3_28

[Backport release-3_28] Fix split parts tool #51437

Long Huan <8551701+longhuan2018@users.noreply.github.com> 2023-01-13

Update src/providers/wfs/qgsbackgroundcachedshareddata.cpp

Co-authored-by: Even Rouault <even.rouault@spatialys.com>

Long Huan <8551701+longhuan2018@users.noreply.github.com> 2023-01-12

Update qgsbackgroundcachedshareddata.cpp

Long Huan <8551701+longhuan2018@users.noreply.github.com> 2023-01-12

Use utf-8 encoding to call gdal's file operation function

Yoann Quenach de Quivillic <yoann.quenach@gmail.com> 2023-01-14

fix indentation

Yoann Quenach de Quivillic <yoann.quenach@gmail.com> 2023-01-13

Add splitParts unittest

Yoann Quenach de Quivillic <yoann.quenach@gmail.com> 2023-01-13

Apply suggestions from code review

Yoann Quenach de Quivillic <yoann.quenach@gmail.com> 2023-01-11

Fix split parts tool for multilinestring layers

Yoann Quenach de Quivillic <yoann.quenach@gmail.com> 2023-01-11

Fix split part tools on multipolygons
Fixes #51321

Julien Cabieces <julien.cabieces@oslandia.com> 2023-01-05

fix provider connection test

Julien Cabieces <julien.cabieces@oslandia.com> 2023-01-05

[Oracle] Fixes #51263 : Don't treat curve as line

bdm-oslandia <benoit.de.mezzo@oslandia.com> 2023-01-10

fix(core): extract httpheaders when creating QgsDataSourceUri from string

Nyall Dawson <nyall.dawson@gmail.com> 2023-01-09

Add file writer metadata for GDAL OpenFileGDB driver to allow
direct vector layer save as to GDB

Nyall Dawson <nyall.dawson@gmail.com> 2023-01-09

Ensure project path is quoted when required when exporting algorithm
as qgis_process command

Nyall Dawson <nyall.dawson@gmail.com> 2023-01-09

[processing] Mark algorithms which use layouts as requiring a project

This ensures that the project_path value is correctly set when
exporting the algorithm settings to json or qgis_process commands

Fixes #50483

Merge: bdf524bed1 447b782fbd
Matthias Kuhn <matthias@opengis.ch> 2023-01-09

Merge pull request #51405 from qgis/backport-51400-to-release-3_28

Nyall Dawson <nyall.dawson@gmail.com> 2023-01-09

Fix segfault on cleanup of qgis_process command

Fixes #51383

Jean Felder <jean.felder@oslandia.com> 2022-09-01

qgscamerapose: Fix pitch initial value to avoid rotation computation error

This is a follow up from commit
b173af9a2e5097b7542668c640acb30819563be0.

This prevents a bug in QgsCameraPose::updateCamera when updating
camera rotation.
Indeed, with a mPitchAngle < 0.2, QQuaternion::fromEulerAngles(
mPitchAngle, mHeadingAngle, 0 ) will return bad rotation angle.

This is fixed is Qt6, but it has not been backported to Qt5.
See: https://bugreports.qt.io/browse/QTBUG-72103

This change is mostly useful when the `setViewFromTop` method is
called because it uses the default QgsCameraPose constructor and
therefore, the initial pitch angle is used.

The different associated tests need to be updated to take into account
this change.

Alessandro Pasotti <elpaso@itopen.it> 2022-12-19

Fix test after ElseFilter

Alessandro Pasotti <elpaso@itopen.it> 2022-12-19

Fix #42136

Alessandro Pasotti <elpaso@itopen.it> 2022-12-16

Roundtrip test for ELSE SLD import/export

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

SLD ElseFilter support

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

SLD simple marker rotation data-defined field ref export

Fix #24953 at least for simple cases where the expression
is a simple field reference.

Even Rouault <even.rouault@spatialys.com> 2023-01-07

file writer metadata: add (Geo)Arrow and (Geo)Parquet drivers (fixes #51165)

Harrissou Sant-anna <delazj@gmail.com> 2023-01-02

missing comma

Harrissou Sant-anna <delazj@gmail.com> 2023-01-02

Correctly expose optional argument in represent_value function

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

Release of 3.28.2

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

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

* Release of 3.28.3

-- Jürgen E. Fischer <jef@norbit.de> Fri, 27 Jan 2023 13:04:06 +0100

qgis (3.28.2) unstable; urgency=medium

* Release of 3.28.2

-- Jürgen E. Fischer <jef@norbit.de> Fri, 16 Dec 2022 13:04:30 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 27 Jan 2023 13:04:06 +0100

qgis (3.28.1) unstable; urgency=medium

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

<project_group>QGIS</project_group>
<releases>
<release version="3.28.3" date="2023-01-27" />
<release version="3.28.2" date="2022-12-16" />
<release version="3.28.1" date="2022-11-18" />
<release version="3.28.0" date="2022-10-21" />
Expand Down

0 comments on commit c12bcb2

Please sign in to comment.