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 2010/12/17 01:02:42 UTC

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

Author: sebb
Date: Fri Dec 17 00:02:41 2010
New Revision: 1050243

URL: http://svn.apache.org/viewvc?rev=1050243&view=rev
Log:
HTTPCLIENT-975 was fixed after 4.1-beta1

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=1050243&r1=1050242&r2=1050243&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Fri Dec 17 00:02:41 2010
@@ -4,6 +4,11 @@ Changes since 4.1 BETA1
 * [HTTPCLIENT-1036] StringBody has incorrect default for characterset. (Default changed to US-ASCII)
  Contributed by Sebastian Bazley <sebb at apache.org>
 
+* [HTTPCLIENT-975] Support stale-if-error extension directive (RFC5861).
+  Contributed by Mohammed Azeem Uddin <mohammedazeem_uddin at comcast.com>,
+  Michajlo Matijkiw <michajlo_matijkiw at comcast.com>, and
+  Matthew Hawthorne <matthew_hawthorne at comcast.com>.
+
 * [HTTPCLIENT-1033] HttpRoute.equals(Object o) is quite inefficient, as it does not take full advantage of shortcut logic
  Contributed by Sebastian Bazley <sebb at apache.org>
 
@@ -20,11 +25,6 @@ project.
 
 Changelog
 -------------------
-* [HTTPCLIENT-975] Support stale-if-error extension directive (RFC5861).
-  Contributed by Mohammed Azeem Uddin <mohammedazeem_uddin at comcast.com>,
-  Michajlo Matijkiw <michajlo_matijkiw at comcast.com>, and
-  Matthew Hawthorne <matthew_hawthorne at comcast.com>.
-
 * [HTTPCLIENT-1015] Support only-if-cached directive.
   Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com>