From 3cca511163658469fdc8b0c270963e66d46b5832 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Mon, 8 Jul 2024 09:36:05 +0200 Subject: [PATCH] [changelog] --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 95d3805b1..d3a45a382 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +# 2024-07-08 Version 3.6.3 + +Bugfix release for 3.6.2 issues reported + +Noteworthy changes: +* fix a graphics regression (#10352) +* workaround for a protocol bug of older FreeRDP based servers (#10358) +* fix possible NULL dereference in command line parser (#10348) +* fix intrinsics detection (#10346, #10350) + +For a complete and detailed change log since the last release run: +git log 3.6.3...3.6.2 + + # 2024-07-04 Version 3.6.2 Bugfix release for 3.6.1 issues detected during release tests