From 7642ead8ce97b2794e85d66bbe2ff6543099100a Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Sun, 28 Mar 2021 21:16:56 +0800 Subject: [PATCH] release notes for 5.0.6 --- RELEASE-NOTES.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d31fd12e..e6c4f4a5 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,7 @@ # Release Notes +- [Version 5.0.6](#version-505) + + [What's new in version 5.0.6](#whats-new-in-version-505) - [Version 5.0.5](#version-505) + [What's new in version 5.0.5](#whats-new-in-version-505) - [Version 5.0.4](#version-504) @@ -18,6 +20,31 @@ + [Changes leading to incompatibility](#changes-leading-to-incompatibility) + [Deprecated APIs](#deprecated-apis) +## Version 5.0.6 + +The MiniGUI development team announces the availability of MiniGUI 5.0.6, +which is the bug fixing release of MiniGUI 5.0.x. + +### What's new in version 5.0.6 + +In this version, we fixed some bugs and made some minor enhancements: + +* BUGFIXING: + - Fix bugs of switching layers under MiniGUI-Processes. + - Fix bugs of `FBCon` and `PC_XVFB` engines: the dirty rectangles are + not set empty after calling `SyncUpdate`. + - Fix memory leaks when using block heap. + - Fix a bug in ServerGetWinZNodeRegion. +* ENHANCEMENTS: + - Enhance fallback compositor to support animation when switching layers. + - Tune implementation of Tooltip window. +* OPTIMIZATIONS: + - Optimize the management of BLOCKHEAP. + - Optimize the `__mg_lookfor_unused_slot`. + +Note that the binary backward-compatibility was broken, two operations added to +`CompositorOps`. You should rebuild all MiniGUI applications. + ## Version 5.0.5 The MiniGUI development team announces the availability of MiniGUI 5.0.5,