[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.0.40.0-109-gdcaf909
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:56:27 CEST 2013
The branch, twofactorauth has been updated
via dcaf9091202395b2580c5b98eea9b8323ac5acb8 (commit)
from 98740c3d179a7a65c36b5d421b3a5f86136f98ac (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 | 9 +++++++++
x2go/__init__.py | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 4cb54de..f57d053 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-x2go (0.0.41.0-0~nwt1) natty lucid maverick stable testing unstable; urgency=low
+
+ * new upstream features (0.0.41.0):
+ - improved session state recognition
+ - speeding up bootstrap of X2goClient
+ - catching missing dropbox/spool folders
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Fri, 26 Mar 2011 20:43:12 +0100
+
python-x2go (0.0.40.0-0~nwt1) natty lucid maverick stable testing unstable; urgency=low
* new upstream features (0.0.40.0):
diff --git a/x2go/__init__.py b/x2go/__init__.py
index dcda398..41736f1 100644
--- a/x2go/__init__.py
+++ b/x2go/__init__.py
@@ -153,7 +153,7 @@ Contact
"""
__NAME__ = 'python-x2go'
-__VERSION__ = '0.0.40.0'
+__VERSION__ = '0.0.41.0'
from gevent import monkey
monkey.patch_all()
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).
More information about the x2go-commits
mailing list