Skip to content

Commit 53d0d2b

Browse files
committed
Preparation for release 0.42.1
1 parent 748ef0d commit 53d0d2b

File tree

7 files changed

+26
-5
lines changed

7 files changed

+26
-5
lines changed

Changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TBC - 0.42.1
1+
2025/02/22 - 0.42.1
22
- Fixed Unexpected timezone info (issue #600)
33
- Fixed DXCC Statistics picks more entities (issue #601)
44
- Fixed a crash when no internet connection

QLog.pro

+1-1
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.42.1dev
13+
VERSION = 0.42.1
1414

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

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
qlog (0.42.1-1) UNRELEASED; urgency=low
2+
* Fixed Unexpected timezone info (issue #600)
3+
* Fixed DXCC Statistics picks more entities (issue #601)
4+
* Fixed a crash when no internet connection
5+
6+
-- foldynl <[email protected]> Sat, 22 Feb 2025 11:45:02 +0100
7+
18
qlog (0.42.0-1) UNRELEASED; urgency=low
29
* [NEW] - Awards - Added Slots - total over each band (issue #538)
310
* [NEW] - Awards - Added Grid Award - 2/4/6 Chars grid (issue #564)

installer/config/config.xml

+1-1
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.42.0</Version>
4+
<Version>0.42.1</Version>
55
<Title>QLog</Title>
66
<Publisher>OK1MLG</Publisher>
77
<StartMenuDir>QLog</StartMenuDir>

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

+2-2
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.42.0-1</Version>
6-
<ReleaseDate>2025-02-14</ReleaseDate>
5+
<Version>0.42.1-1</Version>
6+
<ReleaseDate>2025-02-22</ReleaseDate>
77
<Default>true</Default>
88
<Required>true</Required>
99
<Script>installscript.qs</Script>

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

+9
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@
5050
<url type="vcs-browser">https://github.com/foldynl/QLog</url>
5151
<url type="contribute">https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md</url>
5252
<releases>
53+
<release version="0.42.1" date="2025-02-22">
54+
<description>
55+
<ul>
56+
<li>Fixed Unexpected timezone info (issue #600)</li>
57+
<li>Fixed DXCC Statistics picks more entities (issue #601)</li>
58+
<li>Fixed a crash when no internet connection</li>
59+
</ul>
60+
</description>
61+
</release>
5362
<release version="0.42.0" date="2025-02-14">
5463
<description>
5564
<ul>

rpm_spec/qlog.spec

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ INSTALL_ROOT=%{buildroot} make -f Makefile install
4242
%{_metainfodir}/*
4343

4444
%changelog
45+
* Sat Feb 22 2025 Ladislav Foldyna - 0.42.1-1
46+
- Fixed Unexpected timezone info (issue #600)
47+
- Fixed DXCC Statistics picks more entities (issue #601)
48+
- Fixed a crash when no internet connection
49+
4550
* Fri Feb 14 2025 Ladislav Foldyna - 0.42.0-1
4651
- [NEW] - Awards - Added Slots - total over each band (issue #538)
4752
- [NEW] - Awards - Added Grid Award - 2/4/6 Chars grid (issue #564)

0 commit comments

Comments
 (0)