Skip to content

Commit 79625cf

Browse files
committed
Preparation for release 0.44.1
1 parent 73e9c04 commit 79625cf

File tree

7 files changed

+20
-5
lines changed

7 files changed

+20
-5
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TBC - 0.44.1
1+
2025/05/11 - 0.44.1
22
- Fixed Rotator Widget Seg Fault for new users (issue #666)
33

44
2025/05/09 - 0.44.0

QLog.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 5): QT += widgets
1010

1111
TARGET = qlog
1212
TEMPLATE = app
13-
VERSION = 0.44.1dev
13+
VERSION = 0.44.1
1414

1515
DEFINES += VERSION=\\\"$$VERSION\\\"
1616

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
qlog (0.44.1-1) UNRELEASED; urgency=low
2+
* Fixed Rotator Widget Seg Fault for new users (issue #666)
3+
4+
-- foldynl <foldyna@gmail.com> Sun, 11 May 2025 07:30:56 +0200
5+
16
qlog (0.44.0-1) UNRELEASED; urgency=low
27
* [NEW] - Activity Manager - Added SKCC, UKSMG and FISTS as Dynamic Fields
38
* [NEW] - QSO - FISTS, SKCC, and UKSMG are auto-filled from MembershipQE (issue #628)

installer/config/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Installer>
33
<Name>QLog</Name>
4-
<Version>0.44.0</Version>
4+
<Version>0.44.1</Version>
55
<Title>QLog</Title>
66
<Publisher>OK1MLG</Publisher>
77
<StartMenuDir>QLog</StartMenuDir>

installer/packages/de.dl2ic.qlog/meta/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Package>
33
<DisplayName>QLog</DisplayName>
44
<Description>The QLog main application.</Description>
5-
<Version>0.44.0-1</Version>
6-
<ReleaseDate>2025-05-09</ReleaseDate>
5+
<Version>0.44.1-1</Version>
6+
<ReleaseDate>2025-05-11</ReleaseDate>
77
<Default>true</Default>
88
<Required>true</Required>
99
<Script>installscript.qs</Script>

res/io.github.foldynl.QLog.metainfo.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@
5151
<url type="vcs-browser">https://github.com/foldynl/QLog</url>
5252
<url type="contribute">https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md</url>
5353
<releases>
54+
<release version="0.44.1" date="2025-05-11">
55+
<description>
56+
<ul>
57+
<li>Fixed Rotator Widget Seg Fault for new users (issue #666)</li>
58+
</ul>
59+
</description>
60+
</release>
5461
<release version="0.44.0" date="2025-05-09">
5562
<description>
5663
<ul>

rpm_spec/qlog.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
4242
%{_metainfodir}/*
4343

4444
%changelog
45+
* Sun May 11 2025 Ladislav Foldyna - 0.44.1-1
46+
- Fixed Rotator Widget Seg Fault for new users (issue #666)
47+
4548
* Fri May 9 2025 Ladislav Foldyna - 0.44.0-1
4649
- [NEW] - Activity Manager - Added SKCC, UKSMG and FISTS as Dynamic Fields
4750
- [NEW] - QSO - FISTS, SKCC, and UKSMG are auto-filled from MembershipQE (issue #628)

0 commit comments

Comments
 (0)