diff options
| author | Idan Freiberg <speidy@gmail.com> | 2016-12-22 09:56:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-22 09:56:09 +0200 |
| commit | 12311457cc107801fbd430c842eb033b82d7befb (patch) | |
| tree | f83264875c175f5ab3b8fc408e57429d0400e134 | |
| parent | 5c2a84da606504d00cd383c5ccba0bdd28fb04d5 (diff) | |
| parent | a68b0181227919bb655578d408a7da84c24f6310 (diff) | |
| download | xrdp-proprietary-12311457cc107801fbd430c842eb033b82d7befb.tar.gz xrdp-proprietary-12311457cc107801fbd430c842eb033b82d7befb.zip | |
Merge pull request #571 from speidy/NEWS
Add NEWS.md
| -rw-r--r-- | Makefile.am | 1 | ||||
| -rw-r--r-- | NEWS.md | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a6ddaf1f..9fbb9503 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --without-systemdsystemunitdir EXTRA_DIST = \ COPYING \ + NEWS.md \ astyle_config.as \ bootstrap \ coding_style.md \ diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 00000000..f98e76cb --- /dev/null +++ b/NEWS.md @@ -0,0 +1,25 @@ +# Release notes for xrdp v0.9.1 (2016/12/21) +## New features + * New xorgxrdp backend using existing Xorg with additional modules + * Improvements to X11rdp backend + * Support for IPv6 (disabled by default) + * Initial support for RemoteFX Codec (disabled by default) + * Support for TLS security layer (preferred over RDP layer if supported by the client) + * Support for disabling deprecated SSLv3 protocol and for selecting custom cipher suites in xrdp.ini + * Support for bidirectional fastpath (enabled in both directions by default) + * Support clients that don't support drawing orders, such as MS RDP client for Android, ChromeRDP (disabled by default) + * More configurable login screen + * Support for new virtual channels: + * rdpdr: device redirection + * rdpsnd: audio output + * cliprdr: clipboard + * xrdpvr: xrdp video redirection channel (can be used along with NeutrinoRDP client) + * Support for disabling virtual channels globally or by session type + * Allow to specify the path for backends (Xorg, X11rdp, Xvnc) + * Added files for systemd support + * Multi-monitor support + * xrdp-chansrv stroes logs in `${XDG_DATA_HOME}/xrdp` now + +## Security fixes + * User's password could be recovered from the Xvnc password file + * X11 authentication was not used |
