Skip to content

Commit

Permalink
Release of 3.28.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 19, 2024
1 parent f23f6bb commit 252ad49
Show file tree
Hide file tree
Showing 4 changed files with 26 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 "14")
set(CPACK_PACKAGE_VERSION_PATCH "15")
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
16 changes: 16 additions & 0 deletions ChangeLog
@@ -1,3 +1,19 @@
Jürgen E. Fischer <jef@norbit.de> 2024-01-19

translation update for 3.28.15 from transifex

Etienne Trimaille <gustrimaille@yahoo.fr> 2023-11-27

When a creating a new PG connection, use SSL prefer

Blottiere Paul <blottiere.paul@gmail.com> 2023-12-23

Use pyogctest 1.1.1

Jürgen E. Fischer <jef@norbit.de> 2023-12-22

Release of 3.28.14

Jürgen E. Fischer <jef@norbit.de> 2023-12-22

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

* Release of 3.28.15

-- Jürgen E. Fischer <jef@norbit.de> Fri, 19 Jan 2024 13:02:29 +0100

qgis (3.28.14) unstable; urgency=medium

* Release of 3.28.14

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

qgis (3.28.13) 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.15" date="2024-01-19" />
<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" />
Expand Down

0 comments on commit 252ad49

Please sign in to comment.