This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from b7758fa X2Go/Server/DB.pm: comment out calls to X2Go::Server::DB::MySQL::*. new c4f84d5 x2goserver-x2goagent/etc/x2goagent.options: typo fix in comment only. new dedc6aa x2goserver-x2goagent/etc/x2goagent.options: disable BIG-REQUESTS; leads to a lot of weird crashes and is currently not implemented correctly in nxagent. Fixes: #1266. The 2 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 | 4 ++++ x2goserver-x2goagent/etc/x2goagent.options | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit c4f84d57c479b36e0c2c22c5fecd2c38d8eb7b06 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 2 23:44:08 2018 +0100 x2goserver-x2goagent/etc/x2goagent.options: typo fix in comment only. --- debian/changelog | 1 + x2goserver-x2goagent/etc/x2goagent.options | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1c996a3..a8deb76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -110,6 +110,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium - x2goserver-common/etc/x2gosql/sql: reformat PostgreSQL comments. - X2Go/Server/DB.pm: don't use X2Go::Server::DB::MySQL for now. - X2Go/Server/DB.pm: comment out calls to X2Go::Server::DB::MySQL::*. + - x2goserver-x2goagent/etc/x2goagent.options: typo fix in comment only. * debian/{control,compat}: + Bump DH compat level to 9. * debian/: diff --git a/x2goserver-x2goagent/etc/x2goagent.options b/x2goserver-x2goagent/etc/x2goagent.options index bd19c41..be1aabd 100644 --- a/x2goserver-x2goagent/etc/x2goagent.options +++ b/x2goserver-x2goagent/etc/x2goagent.options @@ -1,7 +1,7 @@ # # This file can be used to specify default options that are passed to nxagent. # -# These options can be overriden by the client! +# These options can be overridden by the client! # # See the output of `nxagent -help` for the full list of options. # -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit dedc6aa4baeb7035079d14c9eae790d9dca6809e Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Mar 2 23:45:30 2018 +0100 x2goserver-x2goagent/etc/x2goagent.options: disable BIG-REQUESTS; leads to a lot of weird crashes and is currently not implemented correctly in nxagent. Fixes: #1266. --- debian/changelog | 3 +++ x2goserver-x2goagent/etc/x2goagent.options | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index a8deb76..419601a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -111,6 +111,9 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium - X2Go/Server/DB.pm: don't use X2Go::Server::DB::MySQL for now. - X2Go/Server/DB.pm: comment out calls to X2Go::Server::DB::MySQL::*. - x2goserver-x2goagent/etc/x2goagent.options: typo fix in comment only. + - x2goserver-x2goagent/etc/x2goagent.options: disable BIG-REQUESTS; leads + to a lot of weird crashes and is currently not implemented correctly in + nxagent. Fixes: #1266. * debian/{control,compat}: + Bump DH compat level to 9. * debian/: diff --git a/x2goserver-x2goagent/etc/x2goagent.options b/x2goserver-x2goagent/etc/x2goagent.options index be1aabd..a521d17 100644 --- a/x2goserver-x2goagent/etc/x2goagent.options +++ b/x2goserver-x2goagent/etc/x2goagent.options @@ -29,3 +29,7 @@ X2GO_NXAGENT_DEFAULT_OPTIONS+=" -nolisten tcp" # Possible values for the -clipboard option: both, server, client, none # If this option stays commented out, clients can choose the sessions' clipboard behaviour... #X2GO_NXAGENT_DEFAULT_OPTIONS+=" -clipboard both" + +# Disable BIG-REQUESTS, nx-libs does not implement this extension correctly. +# Leads to all sorts of weird crashes if left enabled. +X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension BIG-REQUESTS" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git