From 7b7d2288f164dc2701ed0b17923183276b19b855 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Tue, 25 Sep 2018 13:49:50 +0900 Subject: [PATCH 1/3] Update NEWS for v0.9.8 --- NEWS.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/NEWS.md b/NEWS.md index af16d6d9..5809efc4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,30 @@ +# Release notes for xrdp v0.9.8 (2018/XX/XX) + +## Deprecation notice +We removed TLSv1 and TLSv1.1 from the default config. The current default is TLSv1.2 +and TLSv1.3. Users can whenever re-enable these early TLS versions by editing xrdp. +To use TLSv1.3, OpenSSL or LibreSSL must support TLSv1.3. You can know the OpenSSL +or LibreSSL version by `xrdp --version` command that compiled with xrdp. + +## Other topics + +Pulseaudio modules has been removed from xrdp source tree since it is actually +independent and not part of xrdp. The repository has been moved to: +https://github.com/neutrinolabs/pulseaudio-module-xrdp + +If you want to use audio redirection, make sure install the module separately. + +## New features +* Add TLSv1.3 support #1193 + +## Bug fixes +* Ensure unmount redirected drive on fatal X error #1140 + +## Other changes +* Show more helpful message if xrdp-dis failed #1206 +* Pass pulse socket name via environment variable #1198 +* Fix xrdp's log path in man page #1168 + # Release notes for xrdp v0.9.7 (2018/06/29) ## Deprecation notice From 7672014d4eaf101ca8bc1f3c233b6918379265d0 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Tue, 25 Sep 2018 13:49:55 +0900 Subject: [PATCH 2/3] Bump version to v0.9.8 --- README.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 382d40a4..3f1d4a9b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/neutrinolabs/xrdp) ![Apache-License](https://img.shields.io/badge/License-Apache%202.0-blue.svg) -*Current Version:* 0.9.7 +*Current Version:* 0.9.8 # xrdp - an open source RDP server diff --git a/configure.ac b/configure.ac index fdac5e00..3aa14db6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script AC_PREREQ(2.65) -AC_INIT([xrdp], [0.9.7], [xrdp-devel@googlegroups.com]) +AC_INIT([xrdp], [0.9.8], [xrdp-devel@googlegroups.com]) AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in) AM_INIT_AUTOMAKE([1.7.2 foreign]) AC_CONFIG_MACRO_DIR([m4]) From 6bbb2b2e2df12fcbb75892aac3e377e3374d1261 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Tue, 25 Sep 2018 14:32:27 +0900 Subject: [PATCH 3/3] Update release date --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5809efc4..e496291f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Release notes for xrdp v0.9.8 (2018/XX/XX) +# Release notes for xrdp v0.9.8 (2018/09/25) ## Deprecation notice We removed TLSv1 and TLSv1.1 from the default config. The current default is TLSv1.2