Skip to content

Commit 6c825a2

Browse files
committed
Release QJournalctl v0.6.2
1 parent c3a069e commit 6c825a2

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
#### v0.6.2 (2019, Dec. 12)
4+
* Fixed the cropped host label in the main window
5+
* Fixed possible null pointer issue on disconnecting from a remote host
6+
37
#### v0.6.1 (2019, Dec. 11)
48
* Fixed a possible crash due to different libssh initialization behaviour
59

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# QJournalctl v0.6.1 [![Build Status](https://travis-ci.org/pentix/qjournalctl.svg?branch=master)](https://travis-ci.org/pentix/qjournalctl)
1+
# QJournalctl v0.6.2 [![Build Status](https://travis-ci.org/pentix/qjournalctl.svg?branch=master)](https://travis-ci.org/pentix/qjournalctl)
22
### A Qt-based Graphical User Interface for systemd's journalctl command
33

44

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef VERSION_H
1010
#define VERSION_H
1111

12-
#define VERSION "0.6.1"
12+
#define VERSION "0.6.2"
1313
#define GITREV "0000000"
1414

1515
#endif // VERSION_H

ui/aboutdialog.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ p, li { white-space: pre-wrap; }
161161
p, li { white-space: pre-wrap; }
162162
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
163163
<p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a name="Changelog_0"></a><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">{</span><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;"> Release Notes, Changelog, License }</span></p>
164+
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a name="v05_2"></a><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">v</span><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">0.6.2 (2019, Dec. 12)</span></p>
165+
<ul type="square" style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Fixed the cropped host label in the main window</li>
166+
<li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Fixed possible null pointer issue on disconnecting from a remote host</li></ul>
164167
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a name="v05_2"></a><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">v</span><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">0.6.1 (2019, Dec. 11)</span></p>
165168
<ul type="square" style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" font-family:'Noto Sans'; font-size:10pt;" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Fixed a possible crash due to different libssh initialization behaviour </li></ul>
166169
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a name="v05_2"></a><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">v</span><span style=" font-family:'Noto Sans'; font-size:10pt; font-weight:600;">0.6 (2019, Jun. 13)</span></p>

0 commit comments

Comments
 (0)