Skip to content

Commit

Permalink
Release of 3.28.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 15, 2023
1 parent bd3d9de commit b02458a
Show file tree
Hide file tree
Showing 4 changed files with 211 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 "10")
set(CPACK_PACKAGE_VERSION_PATCH "11")
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
201 changes: 201 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,72 @@
Jürgen E. Fischer <jef@norbit.de> 2023-09-15

translation update for 3.28.11 from transifex

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-09-10

Workaround for mingw build

bdm-oslandia <benoit.de.mezzo@oslandia.com> 2023-09-06

fix(qgsrectangle): isNull was checking ymin twice and not ymax.

Add isNull test in testqgsrectangle.cpp

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-09-04

Fix QgsLinestring::extend function

Update the boundingbox when needed

Mathieu Pellerin <nirvn.asia@gmail.com> 2023-09-04

[themes] Fix combobox focus color, read-only line edit text, and combo box list separator

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-09-04

Fix incorrect dates shown in Processing history log

Jürgen E. Fischer <jef@norbit.de> 2023-08-31

postgres provider: fix saving styles (fixed elsewhere with c80a0d669fb693f)

Jürgen E. Fischer <jef@norbit.de> 2023-08-25

add Azerbaijan flag

Mathieu Pellerin <nirvn.asia@gmail.com> 2023-08-24

[ui][symbology] Fix customized graduated renderer label format and precision not restored (fixes #54255)

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-08-24

[layout] set clear value to 0 for grid offset spinboxes

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

Fix crash when trying to request features from invalid GPX layer

Fixes #54021

Merge: 09a302a6ca5 02b7183eb3c
Nyall Dawson <nyall.dawson@gmail.com> 2023-08-21

Merge pull request #54299 from qgis/queued_ltr_backports

Queued ltr backports 3.28.11

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

Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen

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

Fix messed up enum documentation in generated doxygen outputs

Jürgen E. Fischer <jef@norbit.de> 2023-08-18

Release of 3.28.10

Jürgen E. Fischer <jef@norbit.de> 2023-08-18

translation update for 3.28.10 from transifex
Expand All @@ -8,6 +77,72 @@ Nyall Dawson <nyall.dawson@gmail.com> 2023-08-17

Fixes #53774

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

Adjust test

Mathieu Pellerin <nirvn.asia@gmail.com> 2023-08-11

[ui] Fix QgsDateTimeEdit showing clear button in read-only mode and address inconsistency between text edit and date time edit widgets

Mathieu Pellerin <nirvn.asia@gmail.com> 2023-08-11

[themes] Respect read-only and frameless properties

Mathieu Pellerin <nirvn.asia@gmail.com> 2023-08-11

[ui] Improve looks of range (spinbox) wrapper on light/dark themes

Mathieu Pellerin <nirvn.asia@gmail.com> 2023-08-11

[ui] Remove hack-ish styling for text edit wrapper which breaks dark themes

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-08-14

Data Source Manager - GeoNode: connect Help button to docs

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-08-14

Move includes to .cpp

(cherry picked from commit 499b5fc6a49ba76ea1a9084e379f62f28644dae3)

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-08-14

Data Source Manager - Point Cloud: connect Help button to docs

(cherry picked from commit 85bc2ebfb08dfc84ed20e527541a23807648a84a)

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-08-14

Data Source Manager - Metadata: connect Help button to docs

(cherry picked from commit a6fe7b1402acca6f40040abc4e5c7144d1754690)

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-08-14

Data Source Manager - GPS: connect Help button to docs

(cherry picked from commit 531fe7fb870a5e89225d84b07c4e1042711e83d3)

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-08-14

Data Source Manager - Mesh: connect Help button to docs

(cherry picked from commit daa2dcb97d02726707b6d8a1ffce8e305bcebd57)

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-08-14

Data Source Manager - Raster: connect Help button to docs

(cherry picked from commit c78f27d0cb927b1935598a5da6c5c977c33d70fd)

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

Fix mingw build

(cherry picked from commit 2a4a4b69475f9ae7d00880a6d3434f723a2a52c1)

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

Fix mingw build
Expand All @@ -26,6 +161,10 @@ Mathieu Pellerin <nirvn.asia@gmail.com> 2023-08-13

[ui] Fix attribute row cache spinbox width (fixes #54201)

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

Fix ci

Yoann Quenach de Quivillic <yoann.quenach@gmail.com> 2023-08-07

Fix #53988 - Crash when saving layout after removing map
Expand Down Expand Up @@ -69,6 +208,10 @@ Mathieu Pellerin <nirvn.asia@gmail.com> 2023-08-05

[ui] Fix source fields' virtual field comment widget on dark themes

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

Fix #53990

Mathieu Pellerin <nirvn.asia@gmail.com> 2023-08-02

[ui] Fix visual glitches when resizing the overview panel
Expand All @@ -91,6 +234,10 @@ Nyall Dawson <nyall.dawson@gmail.com> 2023-08-04

Try to get oracle test passing again

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

Try to get oracle test passing again

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

Moaw space
Expand All @@ -99,6 +246,18 @@ Nyall Dawson <nyall.dawson@gmail.com> 2023-08-04

Try to free some space

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

Moaw space

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

Try to free some space

Etienne Trimaille <gustrimaille@yahoo.fr> 2023-08-02

Remove the password when a layer is not found from the log

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

debian packaging:
Expand Down Expand Up @@ -134,6 +293,39 @@ Mathieu Pellerin <nirvn.asia@gmail.com> 2023-08-01

[themes] Improve editable spinbox styling so it differs enough from combobox

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

remove commented block and use QLatin1string with size method instead of QString/length

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

QgsGeometryUtils: Fix wktReadBlock for EMPTY wkt string

Relaxed parser to allow more flexible input.
Previously, it accepted 'PointZ EMPTY' but not 'Point Z Empty.'
Now, it also accepts 'Point Z M Empty' while still being permissive compared
to other implementations like PostGIS.

The correct rule should be:
'Type Extension Empty|Coordinates' or 'TypeExtension Empty|Coordinates',
rather than 'Type Z M Empty|Coordinates'.

We maintain the principle that the parser should be lenient.

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

Silence clang tidy warning

(cherry picked from commit f7c9184b2acc45f61fb33f873bf7468673e4d834)

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

When interactive move label tools are used on a line layer, don't
force the creation of columns for data defined anchor based placement
if the layer has already been setup with columns for x/y placement

(cherry picked from commit b1310540815b24aaf4bed714b87d0869c82ef51f)

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

Fix exception when running an algorithm which has no parameters
Expand All @@ -150,6 +342,15 @@ Nyall Dawson <nyall.dawson@gmail.com> 2023-07-24

Fixes #53887

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

Fix confusion in angle handling for label results, where angles
in radians were being treated as degrees

This made an interactive movement of a label shown for a line
segment initially have a quasi-random rotation, instead of
keeping the rotation of the original label

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-07-22

Fix encoding of user expression in Function Editor
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.10) UNRELEASED; urgency=medium
qgis (3.28.11) UNRELEASED; urgency=medium

* Release of 3.28.11

-- Jürgen E. Fischer <jef@norbit.de> Fri, 15 Sep 2023 14:03:50 +0200

qgis (3.28.10) unstable; urgency=medium

* Release of 3.28.10

-- Jürgen E. Fischer <jef@norbit.de> Fri, 18 Aug 2023 14:01:59 +0200
-- Jürgen E. Fischer <jef@norbit.de> Fri, 15 Sep 2023 14:03:50 +0200

qgis (3.28.9) 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.11" date="2023-09-15" />
<release version="3.28.10" date="2023-08-18" />
<release version="3.28.9" date="2023-07-21" />
<release version="3.28.8" date="2023-06-23" />
Expand Down

0 comments on commit b02458a

Please sign in to comment.