You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2007/10/04 21:01:33 UTC

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

Author: rolandw
Date: Thu Oct  4 12:01:33 2007
New Revision: 581986

URL: http://svn.apache.org/viewvc?rev=581986&view=rev
Log:
HTTPCORE-120: updated release notes

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?rev=581986&r1=581985&r2=581986&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
+++ jakarta/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Thu Oct  4 12:01:33 2007
@@ -10,6 +10,9 @@
 HttpCore is now feature complete and we are planning to freeze the public APIs
 as of next release (BETA1). 
 
+* [HTTPCORE-120] new interface HeaderIterator, available from HttpMessage
+  Contributed by Roland Weber <rolandw at apache.org>
+
 * [HTTPCORE-118] Purge closed sessions prior to opening new ones. This should
   reduce chances of running out of memory when opening and closing lots of
   NIO connections in a tight loop.