-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everyone,
a short while ago, we created a new mailing list for project-related
information: http://lists.x2go.org/listinfo/x2go-project
In the beginning, we crossposted information sent to x2go-project to
X2Go-Dev and to a lesser degree also to X2Go-User.
This was a "grace period" to ease transition.
I would like to ask everyone that from now on, project-related mails
are only sent to x2go-project, so x2go-dev regains its focus on
development issues and x2go-user is for usage-related questions again.
If you would like to reply to this mail, please reply on x2go-project
only. (I have set a corresponding reply-to, but some mail clients
might choose to ignore that.)
Kind Regards,
Stefan
X2Go Project/Community Manager
- --
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (MingW32)
iQEcBAEBAgAGBQJU5dDYAAoJEG7d9BjNvlEZkuQH/1HflBm0Z6TY6iemeaV01RFE
njLLEAvMJ0WAZ0+LkzCKbQWM4uekTVMfOfd8kwilTyjV8ke/jAxdkbLqYjVkAUS/
Ri59XUqC1N9pjV7MeNpWRUuL/SXwMbOWNseqfzUgsZfRZA1gQgmSeVWutLqSo3nK
wSldRlE20wUl7E14ghv2X5ItdhNeiOMdttuBZl8natJg1A5hoHRxy3gEeQldOO9g
p/7nKtwekfxJkmzYLONYkHas/PaYBgn8fgCChCQ/dH4A2alykPf9sFkCAT25TAAy
idAUNh+MAwAqCalJwxOgJktXHrUY8dL4DT2JVOhqEaVcBTCNByNjzZwSzGezEzo=
=6ME9
-----END PGP SIGNATURE-----
close #720
thanks
Hello,
we are very hopeful that X2Go issue #720 reported by you
has been resolved in the new release (4.0.3.2) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.0.3.2)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b7ca6841200552…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.0.3.2-0x2go1
Status: RELEASE
Date: Thu, 19 Feb 2015 12:49:22 +0100
Fixes: 616 642 681 702 705 713 720 742 781 782
Changes:
x2goclient (4.0.3.2-0x2go1) RELEASED; urgency=medium
.
[ Oleksandr Shneyder ]
* New upstream release (4.0.3.2):
- Fix placement of session folders in session card column. (Fixes: #681).
- Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616).
- Fix multiple creations of modmap timer (OS_DARWIN).
.
[ Mike Gabriel ]
* New upstream release (4.0.3.2):
- 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 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.
* x2goclient.spec:
- Always set BuildRoot: parameter.
.
[ Sergey Savko ]
* New upstream release (4.0.3.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).
.
[ Heinrich Schuchardt ]
* New upstream release (4.0.3.2):
- Base the layout dialogue "Session ID" (which shows up when starting a
connection) on typographic points (instead of pixels). (Fixes: #713).
.
[ Jason Alavaliant ]
* New upstream verson (4.0.3.2):
- Use QUrl::toPercentEncoding() method to properly encode passwords sent
to X2Go Session Broker. (Fixes: #705).
.
[ Mike DePaulo ]
* New upstream release (4.0.3.2):
- Windows: Win32 OpenSSL updates from 1.0.1j to 1.0.1L, which
fixes the CVEs announced on 2015-01-08.
- Windows: Cygwin OpenSSL updated from 1.0.1j-1 to 1.0.1k-1, which
fixes the CVEs announced on 2015-01-08.
- Windows: Bundle new version of VcXsrv: 1.15.2.2-xp+vc2013+x2go1.
The differences from 1.15.2.1-xp+vc2013+x2go1 are that its bundled
OpenSSL has been updated to 1.0.1k, and that xorg-server
CVE-2014-8091..8103 have been fixed.
- Windows: Update libssh from 0.6.3 to 0.6.4 (while maintaining
Pageant support). This fixes CVE-2014-8132, which shouldn't
affect x2goclient because x2goclient uses the SSH client
functionality, not the SSH server functionality.
0.6.4 also added 4 features related to ECDSA keys.
- Windows: Fix compatibility with PulseAudio 6.0
- Windows: Remove workaround for audio input with old versions of
PulseAudio (calling parec once per second)
(Fixes: #742)
Thanks George Trakatelis (uom.edu.gr) for submitting this change.
- Windows: Enable X2Go Client for Windows to build under VS2010 nmake
(but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation)
Note that the official builds are still build under MinGW.
(Fixes: #642)
Thanks George Trakatelis (uom.edu.gr) for submitting this feature.
- Windows: Make builds easier, and updating bundled dependencies
easier, by adding copy-deps-win32.bat. It copies the exact
version of each dependency (DLL, executable, data, folder, etc)
from x2goclient-contrib.git.
.
[ Kaan Ozdincer ]
* New upstream version (4.0.3.2):
- Add Turkish translation file.
close #713
thanks
Hello,
we are very hopeful that X2Go issue #713 reported by you
has been resolved in the new release (4.0.3.2) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.0.3.2)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b7ca6841200552…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.0.3.2-0x2go1
Status: RELEASE
Date: Thu, 19 Feb 2015 12:49:22 +0100
Fixes: 616 642 681 702 705 713 720 742 781 782
Changes:
x2goclient (4.0.3.2-0x2go1) RELEASED; urgency=medium
.
[ Oleksandr Shneyder ]
* New upstream release (4.0.3.2):
- Fix placement of session folders in session card column. (Fixes: #681).
- Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616).
- Fix multiple creations of modmap timer (OS_DARWIN).
.
[ Mike Gabriel ]
* New upstream release (4.0.3.2):
- 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 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.
* x2goclient.spec:
- Always set BuildRoot: parameter.
.
[ Sergey Savko ]
* New upstream release (4.0.3.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).
.
[ Heinrich Schuchardt ]
* New upstream release (4.0.3.2):
- Base the layout dialogue "Session ID" (which shows up when starting a
connection) on typographic points (instead of pixels). (Fixes: #713).
.
[ Jason Alavaliant ]
* New upstream verson (4.0.3.2):
- Use QUrl::toPercentEncoding() method to properly encode passwords sent
to X2Go Session Broker. (Fixes: #705).
.
[ Mike DePaulo ]
* New upstream release (4.0.3.2):
- Windows: Win32 OpenSSL updates from 1.0.1j to 1.0.1L, which
fixes the CVEs announced on 2015-01-08.
- Windows: Cygwin OpenSSL updated from 1.0.1j-1 to 1.0.1k-1, which
fixes the CVEs announced on 2015-01-08.
- Windows: Bundle new version of VcXsrv: 1.15.2.2-xp+vc2013+x2go1.
The differences from 1.15.2.1-xp+vc2013+x2go1 are that its bundled
OpenSSL has been updated to 1.0.1k, and that xorg-server
CVE-2014-8091..8103 have been fixed.
- Windows: Update libssh from 0.6.3 to 0.6.4 (while maintaining
Pageant support). This fixes CVE-2014-8132, which shouldn't
affect x2goclient because x2goclient uses the SSH client
functionality, not the SSH server functionality.
0.6.4 also added 4 features related to ECDSA keys.
- Windows: Fix compatibility with PulseAudio 6.0
- Windows: Remove workaround for audio input with old versions of
PulseAudio (calling parec once per second)
(Fixes: #742)
Thanks George Trakatelis (uom.edu.gr) for submitting this change.
- Windows: Enable X2Go Client for Windows to build under VS2010 nmake
(but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation)
Note that the official builds are still build under MinGW.
(Fixes: #642)
Thanks George Trakatelis (uom.edu.gr) for submitting this feature.
- Windows: Make builds easier, and updating bundled dependencies
easier, by adding copy-deps-win32.bat. It copies the exact
version of each dependency (DLL, executable, data, folder, etc)
from x2goclient-contrib.git.
.
[ Kaan Ozdincer ]
* New upstream version (4.0.3.2):
- Add Turkish translation file.
close #642
thanks
Hello,
we are very hopeful that X2Go issue #642 reported by you
has been resolved in the new release (4.0.3.2) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.0.3.2)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b7ca6841200552…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.0.3.2-0x2go1
Status: RELEASE
Date: Thu, 19 Feb 2015 12:49:22 +0100
Fixes: 616 642 681 702 705 713 720 742 781 782
Changes:
x2goclient (4.0.3.2-0x2go1) RELEASED; urgency=medium
.
[ Oleksandr Shneyder ]
* New upstream release (4.0.3.2):
- Fix placement of session folders in session card column. (Fixes: #681).
- Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616).
- Fix multiple creations of modmap timer (OS_DARWIN).
.
[ Mike Gabriel ]
* New upstream release (4.0.3.2):
- 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 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.
* x2goclient.spec:
- Always set BuildRoot: parameter.
.
[ Sergey Savko ]
* New upstream release (4.0.3.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).
.
[ Heinrich Schuchardt ]
* New upstream release (4.0.3.2):
- Base the layout dialogue "Session ID" (which shows up when starting a
connection) on typographic points (instead of pixels). (Fixes: #713).
.
[ Jason Alavaliant ]
* New upstream verson (4.0.3.2):
- Use QUrl::toPercentEncoding() method to properly encode passwords sent
to X2Go Session Broker. (Fixes: #705).
.
[ Mike DePaulo ]
* New upstream release (4.0.3.2):
- Windows: Win32 OpenSSL updates from 1.0.1j to 1.0.1L, which
fixes the CVEs announced on 2015-01-08.
- Windows: Cygwin OpenSSL updated from 1.0.1j-1 to 1.0.1k-1, which
fixes the CVEs announced on 2015-01-08.
- Windows: Bundle new version of VcXsrv: 1.15.2.2-xp+vc2013+x2go1.
The differences from 1.15.2.1-xp+vc2013+x2go1 are that its bundled
OpenSSL has been updated to 1.0.1k, and that xorg-server
CVE-2014-8091..8103 have been fixed.
- Windows: Update libssh from 0.6.3 to 0.6.4 (while maintaining
Pageant support). This fixes CVE-2014-8132, which shouldn't
affect x2goclient because x2goclient uses the SSH client
functionality, not the SSH server functionality.
0.6.4 also added 4 features related to ECDSA keys.
- Windows: Fix compatibility with PulseAudio 6.0
- Windows: Remove workaround for audio input with old versions of
PulseAudio (calling parec once per second)
(Fixes: #742)
Thanks George Trakatelis (uom.edu.gr) for submitting this change.
- Windows: Enable X2Go Client for Windows to build under VS2010 nmake
(but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation)
Note that the official builds are still build under MinGW.
(Fixes: #642)
Thanks George Trakatelis (uom.edu.gr) for submitting this feature.
- Windows: Make builds easier, and updating bundled dependencies
easier, by adding copy-deps-win32.bat. It copies the exact
version of each dependency (DLL, executable, data, folder, etc)
from x2goclient-contrib.git.
.
[ Kaan Ozdincer ]
* New upstream version (4.0.3.2):
- Add Turkish translation file.
close #705
thanks
Hello,
we are very hopeful that X2Go issue #705 reported by you
has been resolved in the new release (4.0.3.2) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.0.3.2)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b7ca6841200552…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.0.3.2-0x2go1
Status: RELEASE
Date: Thu, 19 Feb 2015 12:49:22 +0100
Fixes: 616 642 681 702 705 713 720 742 781 782
Changes:
x2goclient (4.0.3.2-0x2go1) RELEASED; urgency=medium
.
[ Oleksandr Shneyder ]
* New upstream release (4.0.3.2):
- Fix placement of session folders in session card column. (Fixes: #681).
- Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616).
- Fix multiple creations of modmap timer (OS_DARWIN).
.
[ Mike Gabriel ]
* New upstream release (4.0.3.2):
- 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 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.
* x2goclient.spec:
- Always set BuildRoot: parameter.
.
[ Sergey Savko ]
* New upstream release (4.0.3.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).
.
[ Heinrich Schuchardt ]
* New upstream release (4.0.3.2):
- Base the layout dialogue "Session ID" (which shows up when starting a
connection) on typographic points (instead of pixels). (Fixes: #713).
.
[ Jason Alavaliant ]
* New upstream verson (4.0.3.2):
- Use QUrl::toPercentEncoding() method to properly encode passwords sent
to X2Go Session Broker. (Fixes: #705).
.
[ Mike DePaulo ]
* New upstream release (4.0.3.2):
- Windows: Win32 OpenSSL updates from 1.0.1j to 1.0.1L, which
fixes the CVEs announced on 2015-01-08.
- Windows: Cygwin OpenSSL updated from 1.0.1j-1 to 1.0.1k-1, which
fixes the CVEs announced on 2015-01-08.
- Windows: Bundle new version of VcXsrv: 1.15.2.2-xp+vc2013+x2go1.
The differences from 1.15.2.1-xp+vc2013+x2go1 are that its bundled
OpenSSL has been updated to 1.0.1k, and that xorg-server
CVE-2014-8091..8103 have been fixed.
- Windows: Update libssh from 0.6.3 to 0.6.4 (while maintaining
Pageant support). This fixes CVE-2014-8132, which shouldn't
affect x2goclient because x2goclient uses the SSH client
functionality, not the SSH server functionality.
0.6.4 also added 4 features related to ECDSA keys.
- Windows: Fix compatibility with PulseAudio 6.0
- Windows: Remove workaround for audio input with old versions of
PulseAudio (calling parec once per second)
(Fixes: #742)
Thanks George Trakatelis (uom.edu.gr) for submitting this change.
- Windows: Enable X2Go Client for Windows to build under VS2010 nmake
(but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation)
Note that the official builds are still build under MinGW.
(Fixes: #642)
Thanks George Trakatelis (uom.edu.gr) for submitting this feature.
- Windows: Make builds easier, and updating bundled dependencies
easier, by adding copy-deps-win32.bat. It copies the exact
version of each dependency (DLL, executable, data, folder, etc)
from x2goclient-contrib.git.
.
[ Kaan Ozdincer ]
* New upstream version (4.0.3.2):
- Add Turkish translation file.
close #781
thanks
Hello,
we are very hopeful that X2Go issue #781 reported by you
has been resolved in the new release (4.0.3.2) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.0.3.2)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b7ca6841200552…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.0.3.2-0x2go1
Status: RELEASE
Date: Thu, 19 Feb 2015 12:49:22 +0100
Fixes: 616 642 681 702 705 713 720 742 781 782
Changes:
x2goclient (4.0.3.2-0x2go1) RELEASED; urgency=medium
.
[ Oleksandr Shneyder ]
* New upstream release (4.0.3.2):
- Fix placement of session folders in session card column. (Fixes: #681).
- Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616).
- Fix multiple creations of modmap timer (OS_DARWIN).
.
[ Mike Gabriel ]
* New upstream release (4.0.3.2):
- 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 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.
* x2goclient.spec:
- Always set BuildRoot: parameter.
.
[ Sergey Savko ]
* New upstream release (4.0.3.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).
.
[ Heinrich Schuchardt ]
* New upstream release (4.0.3.2):
- Base the layout dialogue "Session ID" (which shows up when starting a
connection) on typographic points (instead of pixels). (Fixes: #713).
.
[ Jason Alavaliant ]
* New upstream verson (4.0.3.2):
- Use QUrl::toPercentEncoding() method to properly encode passwords sent
to X2Go Session Broker. (Fixes: #705).
.
[ Mike DePaulo ]
* New upstream release (4.0.3.2):
- Windows: Win32 OpenSSL updates from 1.0.1j to 1.0.1L, which
fixes the CVEs announced on 2015-01-08.
- Windows: Cygwin OpenSSL updated from 1.0.1j-1 to 1.0.1k-1, which
fixes the CVEs announced on 2015-01-08.
- Windows: Bundle new version of VcXsrv: 1.15.2.2-xp+vc2013+x2go1.
The differences from 1.15.2.1-xp+vc2013+x2go1 are that its bundled
OpenSSL has been updated to 1.0.1k, and that xorg-server
CVE-2014-8091..8103 have been fixed.
- Windows: Update libssh from 0.6.3 to 0.6.4 (while maintaining
Pageant support). This fixes CVE-2014-8132, which shouldn't
affect x2goclient because x2goclient uses the SSH client
functionality, not the SSH server functionality.
0.6.4 also added 4 features related to ECDSA keys.
- Windows: Fix compatibility with PulseAudio 6.0
- Windows: Remove workaround for audio input with old versions of
PulseAudio (calling parec once per second)
(Fixes: #742)
Thanks George Trakatelis (uom.edu.gr) for submitting this change.
- Windows: Enable X2Go Client for Windows to build under VS2010 nmake
(but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation)
Note that the official builds are still build under MinGW.
(Fixes: #642)
Thanks George Trakatelis (uom.edu.gr) for submitting this feature.
- Windows: Make builds easier, and updating bundled dependencies
easier, by adding copy-deps-win32.bat. It copies the exact
version of each dependency (DLL, executable, data, folder, etc)
from x2goclient-contrib.git.
.
[ Kaan Ozdincer ]
* New upstream version (4.0.3.2):
- Add Turkish translation file.
close #782
thanks
Hello,
we are very hopeful that X2Go issue #782 reported by you
has been resolved in the new release (4.0.3.2) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.0.3.2)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b7ca6841200552…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.0.3.2-0x2go1
Status: RELEASE
Date: Thu, 19 Feb 2015 12:49:22 +0100
Fixes: 616 642 681 702 705 713 720 742 781 782
Changes:
x2goclient (4.0.3.2-0x2go1) RELEASED; urgency=medium
.
[ Oleksandr Shneyder ]
* New upstream release (4.0.3.2):
- Fix placement of session folders in session card column. (Fixes: #681).
- Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616).
- Fix multiple creations of modmap timer (OS_DARWIN).
.
[ Mike Gabriel ]
* New upstream release (4.0.3.2):
- 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 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.
* x2goclient.spec:
- Always set BuildRoot: parameter.
.
[ Sergey Savko ]
* New upstream release (4.0.3.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).
.
[ Heinrich Schuchardt ]
* New upstream release (4.0.3.2):
- Base the layout dialogue "Session ID" (which shows up when starting a
connection) on typographic points (instead of pixels). (Fixes: #713).
.
[ Jason Alavaliant ]
* New upstream verson (4.0.3.2):
- Use QUrl::toPercentEncoding() method to properly encode passwords sent
to X2Go Session Broker. (Fixes: #705).
.
[ Mike DePaulo ]
* New upstream release (4.0.3.2):
- Windows: Win32 OpenSSL updates from 1.0.1j to 1.0.1L, which
fixes the CVEs announced on 2015-01-08.
- Windows: Cygwin OpenSSL updated from 1.0.1j-1 to 1.0.1k-1, which
fixes the CVEs announced on 2015-01-08.
- Windows: Bundle new version of VcXsrv: 1.15.2.2-xp+vc2013+x2go1.
The differences from 1.15.2.1-xp+vc2013+x2go1 are that its bundled
OpenSSL has been updated to 1.0.1k, and that xorg-server
CVE-2014-8091..8103 have been fixed.
- Windows: Update libssh from 0.6.3 to 0.6.4 (while maintaining
Pageant support). This fixes CVE-2014-8132, which shouldn't
affect x2goclient because x2goclient uses the SSH client
functionality, not the SSH server functionality.
0.6.4 also added 4 features related to ECDSA keys.
- Windows: Fix compatibility with PulseAudio 6.0
- Windows: Remove workaround for audio input with old versions of
PulseAudio (calling parec once per second)
(Fixes: #742)
Thanks George Trakatelis (uom.edu.gr) for submitting this change.
- Windows: Enable X2Go Client for Windows to build under VS2010 nmake
(but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation)
Note that the official builds are still build under MinGW.
(Fixes: #642)
Thanks George Trakatelis (uom.edu.gr) for submitting this feature.
- Windows: Make builds easier, and updating bundled dependencies
easier, by adding copy-deps-win32.bat. It copies the exact
version of each dependency (DLL, executable, data, folder, etc)
from x2goclient-contrib.git.
.
[ Kaan Ozdincer ]
* New upstream version (4.0.3.2):
- Add Turkish translation file.
close #702
thanks
Hello,
we are very hopeful that X2Go issue #702 reported by you
has been resolved in the new release (4.0.3.2) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.0.3.2)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b7ca6841200552…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.0.3.2-0x2go1
Status: RELEASE
Date: Thu, 19 Feb 2015 12:49:22 +0100
Fixes: 616 642 681 702 705 713 720 742 781 782
Changes:
x2goclient (4.0.3.2-0x2go1) RELEASED; urgency=medium
.
[ Oleksandr Shneyder ]
* New upstream release (4.0.3.2):
- Fix placement of session folders in session card column. (Fixes: #681).
- Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616).
- Fix multiple creations of modmap timer (OS_DARWIN).
.
[ Mike Gabriel ]
* New upstream release (4.0.3.2):
- 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 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.
* x2goclient.spec:
- Always set BuildRoot: parameter.
.
[ Sergey Savko ]
* New upstream release (4.0.3.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).
.
[ Heinrich Schuchardt ]
* New upstream release (4.0.3.2):
- Base the layout dialogue "Session ID" (which shows up when starting a
connection) on typographic points (instead of pixels). (Fixes: #713).
.
[ Jason Alavaliant ]
* New upstream verson (4.0.3.2):
- Use QUrl::toPercentEncoding() method to properly encode passwords sent
to X2Go Session Broker. (Fixes: #705).
.
[ Mike DePaulo ]
* New upstream release (4.0.3.2):
- Windows: Win32 OpenSSL updates from 1.0.1j to 1.0.1L, which
fixes the CVEs announced on 2015-01-08.
- Windows: Cygwin OpenSSL updated from 1.0.1j-1 to 1.0.1k-1, which
fixes the CVEs announced on 2015-01-08.
- Windows: Bundle new version of VcXsrv: 1.15.2.2-xp+vc2013+x2go1.
The differences from 1.15.2.1-xp+vc2013+x2go1 are that its bundled
OpenSSL has been updated to 1.0.1k, and that xorg-server
CVE-2014-8091..8103 have been fixed.
- Windows: Update libssh from 0.6.3 to 0.6.4 (while maintaining
Pageant support). This fixes CVE-2014-8132, which shouldn't
affect x2goclient because x2goclient uses the SSH client
functionality, not the SSH server functionality.
0.6.4 also added 4 features related to ECDSA keys.
- Windows: Fix compatibility with PulseAudio 6.0
- Windows: Remove workaround for audio input with old versions of
PulseAudio (calling parec once per second)
(Fixes: #742)
Thanks George Trakatelis (uom.edu.gr) for submitting this change.
- Windows: Enable X2Go Client for Windows to build under VS2010 nmake
(but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation)
Note that the official builds are still build under MinGW.
(Fixes: #642)
Thanks George Trakatelis (uom.edu.gr) for submitting this feature.
- Windows: Make builds easier, and updating bundled dependencies
easier, by adding copy-deps-win32.bat. It copies the exact
version of each dependency (DLL, executable, data, folder, etc)
from x2goclient-contrib.git.
.
[ Kaan Ozdincer ]
* New upstream version (4.0.3.2):
- Add Turkish translation file.
close #742
thanks
Hello,
we are very hopeful that X2Go issue #742 reported by you
has been resolved in the new release (4.0.3.2) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.0.3.2)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b7ca6841200552…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.0.3.2-0x2go1
Status: RELEASE
Date: Thu, 19 Feb 2015 12:49:22 +0100
Fixes: 616 642 681 702 705 713 720 742 781 782
Changes:
x2goclient (4.0.3.2-0x2go1) RELEASED; urgency=medium
.
[ Oleksandr Shneyder ]
* New upstream release (4.0.3.2):
- Fix placement of session folders in session card column. (Fixes: #681).
- Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616).
- Fix multiple creations of modmap timer (OS_DARWIN).
.
[ Mike Gabriel ]
* New upstream release (4.0.3.2):
- 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 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.
* x2goclient.spec:
- Always set BuildRoot: parameter.
.
[ Sergey Savko ]
* New upstream release (4.0.3.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).
.
[ Heinrich Schuchardt ]
* New upstream release (4.0.3.2):
- Base the layout dialogue "Session ID" (which shows up when starting a
connection) on typographic points (instead of pixels). (Fixes: #713).
.
[ Jason Alavaliant ]
* New upstream verson (4.0.3.2):
- Use QUrl::toPercentEncoding() method to properly encode passwords sent
to X2Go Session Broker. (Fixes: #705).
.
[ Mike DePaulo ]
* New upstream release (4.0.3.2):
- Windows: Win32 OpenSSL updates from 1.0.1j to 1.0.1L, which
fixes the CVEs announced on 2015-01-08.
- Windows: Cygwin OpenSSL updated from 1.0.1j-1 to 1.0.1k-1, which
fixes the CVEs announced on 2015-01-08.
- Windows: Bundle new version of VcXsrv: 1.15.2.2-xp+vc2013+x2go1.
The differences from 1.15.2.1-xp+vc2013+x2go1 are that its bundled
OpenSSL has been updated to 1.0.1k, and that xorg-server
CVE-2014-8091..8103 have been fixed.
- Windows: Update libssh from 0.6.3 to 0.6.4 (while maintaining
Pageant support). This fixes CVE-2014-8132, which shouldn't
affect x2goclient because x2goclient uses the SSH client
functionality, not the SSH server functionality.
0.6.4 also added 4 features related to ECDSA keys.
- Windows: Fix compatibility with PulseAudio 6.0
- Windows: Remove workaround for audio input with old versions of
PulseAudio (calling parec once per second)
(Fixes: #742)
Thanks George Trakatelis (uom.edu.gr) for submitting this change.
- Windows: Enable X2Go Client for Windows to build under VS2010 nmake
(but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation)
Note that the official builds are still build under MinGW.
(Fixes: #642)
Thanks George Trakatelis (uom.edu.gr) for submitting this feature.
- Windows: Make builds easier, and updating bundled dependencies
easier, by adding copy-deps-win32.bat. It copies the exact
version of each dependency (DLL, executable, data, folder, etc)
from x2goclient-contrib.git.
.
[ Kaan Ozdincer ]
* New upstream version (4.0.3.2):
- Add Turkish translation file.
close #681
thanks
Hello,
we are very hopeful that X2Go issue #681 reported by you
has been resolved in the new release (4.0.3.2) of the
X2Go source project »src:x2goclient«.
You can view the complete changelog entry of src:x2goclient (4.0.3.2)
below, and you can use the following link to view all the code changes
between this and the last release of src:x2goclient.
http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b7ca6841200552…
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:x2goclient.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:x2goclient
Version: 4.0.3.2-0x2go1
Status: RELEASE
Date: Thu, 19 Feb 2015 12:49:22 +0100
Fixes: 616 642 681 702 705 713 720 742 781 782
Changes:
x2goclient (4.0.3.2-0x2go1) RELEASED; urgency=medium
.
[ Oleksandr Shneyder ]
* New upstream release (4.0.3.2):
- Fix placement of session folders in session card column. (Fixes: #681).
- Send empty message in x2gohelper to stop AppStarting cursor. (Fixes: #616).
- Fix multiple creations of modmap timer (OS_DARWIN).
.
[ Mike Gabriel ]
* New upstream release (4.0.3.2):
- 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 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.
* x2goclient.spec:
- Always set BuildRoot: parameter.
.
[ Sergey Savko ]
* New upstream release (4.0.3.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).
.
[ Heinrich Schuchardt ]
* New upstream release (4.0.3.2):
- Base the layout dialogue "Session ID" (which shows up when starting a
connection) on typographic points (instead of pixels). (Fixes: #713).
.
[ Jason Alavaliant ]
* New upstream verson (4.0.3.2):
- Use QUrl::toPercentEncoding() method to properly encode passwords sent
to X2Go Session Broker. (Fixes: #705).
.
[ Mike DePaulo ]
* New upstream release (4.0.3.2):
- Windows: Win32 OpenSSL updates from 1.0.1j to 1.0.1L, which
fixes the CVEs announced on 2015-01-08.
- Windows: Cygwin OpenSSL updated from 1.0.1j-1 to 1.0.1k-1, which
fixes the CVEs announced on 2015-01-08.
- Windows: Bundle new version of VcXsrv: 1.15.2.2-xp+vc2013+x2go1.
The differences from 1.15.2.1-xp+vc2013+x2go1 are that its bundled
OpenSSL has been updated to 1.0.1k, and that xorg-server
CVE-2014-8091..8103 have been fixed.
- Windows: Update libssh from 0.6.3 to 0.6.4 (while maintaining
Pageant support). This fixes CVE-2014-8132, which shouldn't
affect x2goclient because x2goclient uses the SSH client
functionality, not the SSH server functionality.
0.6.4 also added 4 features related to ECDSA keys.
- Windows: Fix compatibility with PulseAudio 6.0
- Windows: Remove workaround for audio input with old versions of
PulseAudio (calling parec once per second)
(Fixes: #742)
Thanks George Trakatelis (uom.edu.gr) for submitting this change.
- Windows: Enable X2Go Client for Windows to build under VS2010 nmake
(but not the VS2010 IDE due to a Qt4 Visual Studio Add-in limitation)
Note that the official builds are still build under MinGW.
(Fixes: #642)
Thanks George Trakatelis (uom.edu.gr) for submitting this feature.
- Windows: Make builds easier, and updating bundled dependencies
easier, by adding copy-deps-win32.bat. It copies the exact
version of each dependency (DLL, executable, data, folder, etc)
from x2goclient-contrib.git.
.
[ Kaan Ozdincer ]
* New upstream version (4.0.3.2):
- Add Turkish translation file.