This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from ba2b65b x2goserver-xsession/etc/Xsession: add support for OS RT via /etc/os-rt-release (file needs to be created by upstream first, bug pending.) new 097fcb6 X2Go/Server/DB/SQLite3.pm: fix command name in error messages. new b319ec8 debian/changelog: sync with release/4.0.1.x. The 2 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: X2Go/Server/DB/SQLite3.pm | 4 ++-- debian/changelog | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 097fcb601a26d594390960f91876e4977722d948 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Oct 26 08:33:22 2017 +0200 X2Go/Server/DB/SQLite3.pm: fix command name in error messages. --- X2Go/Server/DB/SQLite3.pm | 4 ++-- debian/changelog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/X2Go/Server/DB/SQLite3.pm b/X2Go/Server/DB/SQLite3.pm index 2acb0b6..4aaf149 100644 --- a/X2Go/Server/DB/SQLite3.pm +++ b/X2Go/Server/DB/SQLite3.pm @@ -627,7 +627,7 @@ sub db_listshadowsessions $sth->execute($server, $realuser); if ($sth->err()) { - syslog('error', "listsessions (SQLite3 session db backend) failed with exitcode: $sth->err()"); + syslog('error', "listshadowsessions (SQLite3 session db backend) failed with exitcode: $sth->err()"); die(); } my @sessions = fetchrow_array_datasets($sth); @@ -651,7 +651,7 @@ sub db_listshadowsessions_all $sth->execute($realuser); if ($sth->err()) { - syslog('error', "listsessions_all (SQLite3 session db backend) failed with exitcode: $sth->err()"); + syslog('error', "listshadowsessions_all (SQLite3 session db backend) failed with exitcode: $sth->err()"); die(); } my @sessions = fetchrow_array_datasets($sth); diff --git a/debian/changelog b/debian/changelog index c377e8a..0322b5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -194,6 +194,7 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low - x2goserver/sbin/x2gocleansessions: add -d short parameter for enabling debugging capabilities to POD. - README.md: whitespace fixes and typo correction. + - X2Go/Server/DB/SQLite3.pm: fix command name in error messages. * x2goserver.spec: - Only create session DB in x2goserver's post install script. Do use proper Requires(post) statements to make sure perl-X2Go-Server-DB and -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit b319ec8e5fc74a57babe6fee12b32b5cabfbd971 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Oct 26 08:35:06 2017 +0200 debian/changelog: sync with release/4.0.1.x. --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0322b5f..0890dfa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -288,6 +288,9 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium - x2goserver-xsession/etc/Xsession: add support for OS RT via /etc/os-rt-release (file needs to be created by upstream first, bug pending.) + - x2goserver/{bin/x2golistshadowsessions, + lib/x2go{dbwrapper.pm,sqlitewrapper.pl}}: backport listshadowsessions* + DB functions and unmark them as FIXME entries. * x2goserver.spec: - Add mandatory perl-generators Build-Requires as per https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git