This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-baikal in repository x2goclient. from f84e4ed release 4.0.1.3 adds 1a674c7 Continue development on current release / Baikal LTS branch... adds 3920c4d - Increase timeout in ssh_select adds 4954ff8 set mod map from client to server on Mac, hide keyboard settings on Mac adds d7e5f66 Fix mod map on Mac with kerberos. Fix focus on pass form. adds 5b935e2 Increase ssh_select timeout to 0.5 sec. adds add4951 Fix password connection with libssh 0.6.0 adds 7912d07 changelog fix for last commit adds 7fa3fa3 Update Finnish translation file. adds bc3bf9c Add new translation of X2Go Client to Estonian. adds 8521e3c add x2goclient_nl.qm to resources files adds abf9273 Update Danish translation file. adds 1535c0d Don't use ancient Debianism's for ssh options (ProtocolKeepAlives). (Fixes: #434). adds 4c04eb3 Add new translation of X2Go Client to Dutch. adds 746f20c x2goclient.spec: mark libssh-devel as versioned dependency, but keep it commented out for now (otherwise it will break our EPEL-6 builds) adds 0cc3dd7 Revert "Fix password connection with libssh 0.6.0" adds c9e895b Fix password connection with libssh 0.6.0. (Fixes: #420). new 21dc112 release 4.0.1.4 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: VERSION | 2 +- debian/changelog | 34 + nsis/x2goclient.nsi | 2 +- onmainwindow.cpp | 67 ++ onmainwindow.h | 7 + resources.rcc | 2 + settingswidget.cpp | 1 + sshmasterconnection.cpp | 5 +- sshprocess.cpp | 7 - version.h | 2 +- x2goclient.pro | 1 + x2goclient.spec | 5 +- x2goclient_da.ts | 451 ++++----- x2goclient_fi.ts => x2goclient_et.ts | 1489 +++++++++++++++-------------- x2goclient_fi.ts | 661 ++++++------- x2goclient_da.ts => x2goclient_nl.ts | 1748 +++++++++++++++++----------------- x2goplugin.rc | 10 +- 17 files changed, 2314 insertions(+), 2180 deletions(-) copy x2goclient_fi.ts => x2goclient_et.ts (63%) copy x2goclient_da.ts => x2goclient_nl.ts (62%) -- Alioth's /srv/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 build-baikal in repository x2goclient. commit 21dc1122f3dcb2b7d4db19eb192b66256aecad74 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Apr 10 13:46:47 2014 +0200 release 4.0.1.4 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e757677..c98b77e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x2goclient (4.0.1.4-0x2go1) UNRELEASED; urgency=low +x2goclient (4.0.1.4-0x2go1) unstable; urgency=low [ Oleksandr Shneyder ] * New upstream version (4.0.1.4): @@ -29,7 +29,7 @@ x2goclient (4.0.1.4-0x2go1) UNRELEASED; urgency=low * New upstream version (4.0.1.4): - Add new translation of X2Go Client to Dutch. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 22 Jan 2014 09:17:39 +0100 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 10 Apr 2014 13:46:33 +0200 x2goclient (4.0.1.3-0x2go1) unstable; urgency=low -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git