Skip to content

Commit 415ebc5

Browse files
authored
Merge pull request #3129 from metalefty/v0.9-release
Release v0.9.26
2 parents 68af1ca + ba81480 commit 415ebc5

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

NEWS.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,43 @@
1+
# Release notes for xrdp v0.9.26 (2024/06/20)
2+
3+
## General announcements
4+
5+
_xrdp v0.9.x is approaching the end-of-life. It will be maintained for a while but less actively. New releases will happen only when severe security vulnerabilities or critical bugs are found._
6+
7+
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.
8+
9+
## Security fixes
10+
No new security fixes in this release.
11+
12+
## Bug fixes
13+
* Fall back to IPv4 if IPv6 capable but don't have an IPv6 address set (#2958, back-port of #2967)
14+
* Remove tcutils channel from xrdp.ini (#2958, back-port of #2970)
15+
* Remove duplicate DEBUG output (#2958, back-port of #2976)
16+
* Fix drive redirection regression caused by #2032 (#3087, back-port of #3082)
17+
* A regression bug when pasting image to LibreOffice has been fixed [Sponsored by Krämer Pferdesport GmbH & Co KG] (#3124, back-port of #3120)
18+
19+
## New features
20+
No new features in this release.
21+
22+
## Internal changes
23+
* Bump copyright year and make easier to bump (#2958, back-port of #2956)
24+
* Migrate github actions to Node 20 (#2958, back-port of #2955)
25+
* FreeBSD CI bumped to 13.3 (#3087, back-port of #3104)
26+
27+
## Known issues
28+
* On-the-fly resolution change requires the Microsoft Store version of Remote Desktop client but sometimes crashes on connect (#1869)
29+
* xrdp's login dialog is not relocated at the center of the new resolution after on-the-fly resolution change happens (#1867)
30+
31+
-----------------------
32+
133
# Release notes for xrdp v0.9.25.1 (2024/03/13)
234

335
This release fixes a bug that occurred in v0.9.25 where scrolling did not work in the Xvnc backend.
436

537
Thanks to @bsmojver reporting the issue and testing!
638

739
## General announcements
40+
841
_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._
942

1043
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.
@@ -46,6 +79,7 @@ No new security fixes in this release.
4679
* 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.
4780

4881
## General announcements
82+
4983
We have created a fund on [Open Collective](https://opencollective.com/xrdp-project). Support us if you like xrdp!
5084

5185
Direct donations to each developer via GitHub Sponsors are also welcomed.

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.25.1], [[email protected]])
4+
AC_INIT([xrdp], [0.9.26], [[email protected]])
55
AC_DEFINE([VERSION_YEAR], 2024, [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)