diff options
author | Peter Hartmann <peter.hartmann@trolltech.com> | 2009-06-02 11:44:24 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@trolltech.com> | 2009-06-02 11:47:44 (GMT) |
commit | 4ae7a683217eb2a7e9fc2fe2ed173e7da277038b (patch) | |
tree | 8c173e66370cf50a2f0999db2c00791bcab71160 /dist | |
parent | 9dc7a011e798c24b4dd8b19a74b42c61f52a1328 (diff) | |
download | Qt-4ae7a683217eb2a7e9fc2fe2ed173e7da277038b.zip Qt-4ae7a683217eb2a7e9fc2fe2ed173e7da277038b.tar.gz Qt-4ae7a683217eb2a7e9fc2fe2ed173e7da277038b.tar.bz2 |
My Changelog for 4.5.2
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.5.2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2 index 423bbdd..c87ad92 100644 --- a/dist/changes-4.5.2 +++ b/dist/changes-4.5.2 @@ -46,6 +46,9 @@ Third party components Plugins (r41346, r43550, r43915, r43917, r43923) Clipboard (r41360) +- QAbstractNetworkCache + * Only cache responses to HTTP GET by default, not HTTP PUT or POST + - QMacStyle * [253339] Don't draw arrows on toolbuttons that have a menu and text only. * [252301] Ensure that small and mini spin boxes are drawn correctly. @@ -53,6 +56,13 @@ Third party components - QFontDialog * [252000] Ensure that QFontDialog::getFont() works on Mac OS X. +- QNetworkCookie + * [251959] fix parsing of multiple cookies separated by a newline + +- QNetworkCookieJar + * [251467] do not allow cookies for domains like ".com" + * [228974] allow cookies whose domain attribute is missing a leading dot + - 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 |