summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-02-03 10:36:14 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-02-06 08:48:18 (GMT)
commita5cc370274a648395820b566f5983e44874cea5d (patch)
treeb76577d651542af462fc9e8559385941a5599ce4 /dist
parent82ae03d3e811bb0c80d5c033a07f40e4ad413387 (diff)
downloadQt-a5cc370274a648395820b566f5983e44874cea5d.zip
Qt-a5cc370274a648395820b566f5983e44874cea5d.tar.gz
Qt-a5cc370274a648395820b566f5983e44874cea5d.tar.bz2
Updated my changelog entry
Reviewed-by: trustme (cherry picked from commit a9ffa944f8599db0559e9d07509a3778f49bbc2a)
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.211
1 files changed, 8 insertions, 3 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2
index 0548e98..d768988 100644
--- a/dist/changes-4.6.2
+++ b/dist/changes-4.6.2
@@ -40,8 +40,8 @@ Optimizations
QtCore
------
- - foo
- * bar
+ - QXmlStreamWriter
+ * [QTBUG-6893] Fixed adding extra Byte Order Marks when writing to a xml file.
QtGui
-----
@@ -49,6 +49,9 @@ QtGui
- foo
* bar
+ * [QTBUG-7029] Fixed a crash when re-creating QApplication object due to a
+ dangling gesture manager pointer.
+
QtDBus
------
@@ -118,7 +121,9 @@ Qt for Linux/X11
----------------
* Fix a bug where QPixmap::serialNumber was not set on a transformed pixmap
in Qt/X11.
- -
+
+ * Fixed a crash when an input method tries to create a widget after the
+ application is destroyed.
Qt for Windows
--------------