You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2011/01/12 18:18:50 UTC

svn commit: r1058242 - /httpcomponents/httpclient/trunk/RELEASE_NOTES.txt

Author: sebb
Date: Wed Jan 12 17:18:50 2011
New Revision: 1058242

URL: http://svn.apache.org/viewvc?rev=1058242&view=rev
Log:
Clarify what was actually removed

Modified:
    httpcomponents/httpclient/trunk/RELEASE_NOTES.txt

Modified: httpcomponents/httpclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt?rev=1058242&r1=1058241&r2=1058242&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Wed Jan 12 17:18:50 2011
@@ -33,8 +33,12 @@ maintained and supported by Apache HttpC
 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<String> getVariantURIs() method and constructor 
+  public HttpCacheEntry(Date requestDate, Date responseDate,
+            StatusLine statusLine, Header[] responseHeaders,
+            Resource resource, Map<String, String> 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