From f5502d68a91b6691b605b105d608b0491a9168c5 Mon Sep 17 00:00:00 2001 From: Ladislav Foldyna Date: Mon, 21 Aug 2023 19:33:05 +0200 Subject: [PATCH] Preparation for release 0.27.0 --- Changelog | 2 +- QLog.pro | 2 +- debian/changelog | 9 +++++++++ installer/config/config.xml | 2 +- installer/packages/de.dl2ic.qlog/meta/package.xml | 4 ++-- rpm_spec/qlog.spec | 7 +++++++ 6 files changed, 21 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 2f508ab6..204979f6 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBC - 0.27.0 +2023/08/21 - 0.27.0 - [NEW] - Added HRDLog Support - Fixed Text field alignment (issue #233) - Fixed Rig/Rot Connection port type selection (issue #235) diff --git a/QLog.pro b/QLog.pro index 4865a4b7..b0d4d522 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.27.0dev +VERSION = 0.27.0 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index 71676146..e7d24bdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +qlog (0.27.0-1) UNRELEASED; urgency=low + * [NEW] - Added HRDLog Support + * Fixed Text field alignment (issue #233) + * Fixed Rig/Rot Connection port type selection (issue #235) + * Fixed Incorrect Distance Value in WSJTX Widget (issue #236) + * Fixed Incorrect WSJTX locator target on the map (issue #237) + + -- foldynl Mon, 21 Aug 2023 19:32:02 +0200 + qlog (0.26.0-1) UNRELEASED; urgency=low * [NEW] - Added user-defined layout for New QSO widget * [NEW] - Pressing Spacebar in Callsign field skips RST fields diff --git a/installer/config/config.xml b/installer/config/config.xml index 2dcbac55..a1077e96 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.26.0 + 0.27.0 QLog OK1MLG QLog diff --git a/installer/packages/de.dl2ic.qlog/meta/package.xml b/installer/packages/de.dl2ic.qlog/meta/package.xml index eee22b18..528fc1ef 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.26.0-1 - 2023-07-30 + 0.27.0-1 + 2023-08-21 true true diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index 6f2a8563..e70b4844 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,13 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %changelog +* Mon Aug 21 2023 Ladislav Foldyna - 0.27.0-1 +- [NEW] - Added HRDLog Support +- Fixed Text field alignment (issue #233) +- Fixed Rig/Rot Connection port type selection (issue #235) +- Fixed Incorrect Distance Value in WSJTX Widget (issue #236) +- Fixed Incorrect WSJTX locator target on the map (issue #237) + * Sun Jul 30 2023 Ladislav Foldyna - 0.26.0-1 - [NEW] - Added user-defined layout for New QSO widget - [NEW] - Pressing Spacebar in Callsign field skips RST fields