User Tools

Site Tools


doc:release-notes-mswin:x2goclient-4.0.3.0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
doc:release-notes-mswin:x2goclient-4.0.3.0 [2014/10/21 13:06]
mikedep333 created - a bunch of TODOs in place
doc:release-notes-mswin:x2goclient-4.0.3.0 [2014/10/23 07:34]
mikedep333 [Major Windows-specific changes since 4.0.2.1+hotfix1+build6] Ash -> Dash
Line 3: Line 3:
 ===== Major Windows-specific changes since 4.0.2.1+hotfix1+build6 ===== ===== Major Windows-specific changes since 4.0.2.1+hotfix1+build6 =====
  
-TODO+=== x2gohelper ===
  
 +When "x2goclient.exe" launches, it now automatically launches "x2gohelper.exe". If x2goclient.exe crashes, x2gohelper.exe will end the other processes launched by x2goclient.exe (pulseaudio.exe, sshd.exe, vcxsrv.exe). This avoids wasted memory when x2goclient.exe does crash. (Fixes: #525)
 +
 +=== Installer changes (fonts) ===
 +
 +The installer has seen multiple improvements. These improvements include UI changes.
 +
 +The main improvement is that you now have the option of installing the fonts from within the main installer, and the debug installer, rather than having to download and install separate fonts builds of the installer. The fonts are required by many legacy applications, see [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=108|bug 108]] for more info. The default selection of the installer is only the "misc" fonts, because empirically, the "misc" fonts solve most legacy app compatibility issues. If you do not run any legacy apps, you can deselect installing the fonts in order to save disk space.
 +
 +Note that the addition of the fonts means that the installer is now about 48 MB in size.
 +
 +=== Improved SSH Server compatibility ===
 +
 +libssh has been upgraded from 0.5.x to 0.6.x. This enables X2Go Client for Windows to successfully connect to X2Go Servers running 2 types of SSH servers:
 +
 +  - HPN-enabled SSH servers.
 +  - SSH servers with support for SHA1 disabled, such as SSH servers in Debian 8 Jessie with the default config.
 +
 +=== New Version Numbering ===
 +
 +Due to the large number of updated builds of X2Go Client (such as 4.0.2.1+hotfix1+build5 -> 4.0.2.1+hotfix1+build6) the X2Go Client version numbering has been simplified. It is now based on just the X2Go Client version number and the date of the build.
 +
 +The initial release of X2Go Client for Windows is 4.0.3.0 is "4.0.3.0-20141021". "20141021" is the date "October 21st, 2014".
 +
 +If a new build had to be released the following day, it would be "4.0.3.0-20141022".
 +
 +Any changes to the X2Go Client for Windows source code that are not regular cross-platform release of X2Go Client (previously: "hotfixes" would also result in only the 8 digit date being changed.
 +
 +=== Bundled Cygwin components have been slimmed down ===
 +
 +X2Go Client relies on certain 3rd-party executables and libraries from the Cygwin project, so it has to bundle them. Unfortunately, those files often have security updates, which result in many new X2Go Client builds being released. These Cygwin components have been slimmed down to reduce the number of security update builds. Specifically, Bash has been replaced with Dash. And OpenSSH has been built with fewer dependencies.
 ===== Available Builds ===== ===== Available Builds =====
  
Line 45: Line 75:
  
 ===== Windows-Specific Bug Fixes ===== ===== Windows-Specific Bug Fixes =====
-TODO 
  
 +  * [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=566|bug 566]] Fix not being able to add the server to the known_hosts file when the username has non-English characters. (NOTE: This fix only works when the non-English characters  are in the same language as the Windows "system locale" AKA "Language for non-Unicode programs." [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=611|bug 611]] was written for fixing the issue for languages other than the system locale.)
 +  * [[http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=594|bug 594]] Fix an issue when resizing the NX-proxy window on specific multiple monitor setups.
 ===== Noteworthy Windows-Specific Bugs ===== ===== Noteworthy Windows-Specific Bugs =====
 TODO TODO
doc/release-notes-mswin/x2goclient-4.0.3.0.txt ยท Last modified: 2014/10/23 07:34 by mikedep333