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

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

        at  a653195b2 (tag)
   tagging  57d3a42c22f7213e782f89429c1a072833f90785 (commit)
  replaces  redist-client/3.5.99.20
 tagged by  Mike Gabriel
        on  Tue Aug 27 15:46:44 2019 +0200

- Log -----------------------------------------------------------------
Release 3.5.99.22
-----BEGIN PGP SIGNATURE-----

iQJVBAABCAA/FiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAl1lNEQhHG1pa2UuZ2Fi
cmllbEBkYXMtbmV0endlcmt0ZWFtLmRlAAoJEJr0azAldxsxQtcP/i7x1sTXC77Y
DB1SQFX+WZcOnGjz9gHPrxGOZ8r29WUPsztpUGeAgl4Y2aigXioQbpMaRZ3YFp8D
cOHAcwe1G9aG4Hg7aJnXcXRgZNSjnuS9gMVJLnt/dKVQkKzoOJx1l3wg9rPOdYGq
0gqDMKLpBNZhCE5+QDK4lXP3m5JaEHhBIhEEVAEvsXYBrlz16emAqm5xMrhU8d2k
XUg38ZGqMGhBawxWqrpKwKOyWFNmp8UvnO0VkQbdq16UA/5Xzd6M+M+8Wn2bxUY6
5aLNOdGY4kDrn0DC+0Ne9WJOt3vTWTFFv3duUfKNiFGWOM/zEsHf5LjfWWl6REES
E+s1QXCLxAxhW+i7oOyewg0barp9018aSDnk4HH0rOtVuu7y3EV+vZ/DHGWio0EW
JeukAS3fim3stc1qLPtXfBVqDK47bNQC3u5mQyeGUzXtSNdtvS7eUIjyAPXloKbF
FoOHLwG8w3H6Cpw6aBjLdfQVKW7RtGa2/eoalsyXWCHzE2ggibojePBIybAtDavZ
8AGN4B3uw2HvdxY9G5XJWk8f/2dtKdktEi9DS5m5YghuQM9M4DumDI9JRRAFBYqp
eL9+Bm6hwO52zUoKAHU70T3Htr95dQcu3Bp327EgieOoS9udrvJZ1yO7i/iwhoci
OiuSYwEfJwU67KnJQtM83hN8BsOR23EV
=GXu8
-----END PGP SIGNATURE-----

Andrew Schwartzmeyer (1):
      Remove Debian build references to `xtestext1.h`

Mario Trangoni (3):
      travis.yml: Update clang 7.0 => 8.0
      TravisCI: move from gcc 8.x to gcc 9.x
      TravisCI: Print compiler version currently used

Mike Gabriel (30):
      roll-tarballs.sh: Remove nxdialog/* in nx-libs-lite tarballs.
      roll-tarballs.sh: Fix script removal from nx-libs-lite tarballs.
      Merge branch 'mjtrangoni-update-clang-8' into 3.6.x
      Merge branch 'uli42-pr/fix_flavour_change' into 3.6.x
      Merge branch 'uli42-pr/short_font_code' into 3.6.x
      Merge branch 'uli42-pr/small_fixes' into 3.6.x
      Merge branch 'andschwa-xtestext1h' into 3.6.x
      Merge branch 'uli42-pr/fix_xkb_crash' into 3.6.x
      Merge branch 'uli42-pr/remove_requestlog' into 3.6.x
      Merge branch 'uli42-pr/fix_broken_cursor_handling' into 3.6.x
      Merge branch 'uli42-pr/various_small_things' into 3.6.x
      Merge branch 'uli42-pr/drop_nxmiexpose' into 3.6.x
      Merge branch 'uli42-pr/use_selection_callback' into 3.6.x
      Merge branch 'uli42-pr/various' into 3.6.x
      Merge branch 'uli42-pr/fix_xkb_privates' into 3.6.x
      Merge branch 'mjtrangoni-add-gcc-9' into 3.6.x
      Merge branch 'uli42-pr/fix_fullscreen' into 3.6.x
      Merge branch 'uli42-pr/drop_ipaq' into 3.6.x
      release 3.5.99.21
      Merge branch 'uli42-pr/no_keystroke_passthrough' into 3.6.x
      Merge branch 'uli42-pr/improve_wait_events' into 3.6.x
      Merge branch 'uli42-pr/fix_background' into 3.6.x
      Merge branch 'uli42-pr/safe_free' into 3.6.x
      Merge branch 'uli42-pr/fix_double_free' into 3.6.x
      Dialog.c: Add NXTransDialog() call for autograb toggling.
      Merge branch 'uli42-gh-sunweaver/pr/autograb-without-inputlock' into 3.6.x
      debian/control: Split-out nxdialog bin:pkg.
      debian/{nxagent,nxdialog}.install: Move nxdialog files from 
nxagent.install to nxdialog.install.
      debian/copyright: Update copyright attributions.
      release 3.5.99.22

Ulrich Sibiller (187):
      nxagent: Determine nxagentProgName only once
      Font.c: factor out font checks
      Drop Speedo font support
      Font.c: build the font paths at runtime
      Font.c: Let dix check if a font path exists
      Font.c: Loop over font paths
      auto-determine system font path and add to list of font paths
      Font.c: Avoid duplicate font paths
      Font.c: use __func__ in TEST prints
      spelling fixes
      Reconnect.c: initialize stateFile path
      Die XTESTEXT1, die!
      nxagent: Remove own GetTimeInMillis() implementation
      Keyboard.c: improve TEST and DEBUG output
      Keyboard.c: clean/unify formatting
      NXwindow.c: add missing change
      NXdamage.c: add missing upstream fixes
      Rename libdamage to (correct) libdamageext
      NXdispatch.c: add missing change
      NXdispatch.c: add missing fixes
      NXdispatch.c: indent code to match environment
      README.keystrokes: refine description
      Remove useless "ignore" keystroke for Ctrl-Alt-Backspace
      README.keystrokes: mention nxdialog
      nxagent: make nxagentX2go a Boolean
      xkbUtils.c: Catch division by zero
      libNX_X11: add additional checks for dpy and xkb
      dix: remove unused requestLogIndex
      Fix NXevents.c: Reactivate errornously commented function
      render/glyph.c: add missing usage_hint
      os: fix BigReq ignoring when another request is pending
      Window.c: fix: report correct window on icon window creation
      Screen.c: report both created windows (and with the right name)
      Screen.c: whitespace/formatting fixes
      Screen.c: use consistent spacing on pointer references
      Screen.c: more TEST output
      Clipboard.c: fix wrong variable being printed
      Clipboard.c: Scope improvements
      Clipboard.c: more debugging output
      Events.c: add debug output
      Window.c: comment on the purpose of some functions
      NXmiexpose.c: use upstream miHandleExposures()
      NXmiexpose.c: use upstream version of miPaintWindows()
      NXmiexpose.c: mark NX changes
      Window.c/NXmiexpose.c: remove hack for certain WM theme
      NXmiexpose.c: drop file altogether
      Add nxagentExternalClipboardEventTrap
      Add nxagentSetSelectionCallback
      NXdispatch.c: Use Callback instead of a modified function
      NXdispatch.c: use upstream version of ProcSetSelectionOwner
      Remove the Must_have_memory hack.
      NXwindow.c: fix compiler warning
      Window.c: remove leftover (commented) code
      Window.c: Drop defines CWParent and CWStackingOrder
      mi: Hush an almost certainly bogus warning
      miwindow.c: add hint to Red Hat Bugzilla + fix
      NXshm.c: remove left-overs from patch
      dix/window.c: fix compiler warning
      Window.c: add missing comment about nxagentConfiguredWindowList
      Pixmap.c: fix comment phrasing/spelling
      Rootless.c: improve TEST/WARN/DEBUG outout
      xkb: initialize tsyms
      Screen.c: correctly free stuff in nxagentCloseScreen
      Screen.c: Fix: make sure RRCloseScreen is being called
      Keyboard.c: nullify freed pointers
      CloseDevice: call XkbRemoveResourceClient before freeing key class struct
      Fix memleaks: Free devPrivates of devices on shutdown
      Screen.c: fix another memory leak
      mi/miinitext.c: fix memleaks: remove (double) glx initialization
      Events.c: use designated initializer in nxagentDeactivatePointerGrab
      Extension.c: code simplifications
      Screen.c: more debug output
      glxext.c: fix another memory leak
      various scope improvements
      Font.c: code simplifications
      glyph.c: fix a read beyond end of heap buffer
      Keyboard.c: fix three memory leaks
      Quarks.c: add missing )
      dix/dispatch: fix a small memory leak
      fb: fix memory leak in fbOverlayFinishScreenInit
      render: Propagate allocation failure from createSourcePicture()
      NXrender: fix another memleak
      Screen.c: fix two memleaks
      Screen.c: fix two more memleaks of visuals
      NXpicture.c: code simplification
      os/access.c: add missing }
      Keyboard.c: rearrange code to make cppcheck happy
      NXdixfonts.c: fix index out of bounds
      compext/Png.c: late image_index allocation
      compext/Png.c: simplify srcBuf allocation
      compext/Png.c: Nullify after free
      mi/miexpose.c: add missing free()
      xkb: remove oldState from XkbHandleActions.
      XKB: Remove a bunch of mad ifdefs
      xkbEvents.c: Fix "warning: unused variable `s'".
      xkb: Use snprintf to measure string lengths instead of manual strlen math
      xkb: Silence some compiler warnings
      xkmread.c: fix compiler warning
      xkb: fix what looks to be a copy-paste error with first vs firstMM
      Keyboard.c: fix another cppcheck finding
      Keyboard.c: use existing define instead of hardcoced value
      record/set.c: silence cpp finding
      Suppress false positives in static analysis
      rework xkb device private handling
      Window.c: add some comments about fullscreen handling
      Window.c: rearrange code regarding window decorations sizes
      Screen.c: add nxagentIsParentOf helper
      nxagentMaximizeToFullScreen: only reparent if necessary
      Screen.c: simplify nxagentMinimizeFromFullscreen
      Consistently use None instead of 0 for nxagentIconWindow everywhere
      Screen.c: use XlibWindow so silence the compiler
      Drop Ipaq support
      drop onscreen keyboard support
      Utils.h: add SAFE_free macro
      Display.c: safe some lines by calling SAFE_XFree and SAFE_free
      Events.c: safe some lines by calling SAFE_XFree
      Screen.c: safe some lines by calling SAFE_XFree
      Font.c: use SAFE_XFree and SAFE_free
      Rootless.c: use SAFE_free and SAFE_XFree
      Window.c: use SAFE_free and SAFE_XFree
      Cursor.c: use SAFE_XFree
      Keyboard.c: use SAFE_XFree and SAFE_free
      Reconnect.c: use SAFE_free
      Pixmap.c: use SAFE_free
      Render.c: use SAFE_free
      Image.c: use SAFE_free
      Error.c: use SAFE_free
      Args.c: use SAFE_free
      Colormap.c: use SAFE_free
      Drawable.c: use SAFE_free
      GC.c: use SAFE_free
      GCOps.c: use SAFE_free
      Keystroke.c: use SAFE_free
      Atoms.c: use SAFE_XFree and SAFE_free macros
      Clipboard.c: use SAFE_free
      Events.c: refactor nxagentHandleKeypress
      Events.c: add more comments and TEST output
      Keystroke.c: fix wrong return code
      nxagent: simplify nxagentWaitEvents()
      nxagent: fix main window being garbled without inner windows
      NXwindow.c: simplify window background code
      dix: add whiteroot flag
      Splash.c: do not wait in nxagent mode
      Splash.c: drop return code of nxagentShowSplashWindow
      Splash.c: code cleanup
      Splash.c: nxagentRemoveSplashWindow: drop unused parameter
      nxagent: drop nxagentRootTileWindow
      Splash.c: remove global variables for colors
      Splash.c: make Splash logo work with white background (-wr) mode, too
      Splash.c: move some variables to Splash.c
      nxagent: rename nxagentWMStart to nxagentReadyAtom
      nxagent: drop NXAGENT_SPLASH
      nxagent: add NXAGENT_ONSTART where missing
      nxagent: move nxagentWMPassed to Splash.c
      NXdispatch.c: drop currentDispatch variable
      NXdispatch.c: move nxagentWMtimeout into the function
      Events.c: refactor nxagentHandleKeypress
      Events.c: add more comments and TEST output
      Keystroke.c: fix wrong return code
      nxagent: simplify nxagentWaitEvents()
      nxagent: fix main window being garbled without inner windows
      NXwindow.c: simplify window background code
      dix: add whiteroot flag
      Splash.c: do not wait in nxagent mode
      Splash.c: drop return code of nxagentShowSplashWindow
      Splash.c: code cleanup
      Splash.c: nxagentRemoveSplashWindow: drop unused parameter
      nxagent: drop nxagentRootTileWindow
      Splash.c: remove global variables for colors
      Splash.c: make Splash logo work with white background (-wr) mode, too
      Splash.c: move some variables to Splash.c
      nxagent: rename nxagentWMStart to nxagentReadyAtom
      nxagent: drop NXAGENT_SPLASH
      nxagent: add NXAGENT_ONSTART where missing
      nxagent: move nxagentWMPassed to Splash.c
      NXdispatch.c: drop currentDispatch variable
      NXdispatch.c: move nxagentWMtimeout into the function
      Screen.c: initialize RandR only on startup...
      nxagent: Add autograb mode.
      nxagent: Make autograb an nxagentOption.
      Args.c: Add command line option -autograb.
      Args.c: make autograb available via options file, too.
      Events.c: improve debugging output for FocusIn/Out
      Events.c: do not ungrab keyboard on LeaveNotify when in autograb mode
      Events.c: Autograb only for windowed modes
      Make AutoGrab work in more situations
      Events.c: introduce separate debug level for autograb debugging only

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

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