summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-10-04 12:06:31 +1000
committerQt Continuous Integration System <qt-info@nokia.com>2011-10-04 12:06:31 +1000
commitebfe394f21174b2ab1c37e809d2c35eb0de84508 (patch)
tree65d97c26741b52c83a315ef1b2ed713dee0a08dd /dist
parent92f06c223ba2457e74944a786bed629bdf00ca4b (diff)
parent5d809703aa2d2a08ae7e9610fd42025b081d3d0c (diff)
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')
-rw-r--r--dist/changes-4.8.01
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index d7eb05982f..08600c9786 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