This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from a3f589b reduce amount of cache elements to save resources. adds 17ee1ef rootless mode for x2gokdrive adds abc35a5 Focus handling adds ededee7 Cursor, icon handling, min size adds 6f1ffc4 Handling WM_DELETE_WINDOW adds cd6bb1d Handling minimizing windows. adds 71c733e Reinitiaization of windows after client reconnected. adds 1e93b4e Only send icons of normal and dialog windows. adds c3d2b1a disable some rootless debug info. adds da0a335 Increase server version new 98360bd rootless mode for x2gokdrive. 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: debian/changelog | 1 + x2gokdriveinit.c | 5 + x2gokdriveremote.c | 1061 +++++++++++++++++++++++++++++++++++++++++++++++-- x2gokdriveremote.h | 55 ++- x2gokdriveselection.c | 5 +- 5 files changed, 1097 insertions(+), 30 deletions(-) -- 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 master in repository x2gokdrive. commit 98360bd8a2a2a22728d644c5d3ab3653afcde8c0 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Thu Feb 17 09:44:24 2022 -0600 rootless mode for x2gokdrive. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index 096ad4f..f563acc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - reiniting of frame and cursors caches by client request. - don't check cache data size, only amount of elements. - reduce amount of cache elements to save resources. + - rootless mode for x2gokdrive. [ Mihai Moldovan ] * Initial release: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git