summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.1.1
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-08-05 10:34:15 +0200
committerSergio Ahumada <sergio.ahumada@digia.com>2013-08-05 10:34:15 +0200
commitb365ffa8a9bd7273f9f826087df57e32138b88f5 (patch)
tree0bd09d25ed23c2baaa4decba4fda39f6eef2761a /dist/changes-5.1.1
parente3b5fcca3826d917076c2d4ab349598dd5799048 (diff)
parentf9df0b99470f905289126f253ede978b611d6333 (diff)
Merge branch 'stable' into dev
Conflicts: .qmake.conf Change-Id: Ic423a5bbe47dfa2b5d432e1af1032067d68b22e6
Diffstat (limited to 'dist/changes-5.1.1')
-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.