You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2008/02/24 21:41:50 UTC

svn commit: r630674 - /httpcomponents/httpcore/trunk/RELEASE_NOTES.txt

Author: olegk
Date: Sun Feb 24 12:41:48 2008
New Revision: 630674

URL: http://svn.apache.org/viewvc?rev=630674&view=rev
Log:
HTTPCORE-148: Improved asynchronous server and client HTTP protocol handler implementations.
Contributed by Sam Berlin <sberlin at gmail.com> 

Modified:
    httpcomponents/httpcore/trunk/RELEASE_NOTES.txt

Modified: httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt?rev=630674&r1=630673&r2=630674&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Sun Feb 24 12:41:48 2008
@@ -1,6 +1,10 @@
 Changes since 4.0 Beta 1
 -------------------
 
+* [HTTPCORE-147] Improved asynchronous server and client HTTP protocol 
+  handler implementations.
+  Sam Berlin <sberlin at gmail.com> 
+
 * [HTTPCORE-143] Ensure the underlying channel is closed if the session 
   request is canceled or times out.
   Oleg Kalnichevski <olegk at apache.org>