Skip to content

Commit

Permalink
Release of 3.28.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 22, 2023
1 parent 5a5e72e commit b09131c
Show file tree
Hide file tree
Showing 4 changed files with 104 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 "13")
set(CPACK_PACKAGE_VERSION_PATCH "14")
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
94 changes: 94 additions & 0 deletions ChangeLog
@@ -1,3 +1,97 @@
Jürgen E. Fischer <jef@norbit.de> 2023-12-22

translation update for 3.28.14 from transifex

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

Update src/app/3d/qgspoint3dsymbolwidget.cpp

Co-authored-by: Martin Dobias <wonder.sk@gmail.com>

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

Fix 3d billboard symbol height is ignored

Followup 0218ece

AlisterH <alister.hood@gmail.com> 2023-12-19

Update style.qss

Fix spinbox padding in Night Mapping theme

AlisterH <alister.hood@gmail.com> 2023-12-19

Update style.qss

Fix spinbox padding in Blend of Gray theme

Merge: 58aa7b8549c 104bea8fb9a
Matthias Kuhn <matthias@opengis.ch> 2023-12-20

Merge pull request #55669 from qgis/backport-55666-to-release-3_28

[Backport release-3_28] [processing] Extract vertices: fix crash with empty polygons

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-12-19

[processing] Fix "Extract specific vertices" (native:extractspecificvertices) alg

Fix inconsistent behaviour with input null and empty geometries

Andrea Giudiceandrea <andreaerdna@libero.it> 2023-12-19

[processing] Fix "Extract vertices" (native:extractvertices) alg

Fix crash with input empty polygons
Fix inconsistent behaviour with input null and empty geometries

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

Add test masks

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

Fix permissions on report files

(cherry picked from commit 53aace1dd592df8609cd3f85555ec270b3bb1672)

Alessandro Pasotti <elpaso@itopen.it> 2023-11-14

Better type logig and test

Alessandro Pasotti <elpaso@itopen.it> 2023-11-14

Fix JSON utils long types

Unreported, to be backported

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

close connection if error

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

Fix oracle date filtering

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

If user enabled OTB plugin without setting a path, don't show
message box warnings when closing Settings dialog

This is confusing for users who have accidentally enabled the plugin.
If the path is empty, chances are the user isn't wanting to use
the OTB provider and it's nicer not to show a big confusing
message box warning to them.

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

QgsAfsSharedData should not be a QObject

Jürgen E. Fischer <jef@norbit.de> 2023-11-24

Release of 3.28.13

Jürgen E. Fischer <jef@norbit.de> 2023-11-24

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

* Release of 3.28.14

-- Jürgen E. Fischer <jef@norbit.de> Fri, 22 Dec 2023 13:04:30 +0100

qgis (3.28.13) unstable; urgency=medium

* Release of 3.28.13

-- Jürgen E. Fischer <jef@norbit.de> Fri, 24 Nov 2023 13:05:56 +0100
-- Jürgen E. Fischer <jef@norbit.de> Fri, 22 Dec 2023 13:04:30 +0100

qgis (3.28.12) 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.14" date="2023-12-22" />
<release version="3.28.13" date="2023-11-24" />
<release version="3.28.12" date="2023-10-27" />
<release version="3.28.11" date="2023-09-15" />
Expand Down

0 comments on commit b09131c

Please sign in to comment.