[X2Go-Commits] [x2goclient] 69/94: bugfix for --password rewrite code
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:04:50 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit 2b783609e531f2563361b1fd729f267a659e8305
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue May 17 13:08:02 2011 +0200
bugfix for --password rewrite code
---
debian/changelog | 7 +++++++
pyhoca/cli/__init__.py | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 32a49a2c..831ae53d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyhoca-cli (0.1.3.2-0~x2go1) lucid; urgency=low
+
+ * Upstream bugfix version 0.1.3.2:
+ - calling pyhoca-cli without --password is now allowed again
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Tue, 17 May 2011 13:06:49 +0200
+
pyhoca-cli (0.1.3.1-0~x2go1) lucid; urgency=low
* New upstream version 0.1.3.1:
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index 0c6f9822..93bf241e 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -20,6 +20,6 @@
"""\
STILL UNDOCUMENTED
"""
-__VERSION__ = "0.1.3.1"
+__VERSION__ = "0.1.3.2"
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