This is an automated email from the git hooks/post-receive script.

x2go pushed a change to annotated tag 3.5.99.9
in repository nx-libs.

        at  8e3df87   (tag)
   tagging  f4afa5a5619d965bed6024c95e430e4f042edffb (commit)
  replaces  3.5.99.8
 tagged by  Mike Gabriel
        on  Wed Aug 30 19:33:57 2017 +0200

- Log -----------------------------------------------------------------
Release 3.5.99.9
-----BEGIN PGP SIGNATURE-----

iQJVBAABCAA/FiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAlmm9wUhHG1pa2UuZ2Fi
cmllbEBkYXMtbmV0endlcmt0ZWFtLmRlAAoJEJr0azAldxsx36QP/0CUYqtmP982
+5RsBakRHkWzaGJ/wdDVL5tYevqcCxovd2E2OMMZYpeyWwiI4/41KuHXxogcEeOd
kBpU8MLDOJIXW9nxMmu8Gawq0tMCSgyghIzd+DYldUpGv88VOVNrv2N19hplnJ0Z
UDebgioLbyMIgH/waJNgOagEgHqohv6SvduwC7wuCRaxEDjLu3bEiJc/zs2lXiUU
7gu15XuTgG4OhRKPAFpVlTLQtjMeN1UPO9xHL84Y9xlVuLrwTmLRxko/lxtYRsPW
tL5Kp8FlZPo2VXFQHBFyhBaGBeD4pVXhQHbW9f50+pKQtEH6FAXfaIbSXhKa2Yb3
+vpghLqHpd1dIbdxvtoJNkfRp6WLgisbjR0uU0+UITe5z2dSjJZDseNy4xBoxXnv
xghwXlVvfIJoIcaUj+EZIWQhItaHwXzaZOQKvyvtc/uinheeJrVOaEVPuyMKMyNP
aTh6R8AV8eFstPQEaERZG/5SbEIPTLfPvGVi5OgGw/AZsU5Kq5+FZJjMw3kOXwf+
cZHfFVvPSs0wOqO5UArPEKO9ny5Ly65C6YEFs4hWKTxeZvSwJgQpbnnqDV6Ntsnx
tnhg2zmoZT7AYiPVEN+P2B76n1Cr93wMBnt5/5ND9YREbEJhO+hzyerVqVxbr4s/
WNaOb3DRlyb1ph8JR6ApQ1qFioaHlRi/
=aBLo
-----END PGP SIGNATURE-----

Mihai Moldovan (9):
      Merge branch 'sunweaver-pr/nxproxy-autoreconf' into 3.6.x
      Merge branch 'sunweaver-pr/nxcompshad-autoreconf' into 3.6.x
      Merge branch 'sunweaver-pr/nxcomp-autoreconf' into 3.6.x
      Merge branch 'sunweaver-pr/find-libjpeg-without-pkgconfig' into 3.6.x
      nxcomp/configure.ac: we don't need to specify empty optional parameters.
      nxcomp/configure.ac: fix copy-and-paste typo (nxcompshad.pc.)
      Merge branch 'sunweaver-pr/libnx-x11-autoreconf' into 3.6.x
      Merge branch 'sunweaver-pr/nxagent-render-cleanup' into 3.6.x
      Merge branch 'sunweaver-pr/drop-nxcompshad-cygwin-support' into 3.6.x

Mike Gabriel (61):
      roll-tarballs.sh: Remove even more files from nx-X11/extras/Mesa/. This 
roll-tarball.sh version has been used for generating the 3.5.99.8 tarball.
      Mesa.patches: Disable 4001_Fix-non-working-GLX-in-64bit-Xorg-7.0.patch. 
It patches a file, we don't build and that we remove in roll-tarball.sh.
      nxagent man page: Fix layout near -nxrealwindowprop option.
      Report Xlib-side window IDs to session.log in machine readable form. This 
feature can be enabled by the cmdline options -reportwids and 
-reportprivatewids.
      Merge branch 'sunweaver-pr/report-window-ids' into 3.6.x
      make-changelog.sh: Drop obviously not needed '--since 1970' option from 
'git log' call.
      m4/nx-macros.m4: Add autotools macros derived from X.org and nxcomp* 
configure.in files.
      nxproxy: Switch to autoreconf.
      debian/rules: Drop redundant --with-symbols configure option, '-g' 
already gets added by debhelper.
      nxproxy/configure.ac: Have AC_LANG before NX_COMPILER_BRAND. Thanks to 
Ionic for spotting this same flaw in nxcompshad.
      debian/control: Add B-D: automake (required for Debian jessie, Ubuntu 
trusty and Ubuntu xenial).
      nxcompshad: Switch to autoreconf.
      nxcompshad/src/Regions.h: Avoid warning: ‘typedef’ was ignored in this 
declaration. Drop typedef declaration from _XRegion struct.
      nxcompshad/src/Core.cpp: Don't redeclare (and shadow) curLine. Use 
curWorkLine instead.
      nxcompshad/src/Shadow.cpp: Drop duplicate prototype for 
NXShadowRemoveAllUpdaters(). Already in Shadow.h.
      nxcompshad: Prototype for NXShadowResetOptions() missing. Export it as 
public symbol via Shadow.h."
      nxcompshad: Rewrite Logger class methods to properly take advantage of 
the 'gnu_printf' format attribute.
      debian/control: Process with wrap-and-sort -s.
      debian/copyright: White-space cleanup.
      debian/control: Add B-D: libtool (required for Debian jessie, Ubuntu 
trusty and Ubuntu xenial).
      Merge branch 'uli42-pr/fix_keystroke_files' into 3.6.x
      Merge branch 'uli42-pr/cmdline' into 3.6.x
      nxcomp: Switch to autoreconf.
      nxcomp/configure.ac: Re-add previously available configure options 
--with-valgrind and --with-info as renamed options --enable-valgrind and 
--enable-debug.
      nxcomp/configure.ac,m4/nx-macros.m4,nxcomp/src/Socket.h: Use 
AC_CHECK_TYPES to detect if type 'in_addr_t' is available.
      debian/rules: Drop override_dh_clean target. Not required anymore, as 
configure files get removed correctly now.
      nxcomp: Trivially fix local variables shadowing variables of same name 
from higher scope.
      nxcomp/src/Loop.cpp: Avoid duplicate usage of proxyFD (global variable) 
and *proxyFD (function parameter).
      nxcomp/src/Proxy.cpp: Fix index usage of nested loops.
      nxcomp/src/Loop.cpp: Drop duplicate prototypes (which already exist in 
Misc.h).
      nxcomp/src/Loop.cpp: Rename local variable 'handler' to 'signalHandler'.
      nxcomp/src/Loop.cpp: Don't reuse global variable names as function 
parameters in SetupDisplaySocket().
      nxcomp/src/Transport.cpp: Don't redeclare local variable if it can be 
reused.
      nxcomp/src/Loop.cpp: Drop global variable diffTs, declare it in every 
funtion where it is needed.
      nxcomp/src/Loop.cpp: Don't use global variables as function paramters in 
handleLogReopenInLoop().
      nxcomp/src/Loop.cpp: Don't mix using global proxyFD and a local p(roxy)FD 
variable (in WaitForRemote() and ConnectToRemote()). Rename local variable name.
      nxcomp: Add __attribute__((noreturn)) to more functions where appropriate.
      Merge branch 'sunweaver-pr/fix-multi-trapez-requests' into 3.6.x
      nxproxy/src/Makefile.am: Actually define nxproxy_CFLAGS, so the various 
compiler warning flags get enabled at build time of nxproxy.
      nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to 
testing for presence of libjpeg shared lib and header files.
      Merge branch 'uli42-pr/versionprop' into 3.6.x
      m4/nx-macros.m4: Add NX_STRICT_OPTION and NX_DEFAULT_OPTIONS macros 
(borrowed from X.org's xorg-macros.m4).
      nx*/configure.ac: Use newly introduced macro NX_DEFAULT_OPTIONS instead 
of NX_COMPILER_FLAGS.
      debian/rules: Add configure option --disable-silent-rules.
      Convert nx-X11/lib/ build flow from imake to autotools.
      nx-X11/programs/Xserver/Imakefile: White-space fix.
      debian/control: Add D (libnx-x11-6): libx11-data.
      debian/rules: Use tabs as first indentation level.
      debian/rules: Re-order configure options for the sake of more beauty.
      Makefile: Use $(RM_DIR) rather then plain rmdir in clean-env target.
      Makefile: Check for dir existence before attempting to remove it.
      nx-X11/Makefile: Only run full CleanEnv code, if imake is installed in 
the build-system.
      nx-X11/programs/Xserver/Render.c: Re-introduce nxagentGlyphsCleanup() 
from libNX_Xrender's formerly removed XRenderGlyphsCleanup().
      nxcompshad: Drop Cygwin/Win32 support. Has been untested and unused for a 
long time.
      nx-X11/extras: Drop Mesa-6.4.1 related files.
      debian/copyright: Update copyright attributions.
      debian/control: Bump Standards-Version: to 4.0.1. No changes needed.
      hw/nxagent/Window.c: Fix spelling error in debug message.
      Mesa.patches: Add 5001_nasty-typo-fixes.patch. Fix some nasty typos in 
Mesa's code ending up in the nxagent binary.
      debian/rules: Strip static libraries before installing them into the 
lib*.dev packages.
      release 3.5.99.9

Oleksandr Shneyder (1):
      Render.c: Improve situation for multiple trapezoid requests.

Ulrich Sibiller (5):
      Improve keystroke file handling
      pass filename as parameter to nxagentProcessOptionsFile()
      rename nxagentOptionFile to nxagentOptionsFilename
      treat options parameter as option string if it starts with nx/nx
      Set NX_AGENT_VERSION property for root window

-----------------------------------------------------------------------

No new revisions were added by this update.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/nx-libs.git
_______________________________________________
x2go-tags mailing list
x2go-tags@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-tags

Reply via email to