[X2Go-Commits] [x2gobroker] 04/04: debian/changelog: update from Git history
git-admin at x2go.org
git-admin at x2go.org
Sun Apr 21 16:16:09 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gobroker.
commit 10849bcd576067a1790762e9ea8d30ba60ad794c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Apr 21 16:16:01 2019 +0200
debian/changelog: update from Git history
---
debian/changelog | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b7afa9d..a4adc0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,35 @@ x2gobroker (0.0.4.1-0x2go1) UNRELEASED; urgency=medium
- Fix some man page typos.
- x2gobroker/defaults.py: Support offline builds with no DNS or other
means of hostname resolution..
+ - sbin/x2gobroker-keygen: Fix call to
+ x2gobroker.utils.get_fingerprint_with_colons(). Thanks to Linnea Skogtvedt
+ for spotting and reporting this.
+ - Make builds reproducible. Thanks to Chris Lamb for providing a patch.
+ (See Debian bug #922137).
+ - Correctly initialize the loggers when using x2gobroker via WSGI in
+ Apache2.
+ - x2gobroker-wsgi: Place WSGI script symlink (pointing to
+ <BINDIR>/x2gobroker) into a dedicated folder and configure Apache2
+ to use WSGIScriptAlias from that folder. (See Debian bug #922040).
+ - sbin/x2gobroker-testagent: Fix retrieval of available tasks.
+ - Permit `asyncio` to create event loops on any thread (required on
+ multithreaded WSGI servers using Python 3).
+ - Make remote agent's SSH HostKey policy configurable globally, backend-wise
+ and per session profile. Fallback to RejectPolicy by default. (See Debian
+ bug #922314).
+ - x2gobroker/agent.py: Assure that remote_agent['host_key_policy'] is always
+ the name of the Parmiko MissingHostKeyPolicy, not the class object itself.
+ - sbin/x2gobroker-testagent: Fix indentation, set 'host_key_policy' as a
+ string (not class).
+ - etc/x2gobroker.conf: Update info about default-agent-hostkey-policy
+ parameter.
+ * debian/po:
+ + Adopt debconf translations from Debian.
+
+ [ Linnea Skogtvedt ]
+ * New upstream version (0.0.4.1):
+ - x2gobroker/brokers/base_broker.py: Log IP address of authentication
+ attempts. (See Debian bug #922458).
-- X2Go Release Manager <git-admin at x2go.org> Sun, 03 Feb 2019 03:57:46 +0100
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
More information about the x2go-commits
mailing list