Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2018-02-13 10:37:22 +0300
committerKoichiro IWAO <meta@vmeta.jp>2018-03-26 05:11:51 +0300
commit5f4130805f2ca8174f72e74eb17f44b9aae1ca50 (patch)
treead408c76d75022b1aec109758310973986df8793 /NEWS.md
parenta63c4117721cbee28fd179c306092b042ec96333 (diff)
Update NEWS for v0.9.6
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 898f4ba2..167d8477 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,40 @@
+# Release notes for xrdp v0.9.6 (2018/03/26)
+
+## Compatibility notice
+Exclamation mark (`!`) has been removed from comment out symbol of config files.
+Use number sign (`#`) or semicolon (`;`) instead. As a result of this change, now
+you can use exclamation mark as config value such as in `tls_ciphers`.
+
+```
+tls_ciphers=HIGH:!aNULL:!eNULL:!EXPORT:!RC4
+```
+
+See also: #1033
+
+## macOS supports
+Please note that xrdp still doesn't support macOS officially so far.
+However, a volunteer is working on macOS compatibility.
+
+* Generate dylibs for macOS #1015
+* Add PAM support for macOS #1021
+
+## Bug fixes
+* Make listen check before daemon fork #988
+* Fix xrdp sometimes become zombie processes #1000
+* Include hostname in sesman password file name #1006 #1007 #1076
+* Fix default startwm.sh to use bash explicitly #1009 #1049
+* Fix the issue FreeBSD doesn't acknowledge terminated sessions #1016 #1030
+
+## Other changes
+* Add Swiss French keyboard #1053
+* Improve perfect forward secrecy, explicitly enable ECDHE/DHE #1024 #1052 #1063
+* Lots of leak fixes, cleanups and refactoring
+
+## Known issues
+* Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965
+
+-----------------------
+
# Release notes for xrdp v0.9.5 (2017/12/27)
## Security fixes