You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release notes for xrdp v0.9.18 (2022/01/10)
General announcements
Running xrdp and xrdp-sesman on separate hosts is still supported by this release, but is now deprecated. This is not secure. A future release will replace the TCP socket used between these processes with a Unix Domain Socket, and then cross-host running will not be possible.
Special thanks for @trishume for contributing code to the RFX codec
New features
Backgrounds and logos on the login screen can now be zoomed and scaled (#1962)
Some unnecessary files have been removed from the distribution (#2030)
The which command in shell scripts has been replaced with command -v (#2067)
Additional unit tests added for g_file_get_size() (#1988)
A compiler warning with -O3 on gcc 11.1 has been addressed (#2105)
An unused declaration for xrdp_wm_drdynvc_up has been removed (#2098)
The SCP V0 code has been unified, which will make it easier to update and replace (#2011)
Monitor processing unit tests for existing xrdp_sec function have been added (#1932)
The librfxcodec has been updated as part of #2087, and also to add stack frames to assemble code to assist debugging
Changes for packagers or developers
The --with-imlib2 option has been added. If xrdp is built with imlib2, the login screen supports more image formats for the background and logo, and better quality zooming and scaling (#1962)
Known issues
On-the-fly resolution change requires the Microsoft Store version of Remote Desktop client but sometimes crashes on connect (#1869)
xrdp's login dialog is not relocated at the center of the new resolution after on-the-fly resolution change happens (#1867)