This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from dc8838f Add SSH instruction to list of errors if keyboard-interactive auth has failed. new ce14cfd src/printwidget.cpp: add QButtonGroup include, fixes compile errors with Qt 5.11+. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 8 +++++--- src/printwidget.cpp | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit ce14cfda34175b6456a8cc7d1e336dce2b0b0682 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jul 5 08:52:18 2018 +0200 src/printwidget.cpp: add QButtonGroup include, fixes compile errors with Qt 5.11+. --- debian/changelog | 8 +++++--- src/printwidget.cpp | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e21e46a..1311d0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,14 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium - [ X2Go Release Manager ] - * Continue development - [ Oleksandr Shneyder ] * New upstream version (4.1.2.2): - Add SSH instruction to list of errors if keyboard-interactive auth has failed. + [ Mihai Moldovan ] + * New upstream version (4.1.2.2): + - src/printwidget.cpp: add QButtonGroup include, fixes compile errors with + Qt 5.11+. + -- X2Go Release Manager <git-admin@x2go.org> Tue, 26 Jun 2018 00:39:28 +0200 x2goclient (4.1.2.1-0x2go1) unstable; urgency=medium diff --git a/src/printwidget.cpp b/src/printwidget.cpp index 58a8af7..131d340 100644 --- a/src/printwidget.cpp +++ b/src/printwidget.cpp @@ -23,6 +23,7 @@ #include "x2gosettings.h" #include "x2gologdebug.h" #include <QDir> +#include <QButtonGroup> #ifdef Q_OS_WIN #include "wapi.h" #endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git