[X2Go-tags] [x2goclient] annotated tag 4.0.4.0 created (now b108b12)

git-admin at x2go.org git-admin at x2go.org
Tue May 26 21:12:39 CEST 2015


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

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

        at  b108b12   (tag)
   tagging  9f92b4c68ee4cc120a13063187ef009b6aa33245 (commit)
  replaces  4.0.3.1
 tagged by  Mihai Moldovan
        on  Tue May 26 21:12:26 2015 +0200

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

iQIcBAABAgAGBQJVZMWaAAoJEB/WLtluJTqHyKkQAM8XZIFHrJreQJalxGnNhsUj
knUVXPXKr/9iYqtbfUfKlBJs0qaYr3lV8A/EHbh6AZ5SfNDV997fcG5BPV8PTXFn
QP4+epPVI05ARRIBzfIh6zrgPBOBz51N++U1lllEDrhQCXMNgNUX2tIXqgzILCeU
V5Da7yZER3Bv4E1CnvIAissHTS4huZb7yvFWaK7esbgDa6fQoemkMeWvLYlADjuF
1lQjVw6in60tj6U7wy9Lf1XQ69+HrT50GLKcwd9veQSidl9aSo6D/GbjxBGy3i31
K99ARU4CoHaZE0UzLSdLGUAZRmYKYkFviUc0l3PYcOYC8fXPqt1wwSbcynXYUMXg
s4s2vRi2f9XVVNbrXvxzThtKd7aYV84lh5oGJj6M2oXpuwwcEr6jLNZPwAn7C7Ib
e4hNuwvqT3ifcb9zdZLu+z81A6HSQgoBQXW2xrivga/CzFFOb/yhSQNBtFNX2ZSy
foFUJsgpvGGOl0EThplLr/msiVFEFcpRKKxBtVIywCGa/kyjxKOosRxwD378i8NY
8Ido8irL8lvTTg0OfSfr/K9WcWydXYhqNzrlRiPAFxktKbzoyiJzAPJxSgQjGuYz
VyGn+AotTz5NkvIGLLHJP/IcUuvCwtYboXynhfFyi/XMv5YDVypNNlwF0ZkLuSA5
DOhRSWg1qyVOv/4i6IAb
=RRHW
-----END PGP SIGNATURE-----

Heinrich Schuchardt (1):
      Base the layout dialogue "Session ID" (which shows up when starting a connection) on typographic points (instead of pixels). (Fixes: #713).

Jason Alavaliant (1):
      Use QUrl::toPercentEncoding() method to properly encode passwords sent to X2Go Session Broker. (Fixes: #705).

Kaan Ozdincer (1):
      Add Turkish translation file.

Mark Pedersen-Cook (1):
      README.i18n: new file.

Mihai Moldovan (3):
      common: update copyright notices, whitespace fixes. Happy new year!
      README.i18n: typo, grammar, style and whitespace fixes.
      onmainwindow.cpp: cleanup previous commit.

Mike DePaulo (16):
      Apply conform-to-stricter-type-checking-mingw482.patch from George Trakatelis (uom.edu.gr)
      Apply add-libraries-to-build-with-VS2010-command-line.patch from George Trakatelis (uom.edu.gr)
      Apply conform-to-stricter-type-checking-VS2010-close-socket.patch from George Trakatelis (uom.edu.gr) (Fixes: #642)
      Update changelog about being able to build under VS2010 (Fixes: #642)
      Windows: Fix compatibility with PulseAudio 6.0 by specifying an absolute path to the cookie
      Add copy-deps-win32.bat (to simplify win32 build process)
      Fix copy-deps-win32.bat for now by hardcoding WinBuilder VM paths
      Fix for commit a86676d (mswin PuTTY+Krb auth)
      Update changelog about copy-deps-win32.bat and latest win32 dependency updates.
      Correct the changelog about VcXsrv
      Win32OpenSSL 1.0.1 actually requires the very original version of the VC 2008 DLLs, I determined this emperically and the website states this. It also requires the manifest.
      Windows: Update libssh from 0.6.3 to 0.6.4
      Add note in changelog about libssh 0.6.4 ECDSA key features
      Update changelog about Win32 OpenSSL update from 1.0.1j to 1.0.1L
      Apply disable-calling-parec.patch from George Trakatelis (Fixes: #742)
      Update Changelog about #742

Mike Gabriel (26):
      Continue development...
      fix changelog cherry-picking and add closure for #681
      Provide empty Turkish translation file.
      Add several info/error/debug log message while hunting down #702.
      Use app.setQuitOnLastWindowClosed(false) for the X2Go Client QtApplication to assure that X2Go Client does not arbitrarily exit during a running session. This fixes X2Go Client crashes that occur when printing via the CUPS-X2Go printing mechanism with activate print dialog popup on incoming print jobs and minimized main window. (Fixes: #702).
      Be more exact when reporting rev forwarding tunnel request failures to the GUI user. Include the purpose of the tunnel (NX, audio, foldersharing) in the error message.
      Enable debugging in sshprocess.cpp and sshmasterconnection.cpp if --debug is given.
      sshmasterconnection.cpp: Fix several grammar issues in error messages.
      When sharing a client-side folder, do not write the SSH pub key to client-side authorized_keys file if the folder-to-be-shared does not exist on the client. (Partially solves #405).
      Fix string concatenation/layout of error message when tunnel I/O errors occur.
      Improve debugging/logging the SSH connections made by X2Go Client.
      fix missing curly brackets, caused by commit adb03c67e
      SSH with GSSAPI: Don't assume the broker-side user has /bin/sh (or compatible) set as default shell. (Fixes: #720).
      last commit is not fix for #720
      typo fix in log message
      improve debugging messages
      Revert "last commit is not fix for #720"
      Revert "SSH with GSSAPI: Don't assume the broker-side user has /bin/sh (or compatible) set as default shell. (Fixes: #720)."
      Fix quotes when calling remote commands via SSH. Use single backslash to quote quotation marks. (Fixes: #720).
      Revert "Fix quotes when calling remote commands via SSH. Use single backslash to quote quotation marks. (Fixes: #720)."
      Fix quotes when calling remote commands via SSH (esp. allow same quoting/ escaping style for libssh and openSSH+Krb based connections). (Fixes: #720).
      FIXME: Disable PubkeyAuthentication _and_ PasswordAuthentication if GSSAPI authentication is activated. This is counter intuitive, though, and requires several other fixes in the authentication code.
      fix changelog
      x2goclient.spec: Always set BuildRoot: parameter.
      x2goclient.spec: Forceful B-R on SLE 11.3: glib2-branding-SLED.
      Revert "x2goclient.spec: Forceful B-R on SLE 11.3: glib2-branding-SLED."

Oleksandr Shneyder (8):
      Reformat onmainwindow.cpp
      Fix placement of session folders in session card column.
      Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #525).
      Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616).
      Merge remote-tracking branch 'refs/remotes/origin/master'
      Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616).
      Reformat onmainwindow.cpp
      Fix multiply creation of modmap timer (OS_DARWIN).

Sergey_Savko (2):
      Prevent passwordless re-logins into X2Go Session Broker if --broker-autologoff is used on the cmdline. (Fixes: #782).
      Add new cmdline option --broker-noauth-use-session-username. When --broker-noauth is used, the broker does not know on behalf of which user to operate. This new option enables username syncing. When logging into X2Go Server, that username will be sent to the broker and be used for querying X2Go Broker Agents etc. (Fixes: #781).

X2Go Release Manager (1):
      release 4.0.3.2

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

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