The branch, master has been updated via 6c1c0d22eb6c6693754f6fc845ab715b20fe3dc0 (commit) from 861e37bd3dae69c7e9b6a8cd5a687763379ca58a (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 6c1c0d22eb6c6693754f6fc845ab715b20fe3dc0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 5 12:53:14 2012 +0100 also release profile locks during session registration if a session_uuid is re-used ----------------------------------------------------------------------- Summary of changes: x2go/registry.py | 1 + 1 file changed, 1 insertion(+) The diff of changes is: diff --git a/x2go/registry.py b/x2go/registry.py index 97c6125..74ad518 100644 --- a/x2go/registry.py +++ b/x2go/registry.py @@ -540,6 +540,7 @@ class X2goSessionRegistry(object): self(session_uuid).update_params(_params) self(session_uuid).set_server(server) self(session_uuid).set_profile_name(profile_name) + self._profile_locks[profile_id].release() return session_uuid try: del _params['server'] hooks/post-receive -- python-x2go.git (Python X2Go Client API) 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 "python-x2go.git" (Python X2Go Client API).