Skip to content

Commit 18cb6ef

Browse files
authored
Merge pull request #2988 from metalefty/v0.9-release
Release v0.9.25
2 parents a56f088 + a74747f commit 18cb6ef

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

NEWS.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# Release notes for xrdp v0.9.25 (2024/03/11)
2+
* 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.
3+
4+
## General announcements
5+
6+
_This is the last v0.9.x version which is released regularly. v0.9.x will be maintained for a while but less actively. New releases will happen only when severe security vulnerabilities or critical bugs are found._
7+
8+
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.
9+
10+
## Security fixes
11+
No new security fixes in this release.
12+
13+
## Bug fixes
14+
* Backport touchpad inertial scrolling (#2364 #2424 #2948).
15+
16+
## New features
17+
* If the client announces support for the Image RemoteFX codec it is logged (back-port of #2946)
18+
19+
## Internal changes
20+
* FreeBSD CI version bumped to 13.2 from 12.4 (#2897)
21+
* Some test timeouts have been increased for slow CI machines (#2903)
22+
23+
## Known issues
24+
* On-the-fly resolution change requires the Microsoft Store version of Remote Desktop client but sometimes crashes on connect (#1869)
25+
* xrdp's login dialog is not relocated at the center of the new resolution after on-the-fly resolution change happens (#1867)
26+
27+
-----------------------
28+
129
# Release notes for xrdp v0.9.24 (2023/12/30)
230
* 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.
331

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Process this file with autoconf to produce a configure script
22

33
AC_PREREQ(2.65)
4-
AC_INIT([xrdp], [0.9.24], [[email protected]])
4+
AC_INIT([xrdp], [0.9.25], [[email protected]])
55
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
66
AM_INIT_AUTOMAKE([1.7.2 foreign])
77
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)