[X2Go-Commits] [nx-libs] branch master updated (427ac34 -> 59305c8)
git-admin at x2go.org
git-admin at x2go.org
Sun Mar 24 10:04:57 CET 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository nx-libs.
from 427ac34 release 3.5.99.18
new f729ac9 rrdispatch.c: remove obsolete ifdef
new 34e4291 Screen.c: simplify and fix handling of rootless mode
new 5bbab00 Screen.c: code optimization for rootless mode
new 16cd2bb nxagent: rework Bool handling
new b61934b Merge branch 'uli42-pr/misc' into 3.6.x
new 586742b Revert "nxagent: rework Bool handling"
new 24d7d0f Merge branch 'uli42-pr/revert' into 3.6.x
new f1b27c4 keystrokes.cfg: Add missing Shift=1 for viewport_move_up/down/right
new a3dc87d Merge branch 'uli42-pr/fix_keystrokes' into 3.6.x
new bfc05af nxproxy: list known session types in help output
new fc29077 Keyboard.c: fix comment.
new 66315e4 Merge branch 'uli42-pr/session_types' into 3.6.x
new 3572b25 Regression fix for bfc05af7. Properly end lines in help/usage text.
new de421e4 Revert "Fix parsing ports set to unix sockets"
new 36a7f04 nx-X11/lib/configure.ac: Assure that the USE_DYNAMIC_XCURSOR macro is defined at build-time.
new 0eb71d7 Merge branch 'gh-sunweaver/pr/xlib-loadable-modules' into 3.6.x
new 71a3b84 nx-X11/lib/configure.ac: fix version number
new f2e48fb nx-X11/lib/configure.ac: add forgotten status line
new a70e36c ConnDis.c: remove obsolete MNX_TCPCONN
new c81a457 Use calloc to zero fill buffers being allocated for replies & events
new c6b6a8f Use C99 designated initializers in various extension Replies
new e7a5007 xfixes: use calloc for some structs
new d156ce5 Merge branch 'uli42-pr/xfixes_memset' into 3.6.x
new 4713429 Fix: clang does not know about gnu_printf
new 0e481f8 nxcomp: fix unused variable
new 0934b1e nxcomp: fix unused variables
new e1f2a24 xlib: remove superflous parens
new a8ed282 Xlib: remove register keywords
new 74fe99d xcompshad: remove unused variables
new a53c655 Logger.h: fix missing compiler attribute
new 059028c Logger.h: remove pragma, correct attributes
new 7c8214f GenericReply.h: remove unused variable
new 176f9b4 Merge branch 'uli42-pr/fix_clang_warnings' into 3.6.x
new ebd1ea0 .travis.yml: move from Ubuntu Trusty to Xenial.
new f2a1e87 .travis.yml: Update clang-6.0 to clang-7
new 440ce3f .travis.yml: add some soft requirements
new 4538d21 Merge branch 'mjtrangoni-move-to-xenial' into 3.6.x
new 486cc6f add nxdialog for displaying dialogs
new 2aa575f nxdialog: pylint improvements
new 3a097e6 nxdialog: use gtk3 instead of gtk2
new 57700cd nxdialog: convert from optparse to argparse
new acffe15 nxdialog: make code compatible to python2 _and_ python3
new 07052a2 nxdialog: allow to provide --parent 0 for testing
new d0e40f8 nxdialog: add example call
new df79c3b Merge branch 'uli42-pr/add_nxdialog' into 3.6.x
new 57ca69f nxdialog: Turn into autotools project, add man page.
new 6812657 Makefile: Integrate new subproject "nxdialog".
new ae565e1 Merge branch 'sunweaver-pr/nxdialog-autotools' into 3.6.x
new 00f8d49 debian/*: Debianize package inclusion of nxdialog (ships with nxagent bin:pkg for now).
new ca8d889 debian/libnx-x11-6.symbols: Update symbols.
new ff1b3e9 nxdialog: Allow user to specify hexadecimal X11 window IDs.
new 400b627 nx-libs.spec: Dropping nxdialog files from installation for now when building RPMs. Postponing nxdialog integration with RPM packaging for now.
new da9a1bc debian/patches: Add 2004_enforce-lpthread.patch. On Debian, enforce -lpthread when building nxcomp. This is a nasty work around for a missing symbols issue that needs to get addressed otherwise in later release.
new 59305c8 release 3.5.99.19
The 54 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:
.travis.yml | 37 ++-
ChangeLog | 228 ++++++++++++-
Makefile | 8 +
VERSION | 2 +-
debian/changelog | 7 +
debian/control | 5 +-
debian/libnx-x11-6.symbols | 6 +-
debian/nxagent.install | 2 +
debian/patches/2003_nxdialog-use-python3.patch | 11 +
debian/patches/2004_enforce-lpthread.patch | 33 ++
debian/patches/series | 2 +
etc/keystrokes.cfg | 12 +-
nx-X11/lib/configure.ac | 36 ++-
nx-X11/lib/include/X11/Xlibint.h | 18 +-
nx-X11/lib/src/ConnDis.c | 2 +-
nx-X11/lib/src/xkb/XKBBind.c | 2 +-
nx-X11/programs/Xserver/GL/glx/glxcmds.c | 4 +-
nx-X11/programs/Xserver/Xext/sync.c | 2 +-
nx-X11/programs/Xserver/damageext/damageext.c | 10 +-
nx-X11/programs/Xserver/dbe/dbe.c | 34 +-
nx-X11/programs/Xserver/hw/nxagent/Keyboard.c | 3 +-
nx-X11/programs/Xserver/hw/nxagent/NXrender.c | 15 +-
nx-X11/programs/Xserver/hw/nxagent/Screen.c | 50 ++-
nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 2 +-
nx-X11/programs/Xserver/randr/rrdispatch.c | 4 -
nx-X11/programs/Xserver/record/record.c | 35 +-
nx-X11/programs/Xserver/render/render.c | 18 +-
nx-X11/programs/Xserver/xfixes/cursor.c | 24 +-
nx-X11/programs/Xserver/xfixes/region.c | 4 +-
nx-X11/programs/Xserver/xfixes/xfixes.c | 11 +-
nx-libs.spec | 6 +-
nxcomp/src/GenericReply.h | 1 -
nxcomp/src/Loop.cpp | 6 +-
nxcomp/src/Misc.cpp | 7 +-
nxcomp/src/Timestamp.cpp | 1 -
nxcomp/src/TranslateCoords.h | 8 +-
nxcompshad/src/Logger.h | 15 +-
nxcompshad/src/X11.h | 4 -
{nxproxy => nxdialog}/Makefile.am | 4 +-
nxdialog/README.md | 23 ++
{nxproxy => nxdialog}/VERSION | 0
nxdialog/bin/Makefile.am | 3 +
nxdialog/bin/nxdialog | 395 +++++++++++++++++++++++
nxdialog/configure.ac | 22 ++
{nxproxy => nxdialog}/man/Makefile.am | 2 +-
nxdialog/man/nxdialog.1 | 72 +++++
nxproxy/man/nxproxy.1 | 2 +-
47 files changed, 1027 insertions(+), 171 deletions(-)
create mode 100644 debian/patches/2003_nxdialog-use-python3.patch
create mode 100644 debian/patches/2004_enforce-lpthread.patch
copy {nxproxy => nxdialog}/Makefile.am (94%)
create mode 100644 nxdialog/README.md
copy {nxproxy => nxdialog}/VERSION (100%)
create mode 100644 nxdialog/bin/Makefile.am
create mode 100755 nxdialog/bin/nxdialog
create mode 100644 nxdialog/configure.ac
copy {nxproxy => nxdialog}/man/Makefile.am (66%)
create mode 100644 nxdialog/man/nxdialog.1
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list