The branch, build-main has been updated via d46aa2e207f31deda85dc0f896d53989cc244fe3 (commit) from 993c8cda4b2aa59cf181cb54d2fa5dfc90102c53 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 +++ debian/control | 1 + 2 files changed, 4 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 93164d9..57c160d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,12 +4,15 @@ x2gobroker (0.0.0.6-0~x2go1) UNRELEASED; urgency=low * New upstream version (0.0.0.6): - Rewrite empty user parameter in session profile. Fill in the UID that has been used for broker authentication. + - Implement session autologin feature. * /debian/*.default: - Be more explanatory about the X2GOBROKER_DEBUG option and allow to enable debug mode for the different services independently. (Fixes: #126). * /debian/x2gobroker-daemon.postinst: - Fix home path for user x2gobroker. (Fixes: #127). + * /debian/control: + - Dependency for python-x2gobroker: python-gevent. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 27 Feb 2013 23:04:10 +0100 diff --git a/debian/control b/debian/control index 3190f5c..fbee287 100644 --- a/debian/control +++ b/debian/control @@ -152,6 +152,7 @@ Depends: python-netaddr, python-webpy (>= 1:0.37), python-paramiko, + python-gevent, Suggests: apache2 | httpd, Description: X2Go http(s) based session broker (Python modules) hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).