From 316ca3f4e08e08dbabc8a2e3953e3b2393456880 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Wed, 2 Aug 2023 10:34:58 +0200 Subject: [PATCH] changelog for 3.0.0-beta2 --- ChangeLog | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 612c27896..566b8cdde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,27 @@ Noteworthy changes: For a complete and detailed change log since the last release run: -git log 3.x.y..3.0.0-beta1 +git log 3.x.y..3.0.0-beta2 +# 2023-08-03 Version 3.0.0-beta2 + +Noteworthy changes: +* Update CMake defaults, now all features are enabled by default with a platform + independent option if multiple are available. +* SDL client: (basic) multimonitor support +* SDL client: fix dialog cleanup order (crash fix) +* clipboard: fix FUSE shutdown crash +* fixed drive redirection: FindNextFile did miss some files/directories +* improved AAD support: honor rdp file options +* improved (gateway) http failure logging +* improved shadow server error handling +* improved CMake configuration (using find_dependency) +* updated timezone definitions +* mbedTLS build fixed +* improved MINGW build support + +For a complete and detailed change log since the last release run: +git log 3.0.0-beta2..3.0.0-beta1 # 2023-07-21 Version 3.0.0-beta1