diff --git a/Changelog b/Changelog index 658e4f5f..eac6f7a8 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -TBC - 0.35.2 +2024/05/21 - 0.35.2 - Improved delete performance; added delete progress bar (issue #351) - Fixed Password with plus is incorrectly sent to online services (issue #366) - Fixed Compilation issue under v4.6 (issue #368) diff --git a/QLog.pro b/QLog.pro index 308ba1e8..54766f3e 100644 --- a/QLog.pro +++ b/QLog.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = qlog TEMPLATE = app -VERSION = 0.35.2dev +VERSION = 0.35.2 DEFINES += VERSION=\\\"$$VERSION\\\" diff --git a/debian/changelog b/debian/changelog index f92c99a7..0000178e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qlog (0.35.2-1) UNRELEASED; urgency=low + * Improved delete performance; added delete progress bar (issue #351) + * Fixed Password with plus is incorrectly sent to online services (issue #366) + * Fixed Compilation issue under v4.6 (issue #368) + * Fixed Network Rig configuration is not saved (issue #370) + + -- foldynl Tue, 21 May 2024 19:57:13 +0200 + qlog (0.35.1-1) UNRELEASED; urgency=low * Fixed Free QRZ callbook - Name is not populating (issue #363) * Fixed Incorrect CW segment freqs (issue #365) diff --git a/installer/config/config.xml b/installer/config/config.xml index b73c8c8b..1dd5f3f9 100644 --- a/installer/config/config.xml +++ b/installer/config/config.xml @@ -1,7 +1,7 @@ QLog - 0.35.1 + 0.35.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 e87ccc48..10ded892 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.35.1-1 - 2024-05-06 + 0.35.2-1 + 2024-05-21 true true diff --git a/res/io.github.foldynl.QLog.metainfo.xml b/res/io.github.foldynl.QLog.metainfo.xml index 223829c7..cad0fa02 100644 --- a/res/io.github.foldynl.QLog.metainfo.xml +++ b/res/io.github.foldynl.QLog.metainfo.xml @@ -47,6 +47,16 @@ https://github.com/foldynl/QLog https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md + + +
    +
  • Improved delete performance; added delete progress bar (issue #351)
  • +
  • Fixed Password with plus is incorrectly sent to online services (issue #366)
  • +
  • Fixed Compilation issue under v4.6 (issue #368)
  • +
  • Fixed Network Rig configuration is not saved (issue #370)
  • +
+
+
    diff --git a/rpm_spec/qlog.spec b/rpm_spec/qlog.spec index e9c8f200..963c912a 100644 --- a/rpm_spec/qlog.spec +++ b/rpm_spec/qlog.spec @@ -42,6 +42,12 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install %{_metainfodir}/* %changelog +* Tue May 21 2024 Ladislav Foldyna - 0.35.2-1 +- Improved delete performance; added delete progress bar (issue #351) +- Fixed Password with plus is incorrectly sent to online services (issue #366) +- Fixed Compilation issue under v4.6 (issue #368) +- Fixed Network Rig configuration is not saved (issue #370) + * Mon May 6 2024 Ladislav Foldyna - 0.35.1-1 - Fixed Free QRZ callbook - Name is not populating (issue #363) - Fixed Incorrect CW segment freqs (issue #365)