Skip to content

Commit

Permalink
Merge pull request #2892 from metalefty/v0.9-release
Browse files Browse the repository at this point in the history
Release v0.9.24
  • Loading branch information
metalefty authored Dec 30, 2023
2 parents e775881 + 0f6b6e5 commit 85c863d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# Release notes for xrdp v0.9.24 (2023/12/30)
* 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.

## General announcements
We have created a fund on [Open Collective](https://opencollective.com/xrdp-project). Support us if you like xrdp!

Direct donations to each developer via GitHub Sponsors are also welcomed.

## Security fixes
No new security fixes in this release.

## Bug fixes
* Checking group membership should now work better on systems using directory services (#2806 #2817)
* Pasting more than 32K characters of text to the clipboard now succeeds (#1839 #2824)
* An incompatibility with FreeRDP 2.11.2 in the drive redirector has been fixed (#2834 #2839)

## New features
* Side buttons on some mice are now supported by NeutrinoRDP (#2860). Thanks to new contributor @naruhito for this patch.

## Internal changes
* cppcheck version used for CI bumped to 2.13.0 (#2830/#2887). Note that this greatly increases cppcheck scan times.

## 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.23.1 (2023/09/27)

This is a security fix release for CVE-2023-42822. This update is recommended for all xrdp users.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script

AC_PREREQ(2.65)
AC_INIT([xrdp], [0.9.23.1], [xrdp-devel@googlegroups.com])
AC_INIT([xrdp], [0.9.24], [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])
Expand Down

0 comments on commit 85c863d

Please sign in to comment.