Skip to content

Commit c84cd18

Browse files
committed
Preparation for release 0.41.1
1 parent 41c7f59 commit c84cd18

File tree

7 files changed

+29
-5
lines changed

7 files changed

+29
-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.41.1
1+
2025/01/21 - 0.41.1
22
- Fixed compilation issue under Debian 12 (issue #571)
33
- Fixed Incorrect GPL version in rpm/deb packages (issue #572)
44
- Fixed MacOS floating utility window bug (PR #576 @kyleboyle)

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.41.1dev
13+
VERSION = 0.41.1
1414

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

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
qlog (0.41.1-1) UNRELEASED; urgency=low
2+
* Fixed compilation issue under Debian 12 (issue #571)
3+
* Fixed Incorrect GPL version in rpm/deb packages (issue #572)
4+
* Fixed MacOS floating utility window bug (PR #576 @kyleboyle)
5+
* Updated IT translation
6+
7+
-- foldynl <foldyna@gmail.com> Tue, 21 Jan 2025 14:00:52 +0100
8+
19
qlog (0.41.0-1) UNRELEASED; urgency=low
210
* [NEW] - Logbook - Added a new context menu item - Update QSO from Callbook (issue #450 @aa5sh)
311
* [NEW] - DIGI mode is used in case of DXC Digi Spots (issue #480)

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.41.0</Version>
4+
<Version>0.41.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.41.0-1</Version>
6-
<ReleaseDate>2025-01-11</ReleaseDate>
5+
<Version>0.41.1-1</Version>
6+
<ReleaseDate>2025-01-21</ReleaseDate>
77
<Default>true</Default>
88
<Required>true</Required>
99
<Script>installscript.qs</Script>

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@
4747
<url type="vcs-browser">https://github.com/foldynl/QLog</url>
4848
<url type="contribute">https://github.com/foldynl/QLog/blob/master/CONTRIBUTING.md</url>
4949
<releases>
50+
<release version="0.41.1" date="2025-01-21">
51+
<description>
52+
<ul>
53+
<li>Fixed compilation issue under Debian 12 (issue #571)</li>
54+
<li>Fixed Incorrect GPL version in rpm/deb packages (issue #572)</li>
55+
<li>Fixed MacOS floating utility window bug (PR #576 @kyleboyle)</li>
56+
<li>Updated IT translation</li>
57+
</ul>
58+
</description>
59+
</release>
5060
<release version="0.41.0" date="2025-01-11">
5161
<description>
5262
<ul>

rpm_spec/qlog.spec

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

4444
%changelog
45+
* Tue Jan 21 2025 Ladislav Foldyna - 0.41.1-1
46+
- Fixed compilation issue under Debian 12 (issue #571)
47+
- Fixed Incorrect GPL version in rpm/deb packages (issue #572)
48+
- Fixed MacOS floating utility window bug (PR #576 @kyleboyle)
49+
- Updated IT translation
50+
4551
* Sat Jan 11 2025 Ladislav Foldyna - 0.41.0-1
4652
- [NEW] - Logbook - Added a new context menu item - Update QSO from Callbook (issue #450 @aa5sh)
4753
- [NEW] - DIGI mode is used in case of DXC Digi Spots (issue #480)

0 commit comments

Comments
 (0)