This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 31ec433 Broker can send to client the number of suspended and running sessions for each session type. Client will display this information to user on session button. new 2a1ad93 update copyright years in about dialog. 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 | 1 + src/onmainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 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 2a1ad93cadd71e135723d1ea26378426b890176d Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Mon Sep 2 15:56:18 2019 +0200 update copyright years in about dialog. --- debian/changelog | 1 + src/onmainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3173f8b..13511dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium file. If it's "true", use the same username for the proxy as broker login. - Broker can send to client the number of suspended and running sessions for each session type. Client will display this information to user on session button. + - update copyright years in about dialog. [ Mihai Moldovan ] * New upstream version (4.1.2.2): diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index 77652b7..38872bb 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -9060,7 +9060,7 @@ void ONMainWindow::slotSupport() void ONMainWindow::slotAbout() { - QString aboutStr=tr ("<br>(C) 2005-2017 by <b>obviously nice</b>: " + QString aboutStr=tr ("<br>(C) 2005-2019 by <b>obviously nice</b>: " "Oleksandr Shneyder, Heinz-Markus Graesing<br>" ); aboutStr+= tr ( -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git