Skip to content

Commit

Permalink
Merge pull request #2995 from metalefty/v0.9-release
Browse files Browse the repository at this point in the history
Release v0.9.25.1
  • Loading branch information
metalefty committed Mar 13, 2024
2 parents b913f0d + 41c7993 commit d7b7a3c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions NEWS.md
@@ -1,3 +1,19 @@
# Release notes for xrdp v0.9.25.1 (2024/03/13)

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

Thanks to @bsmojver reporting the issue and testing!

## General announcements
_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._

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.

## Bug fixes
* Mouse wheel scrolling in Xvnc session no longer works in 0.9.25 (#2993 #2994)

-----------------------

# Release notes for xrdp v0.9.25 (2024/03/11)
* 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.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script

AC_PREREQ(2.65)
AC_INIT([xrdp], [0.9.25], [xrdp-devel@googlegroups.com])
AC_INIT([xrdp], [0.9.25.1], [xrdp-devel@googlegroups.com])
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.7.2 foreign])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit d7b7a3c

Please sign in to comment.