summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.2.0
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-11-25 11:47:39 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-26 08:24:37 +0100
commitc9857bdeef05fe48ac4491ff49cd391662e2bbea (patch)
treefda32a7111c7c1e783db6ef1b252daa8441809d3 /dist/changes-5.2.0
parentf805020410c8ccb0cd223988565bcabde1c5806b (diff)
Update ChangeLog for 5.2.0 [QtDBus]
Change-Id: I8b58ea636eac2be4da967c18057c38990bc9178f Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'dist/changes-5.2.0')
-rw-r--r--dist/changes-5.2.010
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 934782bd61..9eea4dc2b4 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -250,6 +250,16 @@ QtCore
* [QTBUG-33981] Fixed a bug that would cause QPolygonF to be saved or
loaded incorrectly in QDataStream.
+QtDBus
+------
+
+ - Improved error handling so as to give more feedback to the developer when
+ certain marshalling or demarshalling actions fail.
+ - [QTBUG-27809] Fixed some race conditions related to delivering method
+ reply deliveries.
+ - Fixed a bug that made non-slot invokables not get listed in the
+ auto-generated introspections.
+
QtDeclarative
-------------