Skip to content

Commit ac7295d

Browse files
committed
Preparation for release 0.35.2
1 parent 559c1af commit ac7295d

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.35.2
1+
2024/05/21 - 0.35.2
22
- Improved delete performance; added delete progress bar (issue #351)
33
- Fixed Password with plus is incorrectly sent to online services (issue #366)
44
- Fixed Compilation issue under v4.6 (issue #368)

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.35.2dev
13+
VERSION = 0.35.2
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.35.2-1) UNRELEASED; urgency=low
2+
* Improved delete performance; added delete progress bar (issue #351)
3+
* Fixed Password with plus is incorrectly sent to online services (issue #366)
4+
* Fixed Compilation issue under v4.6 (issue #368)
5+
* Fixed Network Rig configuration is not saved (issue #370)
6+
7+
-- foldynl <[email protected]> Tue, 21 May 2024 19:57:13 +0200
8+
19
qlog (0.35.1-1) UNRELEASED; urgency=low
210
* Fixed Free QRZ callbook - Name is not populating (issue #363)
311
* Fixed Incorrect CW segment freqs (issue #365)

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.35.1</Version>
4+
<Version>0.35.2</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.35.1-1</Version>
6-
<ReleaseDate>2024-05-06</ReleaseDate>
5+
<Version>0.35.2-1</Version>
6+
<ReleaseDate>2024-05-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.35.2" date="2024-05-21">
51+
<description>
52+
<ul>
53+
<li>Improved delete performance; added delete progress bar (issue #351)</li>
54+
<li>Fixed Password with plus is incorrectly sent to online services (issue #366)</li>
55+
<li>Fixed Compilation issue under v4.6 (issue #368)</li>
56+
<li>Fixed Network Rig configuration is not saved (issue #370)</li>
57+
</ul>
58+
</description>
59+
</release>
5060
<release version="0.35.1" date="2024-05-06">
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 May 21 2024 Ladislav Foldyna - 0.35.2-1
46+
- Improved delete performance; added delete progress bar (issue #351)
47+
- Fixed Password with plus is incorrectly sent to online services (issue #366)
48+
- Fixed Compilation issue under v4.6 (issue #368)
49+
- Fixed Network Rig configuration is not saved (issue #370)
50+
4551
* Mon May 6 2024 Ladislav Foldyna - 0.35.1-1
4652
- Fixed Free QRZ callbook - Name is not populating (issue #363)
4753
- Fixed Incorrect CW segment freqs (issue #365)

0 commit comments

Comments
 (0)