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:
authormetalefty <meta@vmeta.jp>2022-09-15 08:39:07 +0300
committerGitHub <noreply@github.com>2022-09-15 08:39:07 +0300
commite101d6baf618dd827bd6e2837eed887ddbecdc53 (patch)
tree44aae4f53942fff489b3db67f2767b2b85b34729
parent4770a7c923033f799cf51cf86344525fc7d4dda4 (diff)
parent75fab21415ab72371d5e72ea57a27a5b95a7c668 (diff)
Merge pull request #2367 from metalefty/v0.9-releasev0.9.20
Bump version to v0.9.20
-rw-r--r--NEWS.md31
-rw-r--r--configure.ac2
2 files changed, 32 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index cc483986..cb875334 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,34 @@
+# Release notes for xrdp v0.9.20 (2022/09/15)
+
+## General announcements
+* Running xrdp and xrdp-sesman on separate hosts is still supported by this release, but is now deprecated. This is not secure. A future v1.0 release will replace the TCP socket used between these processes with a Unix Domain Socket, and then cross-host running will not be possible.
+
+## New features
+* Mitigation for too fast vertical scroll has been implemented. This is actually not a new feature of xrdp so see also [xorgxrdp v0.9.19 release note](https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.9.19).
+
+## Bug fixes
+* Windows RDS compatibility has been improved, so some old clients (e.g. Wyse Sx0) can now be used again with xrdp in non-TLS mode (#2273)
+* Update xrdpapi simple example to work with new logging (#2276)
+* sesman: fix spacing in log (#2282)
+* Fix MSTSC crashes when resolution is changed by maximizing on a different monitor (#2292 #1928)
+* Mark count with unused attribute (#2353)
+* Simple maintenance improvements (#2354)
+
+## Internal changes
+* FreeBSD version for CI bumped to 12-3 (#2226)
+* cppcheck version used for CI bumped to 2.9 (#2351)
+
+## Changes for packagers or developers
+
+Nothing this time.
+
+## Known issues
+
+* On-the-fly resolution change requires the Microsoft Store version of Remote Desktop client but sometimes crashes on connect (#1869)
+* xrdp's login dialog is not relocated at the center of the new resolution after on-the-fly resolution change happens (#1867)
+
+-----------------------
+
# Release notes for xrdp v0.9.19 (2022/03/17)
## General announcements
diff --git a/configure.ac b/configure.ac
index 015f81a8..572c70a0 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.19], [xrdp-devel@googlegroups.com])
+AC_INIT([xrdp], [0.9.20], [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])