This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from f0aac08 Merge branch 'sunweaver-pr/pthread-flags' into arctica-3.6.x new 2a10438 nxdialog/bin/nxdialog: Fix error dialog-type-not-supplied error message. new e2b73ab release 3.5.99.20 new 3dc2c9a roll-tarballs.sh: Remove nxdialog/* in nx-libs-lite tarballs. new c9cac94 roll-tarballs.sh: Fix script removal from nx-libs-lite tarballs. The 4 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: ChangeLog | 68 +++++++++++++++++++++++- VERSION | 2 +- debian/changelog | 9 +++- nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 2 +- nx-libs.spec | 2 +- nxdialog/bin/nxdialog | 6 +-- nxdialog/man/nxdialog.1 | 2 +- nxproxy/man/nxproxy.1 | 2 +- roll-tarballs.sh | 5 +- 9 files changed, 86 insertions(+), 12 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 master in repository nx-libs. commit 2a10438f79000d4a4e503db88e5b713f253bfdce Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 17 10:52:00 2019 +0200 nxdialog/bin/nxdialog: Fix error dialog-type-not-supplied error message. Fixes ArcticaProject/nx-libs#793. --- nxdialog/bin/nxdialog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nxdialog/bin/nxdialog b/nxdialog/bin/nxdialog index bce1886..c835542 100755 --- a/nxdialog/bin/nxdialog +++ b/nxdialog/bin/nxdialog @@ -334,7 +334,7 @@ class NxDialogProgram(object): """ Disconnect/terminate NX session upon user's request. """ if not self.options.dialog_type: - sys.stderr.write("Dialog type not supplied via --type\n") + sys.stderr.write("Dialog type not supplied via --dialog\n") sys.exit(EXIT_FAILURE) dlgtype = self.options.dialog_type -- 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 master in repository nx-libs. commit e2b73ab90e9755d89dedf5c1c9a6dbfc962a5012 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 17 11:04:51 2019 +0200 release 3.5.99.20 --- ChangeLog | 68 +++++++++++++++++++++++- VERSION | 2 +- debian/changelog | 9 +++- nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 2 +- nx-libs.spec | 2 +- nxdialog/bin/nxdialog | 4 +- nxdialog/man/nxdialog.1 | 2 +- nxproxy/man/nxproxy.1 | 2 +- 8 files changed, 81 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 553df3b..c9b13b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,70 @@ -2019-03-01 16:48:17 +0100 Mike Gabriel (3339072a7) +2019-04-17 11:04:51 +0200 Mike Gabriel (f1f744a41) - * release 3.5.99.19 (HEAD -> 3.6.x, tag: 3.5.99.19) + * release 3.5.99.20 (HEAD -> 3.6.x, tag: 3.5.99.20) + +2019-04-17 10:52:00 +0200 Mike Gabriel (2a10438f7) + + * nxdialog/bin/nxdialog: Fix error dialog-type-not-supplied error + message. + +2019-04-08 11:50:08 +0200 Mihai Moldovan (f0aac0897) + + * Merge branch 'sunweaver-pr/pthread-flags' into arctica-3.6.x + +2019-03-01 23:16:49 +0100 Mike Gabriel (80ecfad95) + + * nxcomp/src/Makefile.am: Correct usage of PTHREAD_CFLAGS and + PTHREAD_LIBS. PTHREAD_CFLAGS is also supposed to be used + when linking. See comments in m4/ax_pthread.m4. + +2019-04-07 21:59:37 +0200 Mike Gabriel (1ff05c8e2) + + * nxdialog/Makefile.am: We forgot to clean up + nxdialog/bin/Makefile.in. + +2019-04-07 21:59:00 +0200 Mike Gabriel (34011ccad) + + * Makefile: Add clean/distclean target calls for nxdialog subdir to + master Makefile's clean/distclean targets. + +2019-04-07 21:36:05 +0200 Mike Gabriel (cb5c042a1) + + * Merge branch 'Ionic-bugfix/libXcomp-pthread-underlinking' into + 3.6.x + +2019-04-04 13:07:40 +0200 Mihai Moldovan (dd0d49c4e) + + * debian/patches/{,series}: remove 2004_enforce-lpthread.patch. + +2019-04-04 11:15:22 +0200 Mihai Moldovan (d1fe6a601) + + * nxproxy/{m4,configure.ac,src/Makefile.am}: drop pthread + overlinking. + +2019-04-04 11:06:05 +0200 Mihai Moldovan (95f8cf7ea) + + * m4/ax_pthread.m4: implement workaround for libtool bug #13550. + +2019-04-01 09:16:43 +0200 Mihai Moldovan (2efaa423b) + + * m4/: update external macros from autoconf-archive. + +2019-04-04 11:18:35 +0200 Mihai Moldovan (1b6da5992) + + * nxcomp/src/Makefile.am: PTHREAD_LDFLAGS does not exist, replace + with PTHREAD_LIBS. + +2019-03-25 06:42:08 +0100 Mihai Moldovan (3af59f806) + + * nxdialog/: create (almost) empty m4 directory. + +2019-03-01 18:59:22 +0100 Ulrich Sibiller (cf3ac71a3) + + * nxdialog: fix example + +2019-03-01 16:48:17 +0100 Mike Gabriel (59305c8b9) + + * release 3.5.99.19 (tag: 3.5.99.19) 2019-03-01 16:48:04 +0100 Mike Gabriel (da9a1bc0b) diff --git a/VERSION b/VERSION index df5f09d..fa47e3d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.99.19 +3.5.99.20 diff --git a/debian/changelog b/debian/changelog index 751bbf8..139b832 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -nx-libs (2:3.5.99.19-0) UNRELEASED; urgency=medium +nx-libs (2:3.5.99.20-0) unstable; urgency=medium + + * Upstream-provided Debian package for nx-libs. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 17 Apr 2019 11:03:42 +0200 + +nx-libs (2:3.5.99.19-0) unstable; urgency=medium * Upstream-provided Debian package for nx-libs. See upstream ChangeLog for recent changes. diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 index c52c24f..6e67aa8 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -23,7 +23,7 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .ds q \N'34' -.TH nxagent 1 "Mar 2019" "Version 3.5.99.19" "NX Agent (Xserver)" +.TH nxagent 1 "Apr 2019" "Version 3.5.99.20" "NX Agent (Xserver)" .SH NAME nxagent \- nested Xserver optimized for remote computing .SH SYNOPSIS diff --git a/nx-libs.spec b/nx-libs.spec index a59a443..c974cac 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -10,7 +10,7 @@ %endif Name: nx-libs -Version: 3.5.99.19 +Version: 3.5.99.20 Release: 0.0build1%{?dist} Summary: NX X11 protocol compression libraries diff --git a/nxdialog/bin/nxdialog b/nxdialog/bin/nxdialog index c835542..7cd6467 100755 --- a/nxdialog/bin/nxdialog +++ b/nxdialog/bin/nxdialog @@ -298,7 +298,7 @@ class NxDialogProgram(object): parser = argparse.ArgumentParser(description="Helper for nxagent to display dialogs") - # nxagent 3.5.99.19 only uses yesno, ok, pulldown and yesnosuspend + # nxagent 3.5.99.20 only uses yesno, ok, pulldown and yesnosuspend # yesno dialogs will always kill the session if "yes" is selected parser.add_argument("--dialog", dest="dialog_type", help='type of dialog to show, one of "yesno", \ @@ -316,7 +316,7 @@ class NxDialogProgram(object): parser.add_argument("--window", dest="window", help="id of window where to embed the \ pulldown dialog type") - # -class, -local, -allowmultiple are unused in nxlibs 3.5.99.19 + # -class, -local, -allowmultiple are unused in nxlibs 3.5.99.20 parser.add_argument("--class", dest="dlgclass", default="info", help="class of the message (info, warning, error) \ default: info) [currently unimplemented]") diff --git a/nxdialog/man/nxdialog.1 b/nxdialog/man/nxdialog.1 index 6fe6d3f..0bf9a71 100644 --- a/nxdialog/man/nxdialog.1 +++ b/nxdialog/man/nxdialog.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH nxdialog 1 "Mar 2019" "Version 3.5.99.19" "NX Dialog" +.TH nxdialog 1 "Apr 2019" "Version 3.5.99.20" "NX Dialog" .SH NAME nxdialog \- NX Dialog Helper .SH SYNOPSIS diff --git a/nxproxy/man/nxproxy.1 b/nxproxy/man/nxproxy.1 index 57df5b0..05a33c6 100644 --- a/nxproxy/man/nxproxy.1 +++ b/nxproxy/man/nxproxy.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH nxproxy 1 "Mar 2019" "Version 3.5.99.19" "NX Proxy" +.TH nxproxy 1 "Apr 2019" "Version 3.5.99.20" "NX Proxy" .SH NAME nxproxy \- NX Proxy Tool .SH SYNOPSIS -- 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 master in repository nx-libs. commit 3dc2c9aac2aff218c8114246b2ffac2813743008 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 17 11:07:36 2019 +0200 roll-tarballs.sh: Remove nxdialog/* in nx-libs-lite tarballs. --- roll-tarballs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/roll-tarballs.sh b/roll-tarballs.sh index 0f6255f..a24f693 100755 --- a/roll-tarballs.sh +++ b/roll-tarballs.sh @@ -172,6 +172,7 @@ else rm -f "bin/nxagent"* rm -Rf "nxcompshad"* rm -Rf "nx-X11"* + rm -Rf "nxdialog"* rm -Rf "etc"* rm -f "generate-symbol-docs.sh" rm -Rf "testscripts/"*nxagent* -- 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 master in repository nx-libs. commit c9cac948f2e8e57e14eb6f735e57a6911deb5517 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 17 11:12:29 2019 +0200 roll-tarballs.sh: Fix script removal from nx-libs-lite tarballs. --- roll-tarballs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roll-tarballs.sh b/roll-tarballs.sh index a24f693..dc30a8a 100755 --- a/roll-tarballs.sh +++ b/roll-tarballs.sh @@ -174,7 +174,9 @@ else rm -Rf "nx-X11"* rm -Rf "nxdialog"* rm -Rf "etc"* - rm -f "generate-symbol-docs.sh" + rm -f "mesa-quilt" + rm -f "regenerate-symbol-docs.sh" + rm -f "run-static-analysis.sh" rm -Rf "testscripts/"*nxagent* rm -Rf "testscripts/"slave* rm -Rf "doc/libNX_X11/" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git