This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from d5f230e Continue development new 09d1a45 x2go/backends/terminal/plain.py: Typo fix in docstring. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 ++- x2go/backends/terminal/plain.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 09d1a4565758f7e11a1e236ec5ed5676c1aca922 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Aug 23 11:43:09 2023 +0200 x2go/backends/terminal/plain.py: Typo fix in docstring. --- debian/changelog | 3 ++- x2go/backends/terminal/plain.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0231531..f482176 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-x2go (0.6.1.5-0x2go1) UNRELEASED; urgency=medium - * Continue development + * New upstream version (0.6.1.5): + - x2go/backends/terminal/plain.py: Typo fix in docstring. -- X2Go Release Manager <git-admin@x2go.org> Sun, 20 Aug 2023 04:21:30 +0200 diff --git a/x2go/backends/terminal/plain.py b/x2go/backends/terminal/plain.py index 39b2d39..63c406b 100644 --- a/x2go/backends/terminal/plain.py +++ b/x2go/backends/terminal/plain.py @@ -66,7 +66,7 @@ _local_color_depth = utils.local_color_depth() def _rewrite_cmd(cmd, params=None): """\ - Mechansim that rewrites X2Go server commands into something that gets understood by + Mechanism that rewrites X2Go server commands into something that gets understood by the server-side script ``x2goruncommand``. :param cmd: the current command for execution (as found in the session profile parameter ``cmd``) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git