diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-02-03 10:36:14 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-02-03 10:36:14 (GMT) |
commit | a9ffa944f8599db0559e9d07509a3778f49bbc2a (patch) | |
tree | 02327aebe3e89f58837e463e80f109f627750d02 /dist | |
parent | 4f97685cef49fea0ea0614b6972241c497b4b1a2 (diff) | |
download | Qt-a9ffa944f8599db0559e9d07509a3778f49bbc2a.zip Qt-a9ffa944f8599db0559e9d07509a3778f49bbc2a.tar.gz Qt-a9ffa944f8599db0559e9d07509a3778f49bbc2a.tar.bz2 |
Updated my changelog entry
Reviewed-by: trustme
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.2 | 11 |
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 -------------- |