diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-10-04 02:06:31 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-10-04 02:06:31 (GMT) |
commit | ebfe394f21174b2ab1c37e809d2c35eb0de84508 (patch) | |
tree | 65d97c26741b52c83a315ef1b2ed713dee0a08dd /dist/changes-4.8.0 | |
parent | 92f06c223ba2457e74944a786bed629bdf00ca4b (diff) | |
parent | 5d809703aa2d2a08ae7e9610fd42025b081d3d0c (diff) | |
download | Qt-ebfe394f21174b2ab1c37e809d2c35eb0de84508.zip Qt-ebfe394f21174b2ab1c37e809d2c35eb0de84508.tar.gz Qt-ebfe394f21174b2ab1c37e809d2c35eb0de84508.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging:
QNetworkRequest autotest: adapt to new cookie parsing (re. commas)
Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.
Diffstat (limited to 'dist/changes-4.8.0')
-rw-r--r-- | dist/changes-4.8.0 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index d7eb059..08600c9 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -143,6 +143,7 @@ QtNetwork - HTTP cache: do not load resources from cache that must be revalidated [QTBUG-18983] - HTTP cache: change file organization (MR-2505) - SOCKS5: write errors are propagated to the outer socket [QTBUG-18713] + - Cookies: Commas are no longer used to support multiple cookies in a single Set-Cookie header [QTBUG-21456] - QNetworkReply: errorString() returns translated messages now [QTBUG-18382] QtOpenGL |