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 2007/02/22 16:43:17 UTC

svn commit: r510554 - /jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt

Author: olegk
Date: Thu Feb 22 07:43:16 2007
New Revision: 510554

URL: http://svn.apache.org/viewvc?view=rev&rev=510554
Log:
HTTPCORE-26 and HTTPCORE-42

Modified:
    jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt

Modified: jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt?view=diff&rev=510554&r1=510553&r2=510554
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
+++ jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Thu Feb 22 07:43:16 2007
@@ -1,6 +1,14 @@
 Changes since release 4.0 Alpha 3
 -------------------
 
+* [HTTPCORE-42]: Added server side API for the expectation verification. 
+  Improved support for the 'expect: continue' handshake in HttpCore and 
+  HttpCore NIO.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* [HTTPCORE-26]: Added SSL support for HttpCore NIO.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
 * [HTTPCORE-40]: API classes no longer reference impl classes in module-main.
   Contributed by Roland Weber <rolandw at apache.org>