From 5ddda40967c0a151c96a99408905c8352d2d29c8 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Wed, 12 Jan 2011 17:18:50 +0000 Subject: [PATCH] Clarify what was actually removed git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1058242 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE_NOTES.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 86c38e2de..9db5824b0 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -33,8 +33,12 @@ maintained and supported by Apache HttpComponents project. Changelog ------------------- * The public API for the caching module had a minor change between 4.1-beta and 4.1-GA to the - HttpCacheEntry class. This will likely not affect you unless you are implementing new - storage backends and/or implementing custom serializers for cache entries. + HttpCacheEntry class - the deprecated public Set getVariantURIs() method and constructor + public HttpCacheEntry(Date requestDate, Date responseDate, + StatusLine statusLine, Header[] responseHeaders, + Resource resource, Map variantMap) + were both removed. This will not affect you unless you are implementing new storage backends + that use the deprecated code and/or are implementing custom serializers for cache entries. * Changed Browser-Compatibility and Best-Match cookie policies to emulate the behaviour of FireFox more closely when parsing Netscape style cookies. Comma will no longer be treated as a header