Skip to content

Commit

Permalink
fixed invalid mouse cursor update under certain circumstances (thanks…
Browse files Browse the repository at this point in the history
… joburg)

fixed potential delayed wfreerdp exit in case of session disconnect
  • Loading branch information
cedrozor committed Nov 8, 2019
1 parent 5fcf751 commit 47fba7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 47fba7b

Please sign in to comment.