The branch, master has been updated via 847ec23c9e670dbb8a926ef6626fd81b328d615e (commit) from 47bf359aaafda74574c73baa5531cbf8d50795b4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 847ec23c9e670dbb8a926ef6626fd81b328d615e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 5 15:02:21 2011 +0200 Use version 3.5.0 in nxagent code (instead of version 3.5.0.5). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + programs/Xserver/hw/nxagent/Init.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 1b34d64..4601de7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ x2goagent (3.5.0.5-0~x2go1) UNRELEASED; urgency=low [ Mike Gabriel ] * Patch for glcontextmodes.c taken from comparison between x2goagent in Git and a non-Git version of x2goagent. + * Use version 3.5.0 in nxagent code (instead of version 3.5.0.5). -- Oleksandr Shneyder <oleksandr.shneyder@treuchtlingen.de> Tue, 04 Oct 2011 08:11:22 +0200 diff --git a/programs/Xserver/hw/nxagent/Init.c b/programs/Xserver/hw/nxagent/Init.c index ee4bd3a..d031258 100644 --- a/programs/Xserver/hw/nxagent/Init.c +++ b/programs/Xserver/hw/nxagent/Init.c @@ -74,7 +74,8 @@ is" without express or implied warranty. #undef DEBUG #undef DUMP -#define NXAGENT_VERSION "3.5.0.2" +#define NXAGENT_VERSION "3.5.0" +// #define NXAGENT_VERSION "3.5.0.5" /* * ProcVector array defined in tables.c. hooks/post-receive -- x2goagent.git (X2go (NX-like) Agent) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goagent.git" (X2go (NX-like) Agent).