Skip to content

Commit 2b1f913

Browse files
authored
Merge pull request #381 from metalefty/v0.10-release
Release v0.10.4
2 parents 2b697a5 + 1f3d33b commit 2b1f913

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

NEWS.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Release notes for xorgxrdp v0.10.4 (2025/03/30)
2+
3+
## General announcements
4+
5+
[Power Up Privacy](https://powerupprivacy.com/) and [Cybertrust Japan](https://www.cybertrust.co.jp/english/) sponsored H.264 encoding. We greatly appreciate the sponsorship.
6+
7+
Please consider sponsoring or making a donation to the project if you like xrdp. We accept financial contributions via [Open Collective](https://opencollective.com/xrdp-project). Direct donations to each developer via GitHub Sponsors are also welcomed.
8+
9+
## Security fixes
10+
None
11+
12+
## New features
13+
None
14+
15+
## Bug fixes
16+
None
17+
18+
## Internal changes
19+
* The dixGetDisplayName() function is used to access the display name where available (#367)
20+
* FreeBSD CI testing is now performed (#379)
21+
* autoconf version is changed from 2.65 to 2.69 (#378)
22+
23+
## Known issues
24+
None
25+
26+
## Changes for packagers or developers
27+
28+
- This version is intended to be used together with xrdp v0.10.3 or later. Please build against xrdp v0.10.3 and provide both xrdp v0.10.3 and xorgxrdp v0.10.4 at the same time.
29+
30+
-----------------------
31+
132
# Release notes for xorgxrdp v0.10.3 (2024/12/15)
233

334
## General announcements

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AC_PREREQ(2.69)
44
# package version must be x.y.z
5-
AC_INIT([xorgxrdp], [0.10.3], [[email protected]])
5+
AC_INIT([xorgxrdp], [0.10.4], [[email protected]])
66
package_version_major=$(echo ${PACKAGE_VERSION}|cut -d. -f1)
77
package_version_minor=$(echo ${PACKAGE_VERSION}|cut -d. -f2)
88
package_version_patchlevel=$(echo ${PACKAGE_VERSION}|cut -d. -f3)

0 commit comments

Comments
 (0)