[X2Go-Commits] [python-x2go] 01/01: release 0.6.0.1

git-admin at x2go.org git-admin at x2go.org
Tue Sep 18 20:52:38 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit da3853a6f3ac55187499ead9c8ba1cdd02e4d085
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 18 20:52:02 2018 +0200

    release 0.6.0.1
---
 ChangeLog        | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 debian/changelog | 19 +++++++++---
 2 files changed, 107 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7a073b1..e7d4920 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,97 @@
-2018-09-06 19:33:28 +0200 Mike Gabriel (e6d81ab)
+2018-09-18 20:52:02 +0200 Mike Gabriel (0d501e8)
 
-	* release 0.6.0.0 (HEAD -> master, tag: 0.6.0.0)
+	* release 0.6.0.1 (HEAD -> master, tag: 0.6.0.1)
+
+2018-09-18 20:46:51 +0200 Mike Gabriel (c0f5406)
+
+	* Revert "x2go/backends/terminal/plain.py: Correctly update session
+          window file in Python3."
+
+2018-09-18 18:52:06 +0200 Mike Gabriel (dd894b0)
+
+	* x2go/backends/control/plain.py: Drop one line of debug code.
+
+2018-09-18 18:44:22 +0200 Mike Gabriel (4ba693e)
+
+	* x2go/backends/terminal/plain.py: Correctly update session window
+          file in Python3.
+
+2018-09-18 16:26:40 +0000 Mike Gabriel (3fbee6a)
+
+	* Correctly handle IO objects (BytesIO in Python3, StringIO in
+          Python2).
+
+2018-09-18 16:24:56 +0000 Mike Gabriel (90db159)
+
+	* InstanceType does not exist in Python3. Let's omit it in __repr__
+          method.
+
+2018-09-18 16:24:08 +0000 Mike Gabriel (29006c6)
+
+	* x2go/inifiles.py: Correctly import ConfigParser as configparser on
+          Python2.
+
+2018-09-18 16:23:16 +0000 Mike Gabriel (118f014)
+
+	* x2go/*.py: Drop 'from builtins import <bla>'. Not required.
+
+2018-09-18 12:38:57 +0000 Mike Gabriel (bcdc1b5)
+
+	* x2go/guardian.py: White-space cleanup.
+
+2018-09-18 12:38:39 +0000 Mike Gabriel (b779a02)
+
+	* x2go/session.py: Don't fail in set_master_session() if the client
+          instance lacks a session profile config.
+
+2018-09-18 12:04:06 +0000 Mike Gabriel (6d7f154)
+
+	* x2go/backends/control/plain.py: Raise log priority for reporting
+          that the user enabled SSH agent forwarding.
+
+2018-09-11 16:20:16 +0200 Mike Gabriel (55027e3)
+
+	* docs/source/index.rst: Move introduction text from x2go/__init__.py
+          into the index.rst file.
+
+2018-09-11 16:15:35 +0200 Mike Gabriel (1b190ab)
+
+	* docs/source/conf.py: Switch to Sphinx theme 'haiku'.
+
+2018-09-11 14:15:33 +0200 Mike Gabriel (a499749)
+
+	* Some extra empty lines in __doc__ strings.
+
+2018-09-07 09:08:20 +0200 Mike Gabriel (d157b22)
+
+	* docs/source/conf.py: Fix project name in comment. White-space
+          change.
+
+2018-09-07 09:03:41 +0200 Mike Gabriel (5e6ace1)
+
+	* docs/source/conf.py: Drop unicode markers from strings, rephrase
+          more doc type specific titles.
+
+2018-09-07 08:58:45 +0200 Mike Gabriel (8610ca4)
+
+	* debian/python-x2go-doc.lintian-overrides: Removed. Not required
+          anymore.
+
+2018-09-07 08:58:21 +0200 Mike Gabriel (5cfe22d)
+
+	* docs/source/_: Add empty _static and _templates dir.
+
+2018-09-07 08:57:44 +0200 Mike Gabriel (eb8aff8)
+
+	* docs/source/conf.py: Customize html_title.
+
+2018-09-06 19:35:53 +0200 Mike Gabriel (d5fb567)
+
+	* Continue development...
+
+2018-09-06 19:33:28 +0200 Mike Gabriel (71df03f)
+
+	* release 0.6.0.0 (tag: 0.6.0.0)
 
 2018-09-06 19:31:14 +0200 Mike Gabriel (b871e69)
 
diff --git a/debian/changelog b/debian/changelog
index 32a8bd9..4e41cd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
-python-x2go (0.6.0.1-0x2go1) UNRELEASED; urgency=medium
-
-  * Continue development...
-
- -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Thu, 06 Sep 2018 19:35:28 +0200
+python-x2go (0.6.0.1-0x2go1) unstable; urgency=medium
+
+  * New upstream version (0.6.0.1):
+    - Correctly handle IO objects (BytesIO in Python3, StringIO in
+      Python2).
+    - Many more Python2 -> Python3 related fixes.
+    - x2go/session.py: Don't fail in set_master_session() if the client
+      instance lacks a session profile config.
+    - docs/source/index.rst: Move introduction text from x2go/__init__.py
+      into the index.rst file.
+    - docs/source/conf.py: Switch to Sphinx theme 'haiku'.
+    - Some more work on the API documentation.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Tue, 18 Sep 2018 20:48:14 +0200
 
 python-x2go (0.6.0.0-0x2go1) unstable; urgency=medium
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list