Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python X2Go
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
X2Go
Client
Libraries
Python X2Go
Commits
da3853a6
Commit
da3853a6
authored
6 years ago
by
Mike Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
release 0.6.0.1
parent
c0f5406a
No related branches found
Branches containing commit
Tags
0.6.0.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+93
-2
93 additions, 2 deletions
ChangeLog
debian/changelog
+14
-5
14 additions, 5 deletions
debian/changelog
with
107 additions
and
7 deletions
ChangeLog
+
93
−
2
View file @
da3853a6
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)
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
14
−
5
View file @
da3853a6
python-x2go (0.6.0.1-0x2go1) UNRELEASED; urgency=medium
* Continue development...
-- Mike Gabriel <mike.gabriel@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@das-netzwerkteam.de> Tue, 18 Sep 2018 20:48:14 +0200
python-x2go (0.6.0.0-0x2go1) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment