From 71330f96490e527f52a1b3005af8ac20e09808ba Mon Sep 17 00:00:00 2001 From: Ladislav Foldyna Date: Fri, 10 Nov 2023 08:50:48 +0100 Subject: [PATCH] Preparation for release 0.29.1 --- Changelog | 2 +- QLog.pro | 2 +- debian/changelog | 10 ++++++++++ installer/config/config.xml | 2 +- installer/packages/de.dl2ic.qlog/meta/package.xml | 4 ++-- rpm_spec/qlog.spec | 8 ++++++++ 6 files changed, 23 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index a7875750..2dd77d90 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBC - 0.29.1 +2023/11/10 - 0.29.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) - Fixed Editing STATION_CALLSIGN can cause unwanted change in QSO Detail (issue #251) diff --git a/QLog.pro b/QLog.pro index 8e4fd2ce..1097f8e9 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.1dev +VERSION = 0.29.1 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index 9303fea5..b4173def 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +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) + * Fixed Editing STATION_CALLSIGN can cause unwanted change in QSO Detail (issue #251) + * Fixed QSO Detail Operator Name containes an incorrect value (issue #252) + * Fixed Calls with VE, VA are coding as Amsterdam & St Paul Islands instead of Canada (issue #253) + * Fixed LoTW QSL import reports unmatched QSOs sometime (issue #254) + + -- foldynl Fri, 10 Nov 2023 08:50:15 +0100 + qlog (0.29.0-1) UNRELEASED; urgency=low * [NEW] - Added user-defined layout for New QSO Detail widget * [NEW] - Main window State and Geometry can be saved to layout profile diff --git a/installer/config/config.xml b/installer/config/config.xml index 8c3d2cdc..6034419e 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.29.0 + 0.29.1 QLog OK1MLG QLog diff --git a/installer/packages/de.dl2ic.qlog/meta/package.xml b/installer/packages/de.dl2ic.qlog/meta/package.xml index 54ae663f..3b865fa7 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.0-1 - 2023-10-20 + 0.29.1-1 + 2023-11-10 true true diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index 30ebb2b9..fa63f87e 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,14 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %changelog +* 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) +- Fixed Editing STATION_CALLSIGN can cause unwanted change in QSO Detail (issue #251) +- Fixed QSO Detail Operator Name containes an incorrect value (issue #252) +- Fixed Calls with VE, VA are coding as Amsterdam & St Paul Islands instead of Canada (issue #253) +- Fixed LoTW QSL import reports unmatched QSOs sometime (issue #254) + * Fri Oct 20 2023 Ladislav Foldyna - 0.29.0-1 - [NEW] - Added user-defined layout for New QSO Detail widget - [NEW] - Main window State and Geometry can be saved to layout profile