This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x-rpm-debug in repository nx-libs. from d81f325 Merge branch 'feature/use-libtirpc' into 3.6.x-rpm-debug new 7eef087 nx-X11/programs/Xserver/hw/nxagent/Screen.c: enable debug output. new 7b82902 Revert "nx-X11/programs/Xserver/os/Imakefile: enable NXTRANS debugging." The 2 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: nx-X11/programs/Xserver/hw/nxagent/Screen.c | 2 +- nx-X11/programs/Xserver/os/Imakefile | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x-rpm-debug in repository nx-libs. commit 7eef0877d4fdbcb72260597f50f0d1666e33e0fd Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 15 06:48:46 2018 +0100 nx-X11/programs/Xserver/hw/nxagent/Screen.c: enable debug output. --- nx-X11/programs/Xserver/hw/nxagent/Screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c index efdbde4..70be729 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c @@ -113,7 +113,7 @@ is" without express or implied warranty. #define PANIC #define WARNING #undef TEST -#undef DEBUG +#define DEBUG #undef WATCH #undef DUMP -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x-rpm-debug in repository nx-libs. commit 7b82902247800e146b6db55a8ee13f443557aef4 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 15 06:49:22 2018 +0100 Revert "nx-X11/programs/Xserver/os/Imakefile: enable NXTRANS debugging." This reverts commit 9882fb8768ceb850d9e344bf7638ba0545abbb32. --- nx-X11/programs/Xserver/os/Imakefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nx-X11/programs/Xserver/os/Imakefile b/nx-X11/programs/Xserver/os/Imakefile index 9308c86..da39c57 100644 --- a/nx-X11/programs/Xserver/os/Imakefile +++ b/nx-X11/programs/Xserver/os/Imakefile @@ -44,12 +44,13 @@ NX_DEFINES = -DNX_TRANS_SOCKET \ -DNX_TRANS_EXIT \ -DNX_TRANS_WAKEUP=1000 \ -DNXAGENT_SERVER \ - -DNX_TRANS_WARN \ - -DNX_TRANS_INFO \ - -DNX_TRANS_TEST \ - -DNX_TRANS_DEBUG \ $(NULL) +# -DNX_TRANS_WARN \ +# -DNX_TRANS_INFO \ +# -DNX_TRANS_TEST \ +# -DNX_TRANS_DEBUG \ + #endif /* -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git