You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by jo...@apache.org on 2012/08/22 19:22:52 UTC

svn commit: r1376151 - /httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt

Author: jonm
Date: Wed Aug 22 17:22:52 2012
New Revision: 1376151

URL: http://svn.apache.org/viewvc?rev=1376151&view=rev
Log:
HTTPCLIENT-1223: Update release notes.

Modified:
    httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt

Modified: httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt?rev=1376151&r1=1376150&r2=1376151&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/branches/4.2.x/RELEASE_NOTES.txt Wed Aug 22 17:22:52 2012
@@ -1,5 +1,8 @@
 Changes since 4.2.1
 
+* [HTTPCLIENT-1223] Cache could be more aggressive on cache invalidations
+  from Content-Location. Contributed by Jon Moore <jonm at apache.org>.
+
 * [HTTPCLIENT-1217] AutoRetryHttpClient does not release connection used by the previous response 
   when request is retried
   Contributed by Oleg Kalnichevski <olegk at apache.org>