[X2Go-tags] [x2goclient] annotated tag 4.0.3.2 created (now 3b7ca68)
git-admin at x2go.org
git-admin at x2go.org
Thu Feb 19 12:58:02 CET 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to annotated tag 4.0.3.2
in repository x2goclient.
at 3b7ca68 (tag)
tagging 9f92b4c68ee4cc120a13063187ef009b6aa33245 (commit)
replaces 4.0.3.1
tagged by Mihai Moldovan
on Thu Feb 19 12:57:41 2015 +0100
- Log -----------------------------------------------------------------
Upstream version 4.0.3.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJU5c+2AAoJEB/WLtluJTqH2ZwP/R5U66Ydoj6pBprBmERNcJ8F
DuASC7vFg+DCr6yZFecWYW+LeRB3Ci3TXJUfjwTi51e5BL+iCu6r7vjgC/aSSe2Q
uZIhLg65kxr8X4N2LK1wCzD8AoBtcNT4LbPozFCROZF45ztb+76288ihqHfRybkH
VvBeYSoQxykMTxvP5wfMEhJilu+mxg4rwZPv5Aq9hJAl0KTZriYuPUu3mfeMIZYA
n0EV9uF5rCczOZABg0a0694E6utSih4FVdAkjxQOs8Fc2Th4RN7dYEvc86hqHSlR
lyascJTEaIqwZIwFhcERtqrzmH+XOwTYFwkomtarDLp2+sTHun+Q9q20orjE3CAQ
9StFRxxaJzcb02AQAt9o5uoToJUc6/67dbsL0wigIRxx7FQDS7YAQ7EhdpITAaG+
6+mAbIgUTu68cFz7qzN7ShtHyaImQq0oi9eHClcOKY1kPOYcAlXgeLsDDq4HdhAy
m0wyt8lcCb8lfSPYHeihs2wD+1NT+xJ1vak2d4APVDdGqz23APri6XJC39z8pMtu
GrG3m3QS553i2UNELIVbRKZC/Wm999+czme4I7XY8jjix84JMui72LyQWAH42toe
ThqqgQk/EZAo5fcyWt78yo39iD13XHbZSiFUzFZqNOFBHs9TduUx50kJpN/Ya0rW
FC3ZSWB/+Yg3sm+cMI84
=ve1+
-----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/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-tags
mailing list