[X2Go-tags] [x2goclient] annotated tag 4.0.5.0 created (now 4caef96)

git-admin at x2go.org git-admin at x2go.org
Tue Jul 28 04:50:08 CEST 2015


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

x2go pushed a change to annotated tag 4.0.5.0
in repository x2goclient.

        at  4caef96   (tag)
   tagging  b69667ef6d5f762b988e756a85a429792871e88c (commit)
  replaces  4.0.4.0
 tagged by  Mihai Moldovan
        on  Tue Jul 28 04:49:42 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 4.0.5.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJVtu3GAAoJEB/WLtluJTqH58IQAJTeehzlE+Aca9UwRdloSo+6
9Ueb3+q0mZ73J0zp73sHhWGF4FsyJgY9oX4XdGfF6DhW/wT+atgEcc2GJ8d6uTaL
REOqDeTvq3pRrBB9I2/ckpAkVBaPeY6sVaM2Oudxxt3b1Bq7G2vEATYYnmXg+hI1
voPqYKxaeowlLdy4lZspD3+/ZTmEzLxz77jaOWARAXQ0Z1F0ercmFMcVLfJO1HQv
cZLfm1EJ/bVn+dOSZpPcSKt9RUurb0W5Gdpe1//pGKjcnnLZl9O3X1aBBuUjivG5
LO+rpG3Mu6Z9jQWNlrhOihSBG3qHiG6huD0EEjFENE/C8DXY9oU4HZdZkLBoVunH
Te+flYgLag7Ac/sgydvVn8Ehil47M9pqSMBDnVKD3mwGhp4mT3e0Ag3Nv8Ecl0dB
u1t/NL5xS1OqvztynIU9j3hDngN6Ed7WAy+00lfWVQjjfWy2HhDtOC7ZStHGLnSj
TdkHBbDLfSSlis6d9MzJRA+rXUESYexR6Gh+xDOphn2dqUoM4Yv8fLpB9wwKh9dA
xsapPY/BgZzkFe6zznTA80dzYtsxNUN60ogbW16WmEsfsEBTdz7t0noQLNyg57kl
hmunefIOcbMxQU/PVDS3P8n4NxfXCv6k4lWiOk03AiXQacDpJf4fiQrG7dIzPsgu
iI4DKSGhIMCBKw3I+eWP
=s2zv
-----END PGP SIGNATURE-----

Henning Heinold (1):
      x2goclient.pro: simplify lrelease path preparing for different OS and cross compiling. Fixes: #901.

Mihai Moldovan (39):
      INSTALL: add more verbose instructions on how to build X2Go Client and friends.
      onmainwindow.{cpp,h}: rename slotScDaemonOut() and slotScDaemonError() to slotScDaemonStdOut() and slotScDaemonStdErr().
      x2goutils.{cpp,h}: add new show_RichText_Generic_MsgBox() main function designed to replace the show_RichText_WarningMsgBox() function.
      x2goutils.{cpp,h}: make show_RichText_WarningMsgBox() use show_RichText_Generic_MsgBox ().
      x2goutils.{cpp,h}: new show_RichText_ErrorMsgBox() function as a wrapper for show_RichText_Generic_MsgBox() with a critical icon.
      onmainwindow.{cpp,h}: properly handle scdaemon errors with a message box and close the client.
      onmainwindow.cpp: manipulate PATH and append /usr/lib/gnupg2/ to it when starting scdaemon. Fixes: #882.
      x2goutils.h: add QMessageBox include, fixed compile error.
      onmainwindow.cpp: fix typos leading to compile errors.
      onmainwindow.cpp: another typo fix.
      onmainwindow.cpp: add blocks to switch cases to fix a compile error.
      x2goutils.cpp: correct typo to fix compile errors.
      onmainwindow.cpp: drop a redundant variable and fix empty env check.
      onmainwindow.cpp: add more newlines to scdaemon error output.
      onmainwindow.cpp: add debugging output for new scdaemon PATH value.
      onmainwindow.cpp: split up PATH value as printed in the error message box by a newline every 100 characters.
      sshprocess.cpp: export PATH variable when running commands.
      sshprocess.cpp: wrap SSH command prelude and conclusion in double quotes.
      sshprocess.cpp: wrap all remote commands with "bash" instead of the unspecific "sh".
      onmainwindow.cpp: try to escape shell quotes correctly when using Kerberos/GSSApi when running the xmodmap keyboard sync command on OS X.
      onmainwindow.cpp: also escape other shell quotes when using Kerberos/GSSApi.
      onmainwindow.cpp: silence compiler warning by casting an int value to std::size_t.
      onmainwindow.cpp: silence another compiler warning by not converting from string to int and back to string needlessly.
      onmainwindow.cpp: fix compile error - use QString.toAscii () to get a valid C string representation for tr ().
      onmainwindow.cpp: don't terminate if scdaemon exited with non-zero exit code.
      sshprocess.cpp: don't use QProcess::start (QString).
      sshprocess.cpp: add a bit more debugging - also print out the unmodified raw output of SSH commands.
      onmainwindow.cpp: remove now-bogus double quote escaping.
      sshmasterconnection.cpp: port QProcess::start () change.
      sshprocess.cpp: whitespace/prettify only and a compile fix.
      x2goclient.pro: reinstate old lrelease "search" behavior if qtPrepareTool() is not available.
      {debian/changelog,src/onmainwindow.cpp}: fixup last commit. Spelling errors, changelog format, unclear blocks.
      onmainwindow.cpp: only set multidisplay mode for non-rootless sessions.
      {ui/xsettingsui.ui,xsettingswidget.cpp}: add new "whole display" option for external X server configuration.
      onmainwindow.cpp: rename "optionsmd" setting to "optionswholedisplay", which is more clear.
      xsettingswidget.cpp: fix compile error: settings -> setting.
      xsettingswidget.cpp: missed one occurance in the last commit.
      sessionmanagedialog.cpp: enable some debugging and make selected sessions configureable or deletable. Fixes: #909.
      general: bump revision to 4.0.5.0 due to incompatible Windows bug fixes.

Mike DePaulo (11):
      Update changelog about Win32 OpenSSL update:
      Update cygwin bundle from 20150425-2 to 20150425-3
      Update VcXsrv: 1.17.0.0-1 (X2Go/Arctica Build) -> 1.17.0.0-2 (X2Go/Arctica Build)
      "About X2GO client" -> "About X2Go Client"
      onmainwindow.cpp: Fix syntax error in last commit
      Update changelog for Win32-OpenSSL update from 1.0.1o to 1.0.1p
      Update cygwin bundle from 20150425-3 to 20150425-4
      Update VcXsrv: 1.17.0.0-2 (X2Go/Arctica Build) -> 1.17.0.0-3 (X2Go/Arctica Build)
      Upgrade MSVC DLLs: 2008 -> 2013
      Windows: Only bundle msvcr120.dll
      Linux: Fix desktop session icons (Fixes: #911)

Mike Gabriel (1):
      debian/control: Add alternative D for nxproxy: qvd-nxproxy. Allows parallel installation of X2Go Client and the TheQVD client (perl-qvd-client).

Oleksandr Shneyder (1):
      Fixing multimonitor mode on Windows. Run VcXsrv with on selected screen without decoration.

X2Go Release Manager (2):
      Continue development
      release 4.0.5.0

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

No new revisions were added by this update.

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-tags mailing list