From 860d01cf16fb28fd1d86e69fd4225965df91ac0c Mon Sep 17 00:00:00 2001
From: Koichiro IWAO
Date: Wed, 20 Jun 2018 13:43:52 +0900
Subject: [PATCH 1/3] Update NEWS for v0.9.7
---
NEWS.md | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/NEWS.md b/NEWS.md
index 167d8477..84adc534 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,32 @@
+# Release notes for xrdp v0.9.7 (2018/06/xx)
+
+## Deprecation notice
+x11rdp has been removed from xrdp reposiory and stored in the separate repository.
+Checkout [x11rdp repository](https://github.com/neutrionlabs/x11rdp) if you still need x11rdp.
+In most cases, [xorgxrdp](https://github.com/neutrinolabs/xorgxrdp) can replace x11rdp.
+
+## Bug fixes
+* Fix endianness detection on ppc64el #1082
+* Fix a bug xrdp file copy slow #1112 #1132
+* Copy the PAM session environment for the reconnect script #1120
+* Accept fullpath for DefaultWindowManager, ReconnectScript #1147
+
+## Other changes
+* Add PAM support for Arch Linux #1078
+* Show OpenSSL version to '--version' CLI option #1096
+* Separate x11rdp from xrdp repository #1104
+* Support sesrun start xorgxrdp sessions #1108
+* Show configure summary when configure is done #1126 #1134 #1137
+* Less spit on the console when sesman starts #1142
+* Fix memory leaks #1146
+* Separate rc script for FreeBSD into xrdp and xrdp-sesman #1153
+* Improve documents and helps
+
+## Known issues
+* Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965
+
+-----------------------
+
# Release notes for xrdp v0.9.6 (2018/03/26)
## Compatibility notice
From 2d3170c00770a43dc020943d972711b3e63babaa Mon Sep 17 00:00:00 2001
From: Koichiro IWAO
Date: Wed, 20 Jun 2018 13:53:34 +0900
Subject: [PATCH 2/3] Bump version to v0.9.7
---
README.md | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 2acf98dd..382d40a4 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.6
+*Current Version:* 0.9.7
# xrdp - an open source RDP server
diff --git a/configure.ac b/configure.ac
index 693b31af..fdac5e00 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.6], [xrdp-devel@googlegroups.com])
+AC_INIT([xrdp], [0.9.7], [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 52fd17af0fe5633b7a87835a6bc63fe8b59222e2 Mon Sep 17 00:00:00 2001
From: Koichiro IWAO
Date: Fri, 29 Jun 2018 00:37:06 +0900
Subject: [PATCH 3/3] Update v0.9.7 release date
---
NEWS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS.md b/NEWS.md
index 84adc534..af16d6d9 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# Release notes for xrdp v0.9.7 (2018/06/xx)
+# Release notes for xrdp v0.9.7 (2018/06/29)
## Deprecation notice
x11rdp has been removed from xrdp reposiory and stored in the separate repository.