diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-06-04 12:30:20 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-06-04 12:30:20 (GMT) |
commit | 5ad68ce1cb5e80fa14e549f087e957030ef4baf0 (patch) | |
tree | 672fa613ed292947833aa79d6bf1999e01052fd0 /dist | |
parent | c4773c1b2372ac9119244c5af6d0f0dae3e8f685 (diff) | |
download | Qt-5ad68ce1cb5e80fa14e549f087e957030ef4baf0.zip Qt-5ad68ce1cb5e80fa14e549f087e957030ef4baf0.tar.gz Qt-5ad68ce1cb5e80fa14e549f087e957030ef4baf0.tar.bz2 |
Add my changelog for 4.5.2
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.5.2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2 index a54d8ba..4246a6b 100644 --- a/dist/changes-4.5.2 +++ b/dist/changes-4.5.2 @@ -46,6 +46,10 @@ Third party components Plugins (r41346, r43550, r43915, r43917, r43923) Clipboard (r41360) +- QtDBus + * [236955] Fixed an issue that would cause QtDBus to crash when + relaying a signal emitted from a class under certain conditions + - QAbstractItemView * [250754] Changing the font of the view would not update the size of the items if there is an application stylesheet. @@ -80,6 +84,10 @@ Third party components * [251467] do not allow cookies for domains like ".com" * [228974] allow cookies whose domain attribute is missing a leading dot +- QNetworkAccessManager + * [248838] Make QNetworkAccessManager reject invalid HTTP input + earlier + - QWidget * [250668] Don't send extra wheel events when using the scroll wheel in Cocoa. * [253448] Prevent a crash when using the Qt::WA_MacBrushedMetal attribute @@ -166,6 +174,7 @@ legacy freetype headers. [250326] Titlebar wasn't shown on X11 with Qt::CustomizeWindowHint for fixed-size windows. [251925] Improved showing QMessageBox on small screens. +[252042] Fixed the loading of the OpenSSL libraries on OpenBSD. Qt for Windows -------------- |