Skip to content

Commit

Permalink
Release of 3.28.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 21, 2023
1 parent 9809cbe commit 66f4d63
Show file tree
Hide file tree
Showing 4 changed files with 256 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 "28")
set(CPACK_PACKAGE_VERSION_PATCH "8")
set(CPACK_PACKAGE_VERSION_PATCH "9")
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
246 changes: 246 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,249 @@
Jürgen E. Fischer <jef@norbit.de> 2023-07-21

translation update for 3.28.9 from transifex

Alessandro Pasotti <elpaso@itopen.it> 2023-07-20

Fix crash from issue #53876

Mathieu Pellerin <nirvn.asia@gmail.com> 2023-07-19

[themes] Fix bad focus on mouse hovering tree view widgets

Mathieu Pellerin <nirvn.asia@gmail.com> 2023-07-19

[themes] Fix combobox styling not reflecting the editable state

Jürgen E. Fischer <jef@norbit.de> 2023-07-14

expression help: show defaults in syntax help with ':=' instead of '='

(cherry picked from commit ef2b1c16daa8ecba1550f40f622bfc10b9376834)

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

[OGR provider] Do not try to open FileGeodatabase in update mode if not possible (fixes #8075)

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

Fix loss of selection signal when QgsCrsSelectionWidget is not
permitting invalid crs selection yet an invalid crs has been
set as the selected crs via api

Refs #53309

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-06-30

Fix v.reclass description file

Make the 'column' parameter optional

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-06-27

Drop unused mingw-extras repo

Nyall Dawson <nyall.dawson@gmail.com> 2023-06-26

Fix array creation mismatched allocation function warning

Julien Cabieces <julien.cabieces@oslandia.com> 2023-06-22

use GEOSCoordSeq_getXYZ_r and unique_ptr

Julien Cabieces <julien.cabieces@oslandia.com> 2023-06-20

Fixes #52145 : Correctly split 3D feature

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

fix tests

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

restrictedSymbolSizeOK must be false only with geometrygenerator

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

Fixes #49728 : Fix layout legend when geometry generator is involved

Alessandro Pasotti <elpaso@itopen.it> 2023-06-08

PAL Fix multipoint bounds offset

Fix #53030

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

fix test

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

Fix map and elevation profile data defined background color

Julien Cabieces <julien.cabieces@oslandia.com> 2023-06-15

Fixes #52356 : Update graduated renderer widget according to current mode on init

Yoann Quenach de Quivillic <yoann.quenach@gmail.com> 2023-03-21

Fix #43275 Panning in a rotated map view with a locked scale changes the magnification factor

Yoann Quenach de Quivillic <yoann.quenach@gmail.com> 2023-03-21

Fix #48246 Scale Lock Ignored on Zoom to Full

Yoann Quenach de Quivillic <yoann.quenach@gmail.com> 2023-03-21

Fix #52062 zoomWithCenter when view is rotated

Alessandro Pasotti <elpaso@itopen.it> 2023-05-23

Move qix generation to real leave

Alessandro Pasotti <elpaso@itopen.it> 2023-05-23

re-include header

Alessandro Pasotti <elpaso@itopen.it> 2023-05-22

OGR: regenerate qix on end editing

GDAL deletes the qix when saving, if the qix was there before
editing started we generate a new one after editing ended.

Maybe fix #30528

qgis-bot <58983587+qgis-bot@users.noreply.github.com> 2023-06-13

fix unnecessary request to PostgreSQL (#53449)

Julien Cabieces <julien.cabieces@oslandia.com> 2023-06-12

Fixes #53412 : transfer back rasterblock back to python caller

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

Fix a leak in style model

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

Fix a use after free issue in app cleanup

The project and layertree were being destroyed before the
layer tree view was being removed, which meant that in some
circumstances the view would attempt to read previously
destroyed layer tree nodes

Explicitly delete the layer tree view before we cleanup
QgsApplication to avoid this.

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

Fix documentation test

Nyall Dawson <nyall.dawson@gmail.com> 2023-05-30

Cache database connection capabilities for browser items so
we don't create a new connection on every call to the qt model
flags

Greatly speeds up browser when a large number of files are visible

Fixes #53265

Alexander Bruy <alexander.bruy@gmail.com> 2023-06-08

do not use field alias for the display role in the field mapping model (fix #53028)

Alexander Bruy <alexander.bruy@gmail.com> 2023-06-01

do not explicitly mark source widget as valid as this overrides
validation result (fix #52622)

Alexander Bruy <alexander.bruy@gmail.com> 2023-06-08

allow overzooming when converting tile scale to zoom, so the styling is
applied correctly

Loïc Bartoletti <loic.bartoletti@oslandia.com> 2023-06-06

[GRASS] Use -stable link to manuals

Alexander Bruy <alexander.bruy@gmail.com> 2023-06-05

store component position not only in the graphic item but also in the
modeler component to prevent jumping when trying to move it (fix #51757)

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

Fix grass provider points to out of date help documents

Instead of storing the calculated default URL for the help
documentation within the user's profile, make the help
PATH setting an optional override. This avoids the setting persisting
an older help URL when the user's grass installation is
updated to a newer version.

Change the existing setting key to a new one so that the
setting is reset for all users, so that old profile
settings don't apply and override the default.

Fixes #53105

Alexander Bruy <alexander.bruy@gmail.com> 2023-06-01

handle multiline comments when exporting models to Python (fix #50715)

Alexander Bruy <alexander.bruy@gmail.com> 2023-06-01

make floor division operator visible in the expression builder and add
help for it (fix #52094)

Alexander Bruy <alexander.bruy@gmail.com> 2023-05-31

do not raise error in processing algoirthm if map tool previously used
by the canvas was destroyed (fix #53294)

Nyall Dawson <nyall.dawson@gmail.com> 2023-05-31

Fix crash when creating new grass mapsets when "set" is pressed
and no region is selected

Alexander Bruy <alexander.bruy@gmail.com> 2023-05-18

address review

(cherry picked from commit 44d72c14819cb84ac468af00d906b95734c729d8)

Alexander Bruy <alexander.bruy@gmail.com> 2023-05-18

apply pixel size conversion factor to line width if style does not
define "line-width" property

(cherry picked from commit 68fa66dfc1e617cd8595b5916b0e8d64c9051fdc)

Matthias Kuhn <matthias@opengis.ch> 2023-05-12

Use specific typing for QgsWkbPtr

Wkb knows uin32 and we offer conversion functions to this.

Damiano Lombardi <damiano@opengis.ch> 2023-05-16

Reverse order

Damiano Lombardi <damiano@opengis.ch> 2023-05-16

Fix circular relations

Damiano Lombardi <damiano@opengis.ch> 2023-05-13

Fix buffered transaction crash because of wrong orderLayers method

Jürgen E. Fischer <jef@norbit.de> 2023-06-23

Release of 3.28.8

Jürgen E. Fischer <jef@norbit.de> 2023-06-23

translation update for 3.28.8 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.28.8) UNRELEASED; urgency=medium
qgis (3.28.9) UNRELEASED; urgency=medium

* Release of 3.28.9

-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Jul 2023 14:01:40 +0200

qgis (3.28.8) unstable; urgency=medium

* Release of 3.28.8

-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Jun 2023 14:01:37 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 21 Jul 2023 14:01:39 +0200

qgis (3.28.7) 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.28.9" date="2023-07-21" />
<release version="3.28.8" date="2023-06-23" />
<release version="3.28.7" date="2023-05-26" />
<release version="3.28.6" date="2023-04-28" />
Expand Down

0 comments on commit 66f4d63

Please sign in to comment.