From 47fba7b3a58f3fad1c6aeaf4f11aecbf26271268 Mon Sep 17 00:00:00 2001 From: cedrozor Date: Fri, 8 Nov 2019 15:07:15 +0100 Subject: [PATCH] fixed invalid mouse cursor update under certain circumstances (thanks joburg) fixed potential delayed wfreerdp exit in case of session disconnect --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index afb1a52..438493b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -2019-11-06 Version 2.7.0 (stable) +2019-11-08 Version 2.7.0 (stable) * HOTFIX * fixed a critical issue with FreeRDP (exit code 131085) when using an RD license server configured in "per device" mode, past the 120 days of the RDS grace period updated readme and documentation about the RDS role the browser "heartbeat" (used to detect if the browser window/tab was closed) is now on a different timer than the periodical fullscreen update (config.js; default 10 secs) @@ -21,6 +21,8 @@ scripts and styles now have computed hashes to prevent browser caching (in case content is changed); they could also be minified, as needed (see comments in BundleConfig.cs) re-enabled multiple connections/tabs (web.config, read comments about security) the address of the connected server is now displayed into the window/tab title (thanks Zak) + fixed invalid mouse cursor update under certain circumstances (thanks joburg) + fixed potential delayed wfreerdp exit in case of session disconnect 2019-09-02 Version 2.6.0 (stable) resynced FreeRDP (2.0.0-dev5)