This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/rootless-mode in repository x2gokdrive. from c3d2b1a disable some rootless debug info. new da0a335 Increase server version The 1 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: x2gokdriveremote.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/rootless-mode in repository x2gokdrive. commit da0a33549b6a99e671374ff6e8f88e6219603c89 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Thu Feb 17 09:41:09 2022 -0600 Increase server version --- x2gokdriveremote.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x2gokdriveremote.h b/x2gokdriveremote.h index a6453ab..d447687 100644 --- a/x2gokdriveremote.h +++ b/x2gokdriveremote.h @@ -98,8 +98,9 @@ //Changes 2 - 3: supporting web client, sending cursors in PNG format and know about KEEPALIVE event //Changes 3 - 4: extended clipboard support for web client //Changes 4 - 5: support for CACHEREBUILD event +//Changes 5 - 6: support for rootless mode -#define FEATURE_VERSION 5 +#define FEATURE_VERSION 6 #define MAXMSGSIZE 1024*16 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git