summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2016-05-12 15:21:13 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-24 04:32:21 +0000
commitfcc9c0206433c5c940a0872447899743d1a9996a (patch)
treea4c21aaff5555dbf0ad742c0a299def558ef2bf7
parent31d3d8d65ddecb1b9b96dc034fd858fdb80e498d (diff)
downloadqtquickcontrols-5.6.1.tar.gz
Add changelog for 5.6.1v5.6.1-1v5.6.15.6.1
Change-Id: I45816d2984bc91d2eb72d8d1c7506f9012486976 Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com> Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
-rw-r--r--dist/changes-5.6.130
1 files changed, 30 insertions, 0 deletions
diff --git a/dist/changes-5.6.1 b/dist/changes-5.6.1
new file mode 100644
index 00000000..44a12bd2
--- /dev/null
+++ b/dist/changes-5.6.1
@@ -0,0 +1,30 @@
+Qt 5.6.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.6.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+ https://doc.qt.io/qt-5/
+
+The Qt version 5.6 series is binary compatible with the 5.5.x series.
+Applications compiled for 5.5 will continue to run with 5.6.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+ https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Dialogs *
+****************************************************************************
+
+ - [QTBUG-49058] Proper resize and default size for content.
+
+****************************************************************************
+* Controls *
+****************************************************************************
+
+ - Fixed a memory leak in QStyleOption.