diff options
author | speidy <speidy@gmail.com> | 2017-03-30 08:55:39 +0300 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2017-03-30 08:55:39 +0300 |
commit | 5bae117fec9cd21dd09a4911adc172b9d613c0e0 (patch) | |
tree | dd10ef7c3aabc3fcdb7233e2c73486a1eeb0a099 /NEWS.md | |
parent | 148afd11700aedcd23cee8a6dc2196f94a8fc7b6 (diff) | |
download | xrdp-proprietary-5bae117fec9cd21dd09a4911adc172b9d613c0e0.tar.gz xrdp-proprietary-5bae117fec9cd21dd09a4911adc172b9d613c0e0.zip |
update NEWS file for v0.9.2 release
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +# Release notes for xrdp v0.9.2 (2017/03/30) +## New features + * RemoteFX codec support is now enabled by default. + * Bitmap updates support is now enabled by default. + * TLS ciphers suites and version is now logged. + * Connected computer name is now logged. + * Switched to Xorg (xorgxrdp) as the default backend now. + * Miscellaneous RemoteFX codec mode improvements. + * Socket directory is configurable at the compile time. + +## Bugfixes + * Parallels client for MacOS / iOS can now connect (audio redirection must be disabled on client or xrdp server though). + * MS RDP client for iOS can now connect using TLS security layer. + * MS RDP client for Android can now connect to xrdp. + * Large resolutions (4K) can be used with RemoteFX graphics. + * Multiple RemoteApps can be opened throguh NeutrinoRDP proxy. + * tls_ciphers in xrdp.ini is not limited to 63 chars anymore, it's variable-length. + * Fixed an issue where tls_ciphers were ignored and rdp security layer could be used instead. + * Kill disconnected sessions feature is working with Xorg (xorgxrdp) backend. + * Miscellaneous code cleanup and memory issues fixes. + +----------------------- + # Release notes for xrdp v0.9.1 (2016/12/21) ## New features * New xorgxrdp backend using existing Xorg with additional modules |