[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-194-g54f2bf9

X2Go dev team git-admin at x2go.org
Fri Jul 26 08:17:26 CEST 2013


The branch, master has been updated
       via  54f2bf95568e4c1fabeb5e2f47cea732b551072f (commit)
      from  f437ecd5be93ca4f03285c21ce1c01c229582af0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 54f2bf95568e4c1fabeb5e2f47cea732b551072f
Author: Rok Mandeljc <rok.mandeljc at gmail.com>
Date:   Fri Jul 26 08:17:04 2013 +0200

    x2golistsessions: Import db_changestatus into name space. (Fixes: #267).

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                |    4 ++++
 x2goserver/bin/x2golistsessions |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 2dfb491..5fc5a0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,10 @@ x2goserver (4.1.0.0-0~x2go1) UNRELEASED; urgency=low
     not set. (Fixes: #82).
   * Make x2goruncommand aware of the Cinnamon desktop shell. (Fixes: #117).
 
+  [ Rok Mandeljc ]
+  * New upstream version (4.1.0.0):
+    - x2golistsessions: Import db_changestatus into name space. (Fixes: #267).
+
   [ Otto Kjell ]
   * New upstream version (4.1.0.0):
     + Add markdown files for most of the X2Go Server project folders. (Fixes:
diff --git a/x2goserver/bin/x2golistsessions b/x2goserver/bin/x2golistsessions
index 9d8a0bf..46ac0c6 100755
--- a/x2goserver/bin/x2golistsessions
+++ b/x2goserver/bin/x2golistsessions
@@ -24,7 +24,7 @@ use strict;
 use Sys::Hostname;
 use Sys::Syslog qw( :standard :macros );
 
-use X2Go::Server::DB qw(db_listsessions db_listsessions_all);
+use X2Go::Server::DB qw(db_listsessions db_listsessions_all db_changestatus);
 use X2Go::Log qw(loglevel);
 
 openlog($0,'cons,pid','user');


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list