This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from fff43e3 support for windows with type _NET_WM_WINDOW_TYPE_DND. Ignore windows with visibility >= 2. new d4afb75 misc: pre-release date update. 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 + debian/copyright | 6 +++--- testscripts/run-x2gokdriveclient-to-x2gokdrive-on-localhost | 2 +- testscripts/run-x2gokdriveclient-to-x2gokdrive-over-network | 2 +- x2gokdrive.h | 2 +- x2gokdrivecursor.c | 2 +- x2gokdriveinit.c | 2 +- x2gokdriveremote.c | 2 +- x2gokdriveremote.h | 2 +- x2gokdriveselection.c | 2 +- x2gokdriveselection.h | 2 +- 11 files changed, 13 insertions(+), 12 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 d4afb75b9dbce308caac1eae95c07eb3b4afc1cd Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 24 22:55:57 2023 +0200 misc: pre-release date update. --- debian/changelog | 1 + debian/copyright | 6 +++--- testscripts/run-x2gokdriveclient-to-x2gokdrive-on-localhost | 2 +- testscripts/run-x2gokdriveclient-to-x2gokdrive-over-network | 2 +- x2gokdrive.h | 2 +- x2gokdrivecursor.c | 2 +- x2gokdriveinit.c | 2 +- x2gokdriveremote.c | 2 +- x2gokdriveremote.h | 2 +- x2gokdriveselection.c | 2 +- x2gokdriveselection.h | 2 +- 11 files changed, 13 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 49f6b8a..04e4c41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -117,6 +117,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium applying patch. - patches.xorg/: add 21.1.7 subdirectory for Debian Bookworm (12) with rebased patch set. + - misc: pre-release date update. * debian/control: + Grammar fix. + Remove dependencies that refer to disabled features. diff --git a/debian/copyright b/debian/copyright index 11d7c32..88c3411 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,16 +4,16 @@ Upstream-Contact: Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> Source: https://code.x2go.org/releases/source/x2gokdrive/ Files: * -Copyright: 2018-2019, Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> +Copyright: 2018-2023, Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> License: GPL-2+ Files: debian/* -Copyright: 2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2019-2023, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ Files: testscripts/* Copyright: 2001, 2011 NoMachine (http://www.nomachine.com/) - 2015-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + 2015-2023, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2 License: GPL-2+ diff --git a/testscripts/run-x2gokdriveclient-to-x2gokdrive-on-localhost b/testscripts/run-x2gokdriveclient-to-x2gokdrive-on-localhost index 119345c..5f3159b 100755 --- a/testscripts/run-x2gokdriveclient-to-x2gokdrive-on-localhost +++ b/testscripts/run-x2gokdriveclient-to-x2gokdrive-on-localhost @@ -3,7 +3,7 @@ #/**************************************************************************/ #/* */ #/* Copyright (c) 2001, 2011 NoMachine, http://www.nomachine.com/. */ -#/* Copyright (c) 2015-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>*/ +#/* Copyright (c) 2015-2023 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>*/ #/* */ #/* The X2Go KDrive test scripts have been derived from test scripts */ #/* shipped with nx-libs (formerly known as nx-X11 / nxagent by NoMachine. */ diff --git a/testscripts/run-x2gokdriveclient-to-x2gokdrive-over-network b/testscripts/run-x2gokdriveclient-to-x2gokdrive-over-network index 3ba18ba..1864dff 100755 --- a/testscripts/run-x2gokdriveclient-to-x2gokdrive-over-network +++ b/testscripts/run-x2gokdriveclient-to-x2gokdrive-over-network @@ -3,7 +3,7 @@ #/**************************************************************************/ #/* */ #/* Copyright (c) 2001, 2011 NoMachine, http://www.nomachine.com/. */ -#/* Copyright (c) 2015-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>*/ +#/* Copyright (c) 2015-2023 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>*/ #/* */ #/* The X2Go KDrive test scripts have been derived from test scripts */ #/* shipped with nx-libs (formerly known as nx-X11 / nxagent by NoMachine. */ diff --git a/x2gokdrive.h b/x2gokdrive.h index 23e5914..5c26e65 100644 --- a/x2gokdrive.h +++ b/x2gokdrive.h @@ -2,7 +2,7 @@ * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr) * Author Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * - * Copyright © 2018 phoca-GmbH + * Copyright © 2018-2023 phoca-GmbH * * * diff --git a/x2gokdrivecursor.c b/x2gokdrivecursor.c index 2ef9890..6f356fb 100644 --- a/x2gokdrivecursor.c +++ b/x2gokdrivecursor.c @@ -2,7 +2,7 @@ * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr) * Author Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * - * Copyright © 2018 phoca-GmbH + * Copyright © 2018-2023 phoca-GmbH * * * diff --git a/x2gokdriveinit.c b/x2gokdriveinit.c index 50f6a69..dc43bb5 100644 --- a/x2gokdriveinit.c +++ b/x2gokdriveinit.c @@ -2,7 +2,7 @@ * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr) * Author Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * - * Copyright © 2018 phoca-GmbH + * Copyright © 2018-2023 phoca-GmbH * * * diff --git a/x2gokdriveremote.c b/x2gokdriveremote.c index c8ff6c2..ca56cb3 100644 --- a/x2gokdriveremote.c +++ b/x2gokdriveremote.c @@ -2,7 +2,7 @@ * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr) * Author Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * - * Copyright © 2018 phoca-GmbH + * Copyright © 2018-2023 phoca-GmbH * * * diff --git a/x2gokdriveremote.h b/x2gokdriveremote.h index 7100bf6..0b9c57c 100644 --- a/x2gokdriveremote.h +++ b/x2gokdriveremote.h @@ -2,7 +2,7 @@ * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr) * Author Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * - * Copyright © 2018 phoca-GmbH + * Copyright © 2018-2023 phoca-GmbH * * * diff --git a/x2gokdriveselection.c b/x2gokdriveselection.c index 793ed3a..71cafcf 100644 --- a/x2gokdriveselection.c +++ b/x2gokdriveselection.c @@ -2,7 +2,7 @@ * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr) * Author Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * - * Copyright © 2018 phoca-GmbH + * Copyright © 2018-2023 phoca-GmbH * * * diff --git a/x2gokdriveselection.h b/x2gokdriveselection.h index e144d20..d525acc 100644 --- a/x2gokdriveselection.h +++ b/x2gokdriveselection.h @@ -2,7 +2,7 @@ * X2GoKDrive - A kdrive X server for X2Go (based on Xephyr) * Author Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> * - * Copyright © 2018 phoca-GmbH + * Copyright © 2018-2023 phoca-GmbH * * * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git