[X2Go-Commits] [x2goclient] 94/94: release 0.6.1.0
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:06:58 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.
commit 64284cc5c58a20e83b55a78c07cd12a495c31c37
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Nov 20 08:12:07 2019 +0100
release 0.6.1.0
---
ChangeLog | 147 ++++++++++++++++++++++++++++++++++++++++++++++++-
debian/changelog | 6 +-
man/man1/pyhoca-cli.1 | 2 +-
pyhoca-cli.spec | 2 +-
pyhoca/cli/__init__.py | 2 +-
5 files changed, 151 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3d05402a..8312c21e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,149 @@
-2018-09-18 21:17:06 +0200 Mike Gabriel (b7aaefa)
+2019-11-20 08:12:07 +0100 Mike Gabriel (1f677fe)
- * 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-07-19 19:47:58 +0200 Mike Gabriel (aa880ab)
+
+ * pyhoca/cli/frontend.py: Use Python X2Go's new auto-detection code
+ for the graphical proxy/rendering backend (NXv3 vs.
+ KDrive).
+
+2019-07-19 19:47:06 +0200 Mike Gabriel (5518cab)
+
+ * pyhoca-cli.spec: Bump requirement for pyhoca-cli) on python(3)-x2go
+ to 0.6.1.0.
+
+2019-07-19 19:46:05 +0200 Mike Gabriel (bd5faaa)
+
+ * debian/control: Bump D (pyhoca-cli) on python3-x2go to 0.6.1.0.
+
+2019-07-19 19:02:00 +0200 Mike Gabriel (e0e6620)
+
+ * Set master session only once we know for sure that the session has
+ successfully come up.
+
+2018-12-03 04:51:13 +0100 X2Go Release Manager (3078366)
+
+ * Continue development
+
+2018-12-03 02:22:19 +0100 X2Go Release Manager (45b662f)
+
+ * release 0.6.0.1 (tag: 0.6.0.1)
+
+2018-12-03 01:20:46 +0100 Mihai Moldovan (755ae8f)
+
+ * man/man1/pyhoca-cli.1: pre-release date update.
+
+2018-12-03 01:19:14 +0100 Mihai Moldovan (d398725)
+
+ * misc: copyright update.
+
+2018-12-01 11:57:31 +0100 Mike Gabriel (20a1cc9)
+
+ * Catch HOOK_no_such_command and bail out if the server does not know
+ how to execute the given session command.
+
+2018-11-26 10:30:23 +0100 Mike Gabriel (192ee99)
+
+ * pyhoca/cli/frontend.py: rephrase auth success message slightly.
+
+2018-11-26 10:28:59 +0100 Mike Gabriel (7585c67)
+
+ * pyhoca/cli/frontend.py: Be more real-time realistic and user
+ friendly with notice log messages after authentication.
+
+2018-11-10 22:06:27 +0000 Mike Gabriel (0adac3b)
+
+ * debian/control: Bump versioned D on python3-x2go to (>=
+ 0.6.0.2-0~).
+
+2018-11-10 22:05:17 +0000 Mike Gabriel (5dcd563)
+
+ * pyhoca/cli/frontend.py: Check directly after authentication, if the
+ remote host has the X2Go Server software installed.
+
+2018-11-11 11:27:38 +0100 Mihai Moldovan (3fbced2)
+
+ * pyhoca-cli.spec: fully own %{python2_sitelib}/pyhoca directory.
+
+2018-11-10 16:05:59 +0000 Mike Gabriel (e86021e)
+
+ * Fix failing password-only authentication.
+
+2018-11-10 17:05:08 +0100 Mihai Moldovan (14eba70)
+
+ * pyhoca-cli.spec: also pick files matching PyHoca_CLI* in the
+ site-lib directory.
+
+2018-11-10 15:14:59 +0100 Mihai Moldovan (1bb1d2a)
+
+ * pyhoca-cli.spec: pick the files correctly.
+
+2018-11-10 14:30:35 +0100 Mihai Moldovan (4b69e61)
+
+ * pyhoca-cli.spec: include python2_sitelib for CentOS,
+ python3_sitelib otherwise.
+
+2018-11-10 13:54:55 +0100 Mihai Moldovan (b5d0ec9)
+
+ * setup.py: need to import the sys module, not just version_info into
+ global namespace.
+
+2018-11-10 13:47:11 +0100 Mihai Moldovan (0d50466)
+
+ * setup.py: we actually also need the version information, so import
+ it.
+
+2018-11-10 13:39:46 +0100 Mihai Moldovan (6ebecc4)
+
+ * pyhoca-cli.spec: Build-Require python-rpm-macros for OpenSuSE
+ builds.
+
+2018-11-10 13:35:57 +0100 Mihai Moldovan (4f98092)
+
+ * setup.py: backport Python 2 support via io.open.
+
+2018-11-10 13:16:47 +0100 Mihai Moldovan (b050d3e)
+
+ * pyhoca-cli.spec: use modern python build and install macros.
+
+2018-11-10 12:57:57 +0100 Mihai Moldovan (55d4bfc)
+
+ * pyhoca-cli.spec: either EL6 or EL7, not both at the same time.
+
+2018-11-10 11:58:04 +0100 Mihai Moldovan (b8bf324)
+
+ * pyhoca-cli.spec: it's still %endif, not %fi.
+
+2018-11-10 09:40:59 +0100 Mihai Moldovan (1b3cd85)
+
+ * pyhoca-cli.spec: build with Python 2 on CentOS, drop
+ python3-argparse dependency (part of stdlib).
+
+2018-11-10 09:45:51 +0100 Mihai Moldovan (716fd7c)
+
+ * debian/changelog: fix for current version.
+
+2018-11-10 09:39:21 +0100 Mihai Moldovan (15298b5)
+
+ * debian/changelog: fix for previous version.
+
+2018-09-19 15:22:01 +0200 Mike Gabriel (c716bec)
+
+ * pyhoca-cli.spec: Adjust python3-x2go versioned dependency.
+
+2018-09-19 15:22:19 +0200 Mike Gabriel (70aa4a6)
+
+ * Continue development...
+
+2018-09-19 15:16:55 +0200 Mike Gabriel (3ba796c)
+
+ * debian/control: Set Section: from "python" to "x11". More
+ appropriate.
+
+2018-09-18 21:17:06 +0200 Mike Gabriel (db47d5d)
+
+ * release 0.6.0.0 (tag: 0.6.0.0)
2018-09-18 21:07:26 +0200 Mike Gabriel (2a3460f)
diff --git a/debian/changelog b/debian/changelog
index bafe1647..db20edf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-pyhoca-cli (0.6.0.2-0x2go1) UNRELEASED; urgency=medium
+pyhoca-cli (0.6.1.0-0x2go1) unstable; urgency=medium
[ Mike Gabriel ]
- * New upstream version (0.6.0.3):
+ * New upstream version (0.6.1.0):
- Set master session only once we know for sure that the
session has successfully come up.
- pyhoca/cli/frontend.py: Use Python X2Go's new auto-detection code
@@ -11,7 +11,7 @@ pyhoca-cli (0.6.0.2-0x2go1) UNRELEASED; urgency=medium
* pyhoca-cli.spec:
+ Bump requirement for pyhoca-cli) on python(3)-x2go to 0.6.1.0.
- -- X2Go Release Manager <git-admin at x2go.org> Mon, 03 Dec 2018 04:49:29 +0100
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 20 Nov 2019 08:10:52 +0100
pyhoca-cli (0.6.0.1-0x2go1) unstable; urgency=medium
diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1
index 4f349627..ae3a2add 100644
--- a/man/man1/pyhoca-cli.1
+++ b/man/man1/pyhoca-cli.1
@@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
-.TH pyhoca-cli 1 "Dec 2018" "Version 0.6.0.2" "X2Go Application"
+.TH pyhoca-cli 1 "Nov 2019" "Version 0.6.1.0" "X2Go Application"
.SH NAME
pyhoca-cli \- X2Go command line client written in Python
.SH SYNOPSIS
diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec
index b83aa06f..2265e5bd 100644
--- a/pyhoca-cli.spec
+++ b/pyhoca-cli.spec
@@ -1,5 +1,5 @@
Name: pyhoca-cli
-Version: 0.6.0.2
+Version: 0.6.1.0
Release: 0.0x2go1%{?dist}
Summary: Command line X2Go client written in Python
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index 2ca021ed..37304ac7 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki:
http://wiki.x2go.org
"""
-__VERSION__ = "0.6.0.2"
+__VERSION__ = "0.6.1.0"
from .frontend import *
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list