This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 823f8999ebfe848fe6a180213f29414bf4b864dc Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 14 01:08:55 2015 +0100 src/ssh{masterconnection,process}.cpp: remove executability bit. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 74f0184..4e6ed5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -140,6 +140,8 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium - Fix whitespace errors in x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc. - Move i18n/ to res/i18n/ and update references in debian/rules and x2goclient.pro. + - Remove executability bit from src/sshmasterconnection.cpp and + src/sshprocess.cpp. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +0100 diff --git a/src/sshmasterconnection.cpp b/src/sshmasterconnection.cpp old mode 100755 new mode 100644 diff --git a/src/sshprocess.cpp b/src/sshprocess.cpp old mode 100755 new mode 100644 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git