This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 5402756ace931bda06b0c8949d3186067d7d8c39 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Nov 9 10:47:27 2020 +0100 X2Go/Server/Agent/NX/Options.pm: clear up "logically equivalent but logically very different" situation. --- X2Go/Server/Agent/NX/Options.pm | 4 ++-- debian/changelog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/X2Go/Server/Agent/NX/Options.pm b/X2Go/Server/Agent/NX/Options.pm index 9b9de642..56b28297 100644 --- a/X2Go/Server/Agent/NX/Options.pm +++ b/X2Go/Server/Agent/NX/Options.pm @@ -981,8 +981,8 @@ An options string such as C<this%3Dis%3Da=key:38> is just as valid as C<this=is=a=key:38> or C<this=is%3Da%3Dkey:38>. However, the semantics differ. -While the latter two key-value pairs are logically equivalent, they are -logically very much different from the first one. +While the latter two key-value pairs are logically equivalent to each other, +they are very much different from the first one. For the first case, the I<key> will be C<this%3Dis%3Da> (or, logically, also C<this=is=a>, which can not be directly represented), while the I<value> will diff --git a/debian/changelog b/debian/changelog index 894513ec..84b96064 100644 --- a/debian/changelog +++ b/debian/changelog @@ -262,6 +262,8 @@ x2goserver (4.1.0.4-0x2go1.2) UNRELEASED; urgency=medium otherwise. Since it has no adverse effects on other generators, let's just do it like that. - X2Go/Server/Agent/NX/Options.pm: replace "treat as" with "treat like". + - X2Go/Server/Agent/NX/Options.pm: clear up "logically equivalent but + logically very different" situation. * 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