From 5a0bdbd297f7bca5611f7b53c476b1f1292010af Mon Sep 17 00:00:00 2001 From: Bernhard Miklautz Date: Mon, 20 Jul 2020 14:23:01 +0200 Subject: [PATCH] new: update ChangeLog for 2.2.0 --- ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1ecea0919..1e98eabe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +# 2020-07-20 Version 2.2.0 + +Important notes: +* CVE-2020-15103 - Integer overflow due to missing input sanitation in rdpegfx channel + +Noteworty changes: +* fix: memory leak in nsc +* urbdrc + * some fixes and improvements +* build + * use cmake to detect getlogin_r + * improve asan checks/detection +* server/proxy + * new: support for heartbeats + * new: support for rail handshake ex flags + * fix: possible race condition with redirects + +Fixed issues: +* #6263 Sound & mic - filter GSM codec for microphone redirection +* #6335: windows client title length +* #6370 - "Alternate Secondary Drawing Order UNKNOWN" +* #6298 - remoteapp with dialog is disconnecting when it loses focus +* #6299 - v2.1.2: Can't connect to Windows7 + +For a complete and detailed change log since the last release run: +git log 2.1.2..2.2.0 + + # 2020-06-22 Version 2.1.2 Important notes: