summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-07-22 13:22:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-24 21:47:17 +0200
commitd714c0576cc9fa30537c390003203d79c8ab46d8 (patch)
tree7084c1cf1cd25cf592f6a1cdd29d062b3bd29727
parente0f7b22341339b77aafa9150b0d79e320e9e4180 (diff)
Add changes-5.1.1 filev5.1.1
Change-Id: I9062104d41ad4a4af352dc6366f550c09b3d8ebd Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com>
-rw-r--r--dist/changes-5.1.126
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-5.1.1 b/dist/changes-5.1.1
new file mode 100644
index 00000000..bb5e218a
--- /dev/null
+++ b/dist/changes-5.1.1
@@ -0,0 +1,26 @@
+Qt 5.1.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.1.0.
+
+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.1/
+
+The Qt version 5.1 series is binary compatible with the 5.0.x series.
+Applications compiled for 5.0 will continue to run with 5.1.
+
+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 *
+****************************************************************************
+
+ - [QTBUG-31576] Fix regression from Qt 4 for deep group properties
+ - [QTBUG-32332] Use GET method for redirect in QDeclarativeXMLHttpRequest.