This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from d819f0a Merge branch 'personal/Ionic/fix-buster' into 'master' new 7046d14 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 7046d140254be41a1af367fd2e65b08f165f2bb4 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 11 14:53:29 2024 +0100 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 1b7272d..20b64c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ x2gokdrive (0.0.0.3-0x2go1) UNRELEASED; urgency=medium tabs use WebSocket connections, this might not always work correctly. Since timers typically coalesce at one-minute intervals, a two-minutes timeout should be fine. + - misc: pre-release date update. * debian/rules: + Fix typo: ibxcb-util0-dev => libxcb-util0-dev. Fixes builds on buster. diff --git a/debian/copyright b/debian/copyright index 88c3411..5f3335e 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-2023, Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> +Copyright: 2018-2024, Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> License: GPL-2+ Files: debian/* -Copyright: 2019-2023, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2019-2024, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ Files: testscripts/* Copyright: 2001, 2011 NoMachine (http://www.nomachine.com/) - 2015-2023, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + 2015-2024, 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 5f3159b..7d41643 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-2023 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>*/ +#/* Copyright (c) 2015-2024 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 1864dff..3c0fd3a 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-2023 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>*/ +#/* Copyright (c) 2015-2024 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 5c26e65..8ebdd45 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-2023 phoca-GmbH + * Copyright © 2018-2024 phoca-GmbH * * * diff --git a/x2gokdrivecursor.c b/x2gokdrivecursor.c index 6f356fb..cefcb96 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-2023 phoca-GmbH + * Copyright © 2018-2024 phoca-GmbH * * * diff --git a/x2gokdriveinit.c b/x2gokdriveinit.c index b6911c3..98f8675 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-2023 phoca-GmbH + * Copyright © 2018-2024 phoca-GmbH * * * diff --git a/x2gokdriveremote.c b/x2gokdriveremote.c index 6f3934e..17d631e 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-2023 phoca-GmbH + * Copyright © 2018-2024 phoca-GmbH * * * diff --git a/x2gokdriveremote.h b/x2gokdriveremote.h index 9d30690..45339dc 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-2023 phoca-GmbH + * Copyright © 2018-2024 phoca-GmbH * * * diff --git a/x2gokdriveselection.c b/x2gokdriveselection.c index e2dba6b..6c8e9af 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-2023 phoca-GmbH + * Copyright © 2018-2024 phoca-GmbH * * * diff --git a/x2gokdriveselection.h b/x2gokdriveselection.h index d525acc..adf256e 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-2023 phoca-GmbH + * Copyright © 2018-2024 phoca-GmbH * * * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git