Skip to content

Commit c2d3cba

Browse files
authored
Merge pull request #400 from metalefty/v0.10-release
Release v0.10.5
2 parents d58c712 + 3d82003 commit c2d3cba

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

NEWS.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# Release notes for xorgxrdp v0.10.5 (2026/01/28)
2+
3+
## General announcements
4+
5+
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.
6+
7+
## Security fixes
8+
None
9+
10+
## New features
11+
None
12+
13+
## Bug fixes
14+
- Fix bug in Chrome pointer detection (#394 #396)
15+
16+
## Internal changes
17+
- CI: Update FreeBSD xrdp dependency (#398)
18+
19+
## Known issues
20+
None
21+
22+
## Changes for packagers or developers
23+
24+
- This version is intended to be used together with xrdp v0.10.5 or later. Please build against xrdp v0.10.5 and provide both xrdp v0.10.5 and xorgxrdp v0.10.5 at the same time.
25+
26+
-----------------------
27+
128
# Release notes for xorgxrdp v0.10.4 (2025/03/30)
229

330
## 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.4], [xrdp-devel@googlegroups.com])
5+
AC_INIT([xorgxrdp], [0.10.5], [xrdp-devel@googlegroups.com])
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)

scripts/update_news.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
22

3-
curl https://raw.githubusercontent.com/wiki/neutrinolabs/xorgxrdp/NEWS-v0.10.md > $(git rev-parse --show-toplevel)/NEWS.md
3+
curl -s -H 'Cache-Control: no-cache' \
4+
https://raw.githubusercontent.com/wiki/neutrinolabs/xorgxrdp/NEWS-v0.10.md > $(git rev-parse --show-toplevel)/NEWS.md

0 commit comments

Comments
 (0)