Skip to content

Commit 3e0d98f

Browse files
authored
Merge pull request #3562 from matt335672/v0_10_4_1_release
Release V0.10.4.1
2 parents f44533c + c3cfd14 commit 3e0d98f

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

NEWS.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# Release notes for xrdp v0.10.4.1 (2025/07/07)
2+
3+
## General announcements
4+
5+
This is a bug-fix release for xrdp v0.10.4
6+
7+
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.
8+
9+
* [V0.10.3] 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:
10+
* 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.
11+
* Sessions started by the `xrdp-sesrun` command do not have a FROM address.
12+
* The use_vsock parameter in xrdp.ini is deprecated. Use 'port=vsock://' instead.
13+
14+
## Security fixes
15+
None
16+
17+
## New features
18+
None
19+
20+
## Bug fixes
21+
* A regression which prevented xorgxrdp v0.10.4 working with this release has been addressed (#3561)
22+
23+
## Internal changes
24+
None
25+
26+
## Changes for users
27+
None
28+
29+
## Changes for packagers or developers
30+
* (from v0.10.3) The `--enable-utmp` needs to be added to enable UTMP support.
31+
* (from v0.10.3) The config file subdirectory (`xrdp` part of `/etc/xrdp`) can now be configured (#3369)
32+
* (from v0.10.3) 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.
33+
34+
-----------------------
35+
136
# Release notes for xrdp v0.10.4 (2025/07/02)
237

338
## 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.4], [[email protected]])
4+
AC_INIT([xrdp], [0.10.4.1], [[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)