Skip to content

Commit bf4b032

Browse files
authored
Merge pull request #3484 from metalefty/v0.10-release
Release v0.10.3
2 parents be7ed0d + 213d998 commit bf4b032

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

NEWS.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# Release notes for xrdp v0.10.3 (2025/03/30)
2+
3+
## General announcements
4+
5+
If you like xrdp, please consider sponsoring or donating to the project. We accept financial contributions through [Open Collective](https://opencollective.com/xrdp-project), and direct donations to individual developers via GitHub Sponsors are also welcome.
6+
7+
* Experimental support for utmp/wtmp file is provided in this release. If you use this, be aware that these files are only updated when an xrdp session is created or destroyed. Disconnections and reconnections to the same session are not tracked. In particular:-
8+
* the FROM address for a client (as shown by the `w` command) reflects the IP address of the client at the time of creation, and not the address of the currently connected client.
9+
* Sessions started by the `xrdp-sesrun` command do not have a FROM address.
10+
11+
## Security fixes
12+
None
13+
14+
## New features
15+
* The number of threads assigned to the x264 encoder can now be configured (#3366 #3367)
16+
* The colon in a share name passed from the client can be replaced with another character (#3389)
17+
* Experimental support for utmp/wtmp is backported from devel. Thanks to @mlewissmith for this contribution.
18+
* Add Hungarian keyboard (#3424 #3430)
19+
* Improved keyboard fallback logic for xorgxrdp results in better support for some keyboard variants (e.g. Brazil ABNT2) #3478
20+
* A new session type (Xvnc over Unix Domain Socket) has been added. Although intended primarily for Enterprise FIPS installations which use the Xvnc backend, this can be used with TigerVNC on any platform to improve security (#3453)
21+
22+
## Bug fixes
23+
* Fix potential memory leaks (#3380 #3388)
24+
* Documentation fixes (#3403)
25+
* Various Coverity warnings have been addressed (#3411 #3423)
26+
* xrdp now copes with a mis-installed openh264 encoder (#3405 #3432)
27+
* Bug #2518 which affects FIPS-compliant Enterprise installations can be addressed by using the new 'Xvnc over UDS' session type (#3453)
28+
* FreeBSD: xrdp now avoids creating sessions with the same display number as forwarded X session over ssh (#3381 #3456)
29+
30+
31+
## Internal changes
32+
* FreeBSD CI bumped to 14.2 (#3427)
33+
34+
## Changes for users
35+
None
36+
37+
## Changes for packagers or developers
38+
* The config file subdirectory (`xrdp` part of `/etc/xrdp`) can now be configured (#3369)
39+
* Packagers using TigerVNC to provide the Xvnc backend may wish to configure the 'Xvnc over UDS' session type as a default by using a `code=1` line in xrdp.ini. Instructions are provided in the released xrdp.ini file.
40+
41+
-----------------------
42+
143
# Release notes for xrdp v0.10.2 (2024/12/24)
244

345
## General announcements

configure.ac

Lines changed: 1 addition & 1 deletion
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.69])
4-
AC_INIT([xrdp], [0.10.2], [[email protected]])
4+
AC_INIT([xrdp], [0.10.3], [[email protected]])
55
AC_DEFINE([VERSION_YEAR], 2025, [Copyright year])
66
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
77
AM_INIT_AUTOMAKE([1.7.2 foreign])

0 commit comments

Comments
 (0)