summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.02
-rw-r--r--dist/changes-5.1.08
2 files changed, 9 insertions, 1 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 6d58c21133..85c41c7f55 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -945,7 +945,7 @@ Qt for Windows CE
* QMAKE_SUBSTITUTES can now copy files verbatim.
* MSVC desktop builds now use -Zc:wchar_t.
* The following variables were added: QMAKESPEC, _QMAKE_CONF_ & _QMAKE_SUPER_CACHE_.
- * QDBUSXML2CPP_{INTERFACES,ADAPTORS}_{HEADER,SOURCE}_FLAGS are now understood,
+ * QDBUSXML2CPP_{INTERFACE,ADAPTOR}_{HEADER,SOURCE}_FLAGS are now understood,
and DBUS_{INTERFACES,ADAPTORS} support file groups with individual flags now.
* QT_PRIVATE and PKGCONFIG_PRIVATE (analogous to LIBS_PRIVATE resp. PKGCONFIG) are now understood.
* INSTALLS entries now support copying with subdirectory (e.g., entry.base = $$dirname(PWD)).
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index d89914ce1a..cb96c2debe 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -41,6 +41,14 @@ Third party components
* [QTBUG-8836] QAbstractItemView now allows manual deselect in
SingleSelection mode (with control modifier)
+- QtCore
+
+ * The serialization behavior for QDateTime has reverted to pre-Qt 5,
+ due to the issue mentioned in section 4 here:
+ http://lists.qt-project.org/pipermail/development/2013-March/010559.html
+
+ This means that the QDataStream version will be 14 with Qt 5.1.
+
****************************************************************************
* Library *
****************************************************************************