Skip to content

Commit

Permalink
Release QJournalctl v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pentix committed Dec 11, 2019
1 parent c3a069e commit 6c825a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

#### v0.6.2 (2019, Dec. 12)
* Fixed the cropped host label in the main window
* Fixed possible null pointer issue on disconnecting from a remote host

#### v0.6.1 (2019, Dec. 11)
* Fixed a possible crash due to different libssh initialization behaviour

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# QJournalctl v0.6.1 [![Build Status](https://travis-ci.org/pentix/qjournalctl.svg?branch=master)](https://travis-ci.org/pentix/qjournalctl)
# QJournalctl v0.6.2 [![Build Status](https://travis-ci.org/pentix/qjournalctl.svg?branch=master)](https://travis-ci.org/pentix/qjournalctl)
### A Qt-based Graphical User Interface for systemd's journalctl command


Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef VERSION_H
#define VERSION_H

#define VERSION "0.6.1"
#define VERSION "0.6.2"
#define GITREV "0000000"

#endif // VERSION_H
3 changes: 3 additions & 0 deletions ui/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ p, li { white-space: pre-wrap; }
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<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>
<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>
<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>
<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>
<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>
<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>
<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>
Expand Down

0 comments on commit 6c825a2

Please sign in to comment.