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