From e44fc85da9a71237fbe19ad89398a9962454dc99 Mon Sep 17 00:00:00 2001 From: Ladislav Foldyna Date: Mon, 13 Nov 2023 14:47:35 +0100 Subject: [PATCH] Preparation for release 0.29.2 --- Changelog | 4 ++-- QLog.pro | 2 +- debian/changelog | 5 +++++ installer/config/config.xml | 2 +- installer/packages/de.dl2ic.qlog/meta/package.xml | 4 ++-- rpm_spec/qlog.spec | 3 +++ 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index be23e676..f477e0b7 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,5 @@ -TBC - 0.29.2 -- Fixed QLog is already running error popup on MacOS (issue #257) +2023/11/13 - 0.29.2 +- Fixed QLog is already running error popup on MacOS (issue #257 thanks rjesson) 2023/11/10 - 0.29.1 - Fixed QSL cards tooltip are not displayed under qt6.5 (issue #248) diff --git a/QLog.pro b/QLog.pro index e7999265..db6686f1 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.29.2dev +VERSION = 0.29.2 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index b4173def..8bcd0001 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +qlog (0.29.2-1) UNRELEASED; urgency=low + * Fixed QLog is already running error popup on MacOS (issue #257 thanks rjesson) + + -- foldynl Mon, 13 Nov 2023 14:46:57 +0100 + qlog (0.29.1-1) UNRELEASED; urgency=low * Fixed QSL cards tooltip are not displayed under qt6.5 (issue #248) * Fixed Distance unit is not displayed in QSO Info under Windows (issue #250) diff --git a/installer/config/config.xml b/installer/config/config.xml index 6034419e..a6a12cb1 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.29.1 + 0.29.2 QLog OK1MLG QLog diff --git a/installer/packages/de.dl2ic.qlog/meta/package.xml b/installer/packages/de.dl2ic.qlog/meta/package.xml index 3b865fa7..c3c5e302 100644 --- a/installer/packages/de.dl2ic.qlog/meta/package.xml +++ b/installer/packages/de.dl2ic.qlog/meta/package.xml @@ -2,8 +2,8 @@ QLog The QLog main application. - 0.29.1-1 - 2023-11-10 + 0.29.2-1 + 2023-11-13 true true diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index fa63f87e..e60e556c 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,9 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %changelog +* Mon Nov 13 2023 Ladislav Foldyna - 0.29.2-1 +- Fixed QLog is already running error popup on MacOS (issue #257 thanks rjesson) + * Fri Nov 10 2023 Ladislav Foldyna - 0.29.1-1 - Fixed QSL cards tooltip are not displayed under qt6.5 (issue #248) - Fixed Distance unit is not displayed in QSO Info under Windows (issue #250)