This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from e470e71 sharetray.cpp: fix type issues while calculating time difference. Fixes: #993. new 1bce7c7 sharetray.cpp: post-fixup: include stdint.h to get (u)intXX_t types. 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 | 3 +++ sharetray.cpp | 1 + 2 files changed, 4 insertions(+) -- Alioth's /srv/git/code.x2go.org/x2godesktopsharing.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 1bce7c703064eb21d9e35e315711aac01f346eb6 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Feb 7 18:07:23 2016 +0100 sharetray.cpp: post-fixup: include stdint.h to get (u)intXX_t types. Won't work on Windows, but the desktop sharing application isn't supposed to run on Windows anyway... --- debian/changelog | 3 +++ sharetray.cpp | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 86c668d..15caa35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ x2godesktopsharing (3.1.1.3-0x2go1) UNRELEASED; urgency=low - misc: fix X2GO => X2Go and add "Desktop" where missing. Fixes: #936. - sharetray.cpp: fix type issues while calculating time difference. Fixes: #993. + - sharetray.cpp: post-fixup: include stdint.h to get (u)intXX_t types. + Won't work on Windows, but the desktop sharing application isn't + supposed to run on Windows anyway... * debian/control: - Drop libqt4-gui Depends. Already handled by shlibs and misc Depends. Fixes: #905. diff --git a/sharetray.cpp b/sharetray.cpp index 4424f9a..b06292b 100644 --- a/sharetray.cpp +++ b/sharetray.cpp @@ -34,6 +34,7 @@ #include <QDateTime> #include <grp.h> #include <QProcess> +#include <stdint.h> #define STAT_ACT_COUNT 10 #define VERSION "3.1.1.2" -- Alioth's /srv/git/code.x2go.org/x2godesktopsharing.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git