From 1f2427642d2aa2e11318f7e5f968fb563f40d24b Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 25 Jan 2013 14:59:53 -0800 Subject: Add a changelog for the BC break Change-Id: I768fcbbc871207e99466a2e1a9c7a67d98a2c897 Reviewed-by: Lars Knoll --- dist/changes-5.0.1 | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/dist/changes-5.0.1 b/dist/changes-5.0.1 index ee63857b0..84935ada5 100644 --- a/dist/changes-5.0.1 +++ b/dist/changes-5.0.1 @@ -1,5 +1,11 @@ Qt 5.0.1 is a bug-fix release. It maintains both forward and backward -compatibility (source and binary) with Qt 5.0.0. +source compatibility with Qt 5.0.0. + +However, to fix a bug we detected after the 5.0 release, this release +has a limited binary compatibility break. We therefore recommend all +users to recompile their applications that provided QtMultimedia +plugins or dealt with them directly. This is an exceptional case: +compatibility will be kept for further releases. For more details, refer to the online documentation included in this distribution. The documentation is also available online: @@ -22,8 +28,15 @@ information about a particular change. General Improvements -------------------- -Documentation: Various documentation fixes such as spelling and snippet -corrections. + * Documentation: Various documentation fixes such as spelling and + snippet corrections. + + * Fixed an issue that could cause memory leak when certain objects + were destroyed. The fix for this issue required a binary + compatibility break in two classes: QAudioSystemFactoryInterface + and QMediaServiceProviderFactoryInterface. Those two classes are + used only in QtMultimedia plugins and code directly dealing with + them and recompilation is only strictly necessary for them. Third party components ---------------------- -- cgit v1.2.3