From e7b03037be4291d605b519d2ab6dff336abb1f64 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Wed, 22 Jan 2020 17:01:02 +0800 Subject: [PATCH] notes for 4.0.5 --- RELEASE-NOTES.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 427a43ec..301a2fb2 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,28 @@ # Release Notes +## Version 4.0.5 + +The MiniGUI development team announces the availability of MiniGUI 4.0.5. +We strongly recommend that you use this version for any new MiniGUI +apps, especially if the new features of MiniGUI 4.0 are must for your +new apps. + +Please report any bugs and incompatibilities in + + + +### What's new in this version + +In this version, we mainly fixed some bugs found. + +* BUGFIXING: + - Always initialize BITMAP fields with explicit assignments. + This bug makes the cursor messy. + - Fix some conditional compilation of mg-tests. +* ENHANCEMENTS: + - The server of MiniGUI-Processes now can delete global System V IPC + objects left by a previous failed run. + ## Version 4.0.4 The MiniGUI development team announces the availability of MiniGUI 4.0.4.