aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-03-25 10:38:04 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-25 11:34:58 +0100
commit4bcb0361d93e2f2264f67d4b8c6d03daeb1e80d3 (patch)
tree0d75c229a0f84cd235637164a00268404a6f3ece
parent535695f01c02ee13d499ab59c3b23354fc3da564 (diff)
Add changes-5.0.2 file
Change-Id: Ifb952f46be13cd1009a82131d1eb7c17962c7118 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
-rw-r--r--dist/changes-5.0.245
1 files changed, 45 insertions, 0 deletions
diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2
new file mode 100644
index 0000000000..d2839fb5f2
--- /dev/null
+++ b/dist/changes-5.0.2
@@ -0,0 +1,45 @@
+Qt 5.0.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.0.0 and 5.0.1.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+ http://qt-project.org/doc/qt-5.0/
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ http://bugreports.qt-project.org/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+
+****************************************************************************
+* General *
+****************************************************************************
+
+General Improvements
+--------------------
+
+ - Fix build when Qt is configured with -no-opengl.
+ - Various documentation improvements.
+
+****************************************************************************
+* Library *
+****************************************************************************
+
+ - [QTBUG-29138] Strengthen reference to var properties during construction
+ so they can be used even if GC runs while the object is being created.
+ - [QTBUG-29176] Fix crash in PathView when path is empty.
+ - [QTBUG-29560] Fix Text and TextEdit embedding images in RichText mode.
+
+****************************************************************************
+* Platform Specific Changes *
+****************************************************************************
+
+Qt for Windows
+--------------
+
+ - [QTBUG-28782] Enable sub-pixel anti-aliasing for default builds on Windows.
+