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

git-admin at x2go.org git-admin at x2go.org
Wed Nov 20 08:10:09 CET 2019


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

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

commit 9e4face8f7d2738a074869870d87bc3f21f8adfe
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Nov 20 08:09:50 2019 +0100

    release 0.6.1.0
---
 ChangeLog        | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 debian/changelog |   6 ++-
 2 files changed, 152 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e7d4920..0d5c640 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,151 @@
-2018-09-18 20:52:02 +0200 Mike Gabriel (0d501e8)
+2019-11-20 08:09:50 +0100 Mike Gabriel (14d5c98)
 
-	* release 0.6.0.1 (HEAD -> master, tag: 0.6.0.1)
+	* release 0.6.1.0 (HEAD -> master, tag: 0.6.1.0)
+
+2019-11-20 08:02:19 +0100 Mike Gabriel (8a0d34a)
+
+	* x2go/log.py: Fix exception triggered in Python2'ish pyhoca-gui due
+          to wrong string encoding stemming for Python X2Go's logger
+          code.
+
+2019-09-03 02:40:18 +0200 Mihai Moldovan (4e80e42)
+
+	* python-x2go.spec: fix syntax error: if => %if.
+
+2019-09-03 02:23:47 +0200 Mihai Moldovan (cb6ac40)
+
+	* python-x2go.spec: disable python2 builds on FC31+.
+
+2019-09-03 00:59:28 +0200 Mihai Moldovan (989bd72)
+
+	* python-x2go.spec: newer RPM versions bail out on extra data (even
+          comments) after an %endif clause, so move the comment to a
+          separate line.
+
+2019-07-23 15:55:53 +0200 Mike Gabriel (797dc15)
+
+	* x2go/{backends/printing/file.py,defaults.py}: Fix type mismatch
+          (str vs. unicode) when opening print settings dialog in
+          PyHoca-GUI (still using Python2).
+
+2019-07-19 20:33:39 +0200 Mike Gabriel (5a6552f)
+
+	* Fix CINNAMON (2d) support.
+
+2019-07-19 19:53:16 +0200 Mike Gabriel (e4f0bf9)
+
+	* debian/control: Add x2gokdriveclient as hard dependency for both
+          bin:pkgs python{,3}-x2go.
+
+2019-07-19 19:42:21 +0200 Mike Gabriel (34e571a)
+
+	* Bump upstream version to 0.6.1.0.
+
+2019-07-19 19:35:09 +0200 Mike Gabriel (3af7450)
+
+	* X2GoServerSessionList: Provide proper accessor method for getting
+          the complete list of sessions.
+
+2019-07-19 17:32:03 +0200 Mike Gabriel (a330b42)
+
+	* Add X2Go KDrive graphical rendering backend support.
+
+2019-07-19 17:31:28 +0200 Mike Gabriel (208a084)
+
+	* X2GoTerminalSession: Fully delegate the session type handling and
+          remembering to the session's X2GoSessionInfo object.
+
+2019-07-19 17:29:09 +0200 Mike Gabriel (89dd84d)
+
+	* X2GoSessionInfo: Add is_initialized() method.
+
+2019-07-19 17:17:56 +0200 Mike Gabriel (c2ff226)
+
+	* X2GoTerminalSession: Fix __doc__ string of constructor.
+
+2019-07-19 17:12:13 +0200 Mike Gabriel (0fbaa83)
+
+	* X2GoSessionInfo: Cache virtually immutable session type.
+
+2019-07-19 17:06:16 +0200 Mike Gabriel (cf364ae)
+
+	* X2GoSessionInfo: Handle non-initialized X2GoSessionInfo instance
+          more gracefully.
+
+2019-07-19 17:01:23 +0200 Mike Gabriel (3cdd66f)
+
+	* X2GoSessionInfo: Drop debug print command.
+
+2018-12-01 02:17:45 +0100 X2Go Release Manager (68bfe85)
+
+	* Continue development
+
+2018-12-01 00:45:46 +0100 X2Go Release Manager (d5b4d6d)
+
+	* release 0.6.0.2 (tag: 0.6.0.2)
+
+2018-11-30 04:30:51 +0100 Mihai Moldovan (23cab03)
+
+	* python-x2go.spec: only fetch python(2)-configparser on *SUSE, not
+          python3-configparser, since that doesn't exist.
+
+2018-11-30 03:39:47 +0100 Mihai Moldovan (e14d865)
+
+	* python-x2go.spec: fix FC python3-enabling via correct macro and for
+          26+, OpenSuSE will actually be enabled for 13.2+ and add
+          RHEL 8+ condition.
+
+2018-11-30 03:15:22 +0100 Mihai Moldovan (0a5a090)
+
+	* python-x2go.spec: enable python3 builds on OpenSuSE 13.1+ and
+          Fedora 20+.
+
+2018-11-30 03:01:47 +0100 Mihai Moldovan (43d0bd6)
+
+	* misc: update copyright notices.
+
+2018-11-26 10:22:59 +0100 Mike Gabriel (308dde2)
+
+	* typo fix for prev commit
+
+2018-11-26 10:16:34 +0100 Mike Gabriel (6e452d7)
+
+	* x2go/defaults.py: Support desktop session type "IceWM".
+
+2018-11-11 13:44:53 +0100 Mihai Moldovan (6122dd2)
+
+	* python-x2go.spec: fetch files under %{python(2)_sitelib} more
+          fine-grained.
+
+2018-11-11 13:43:15 +0100 Mihai Moldovan (919ca14)
+
+	* debian/changelog: fixup previous entries.
+
+2018-11-10 22:48:30 +0100 Mike Gabriel (99d08fe)
+
+	* x2go/client.py: Add is_x2goserver() method to X2GoClient class API.
+
+2018-11-10 22:45:46 +0100 Mike Gabriel (d383eb7)
+
+	* X2GoControlSession.get_server_versions(): Fix another Py3 issue
+          where we forgot decoding stdout before applying string
+          operations.
+
+2018-09-18 21:19:32 +0200 Mike Gabriel (ea67d2f)
+
+	* debian/changelog: Fix description of a fix.
+
+2018-09-18 21:18:43 +0200 Mike Gabriel (4108c6a)
+
+	* Continue development...
+
+2018-09-18 21:09:54 +0200 Mike Gabriel (022fc5d)
+
+	* Support resuming of rootless or published applications sessions.
+
+2018-09-18 20:52:02 +0200 Mike Gabriel (da3853a)
+
+	* release 0.6.0.1 (tag: 0.6.0.1)
 
 2018-09-18 20:46:51 +0200 Mike Gabriel (c0f5406)
 
@@ -87,7 +232,7 @@
 
 2018-09-06 19:35:53 +0200 Mike Gabriel (d5fb567)
 
-	* Continue development...
+	* Continue development... (tag: list)
 
 2018-09-06 19:33:28 +0200 Mike Gabriel (71df03f)
 
diff --git a/debian/changelog b/debian/changelog
index 05ec493..01078c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-x2go (0.6.1.0-0x2go1) UNRELEASED; urgency=medium
+python-x2go (0.6.1.0-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
   * New upstream version (0.6.1.0):
@@ -17,6 +17,8 @@ python-x2go (0.6.1.0-0x2go1) UNRELEASED; urgency=medium
     - x2go/{backends/printing/file.py,defaults.py}: Fix type mismatch (str
       vs. unicode) when opening print settings dialog in PyHoca-GUI (still
       using Python2).
+    - x2go/log.py: Fix exception triggered in Python2'ish pyhoca-gui due to
+      wrong string encoding stemming for Python X2Go's logger code.
   * debian/control:
     + Add x2gokdriveclient as hard dependency for both bin:pkgs python{,3}-x2go.
 
@@ -32,7 +34,7 @@ python-x2go (0.6.1.0-0x2go1) UNRELEASED; urgency=medium
       also disallows building new Python 2 packages.
     + Fix syntax error: if => %if.
 
- -- X2Go Release Manager <git-admin at x2go.org>  Sat, 01 Dec 2018 02:16:45 +0100
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 20 Nov 2019 08:09:05 +0100
 
 python-x2go (0.6.0.2-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