This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 951991f6414df6a97c385a0fd3975e4d2eb836f7 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 20 00:14:07 2020 +0100 X2Go/Server/Agent/NX/Options.pm: document other non-printable characters. --- X2Go/Server/Agent/NX/Options.pm | 6 ++++++ debian/changelog | 2 ++ 2 files changed, 8 insertions(+) diff --git a/X2Go/Server/Agent/NX/Options.pm b/X2Go/Server/Agent/NX/Options.pm index 3eae2a54..119d0db0 100644 --- a/X2Go/Server/Agent/NX/Options.pm +++ b/X2Go/Server/Agent/NX/Options.pm @@ -1034,6 +1034,12 @@ duplicated with this module. To remove duplicated keys, use C<compact_intermediate>. This will preserve the order in a first-seen fashion. +Additionally, most non-printable control characters can be used verbatim. +This includes, but is not limited to, characters like C<LF> (C<\n>), C<TAB> +(C<\t>) and C<VT> (C<\v>). + +Naturally, it is recommended to avoid such characters. + =item * A key-value pair with an empty key but a non-empty value is allowed. diff --git a/debian/changelog b/debian/changelog index 6f7f9c60..2a89cd2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -284,6 +284,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium - x2goserver/lib/x2goupdateoptionsstring: better document end-of-options terminator and highlight its importance. - X2Go/Server/Agent/NX/Options.pm: reflow some text. + - X2Go/Server/Agent/NX/Options.pm: document other non-printable + characters. * debian/control: + Build-depend upon lsb-release for distro version detection. * debian/x2goserver.manpages: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git