You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by as...@apache.org on 2010/03/06 08:23:54 UTC

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

Author: asankha
Date: Sat Mar  6 07:23:54 2010
New Revision: 919710

URL: http://svn.apache.org/viewvc?rev=919710&view=rev
Log:
update release notes with HTTPCORE-220

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=919710&r1=919709&r2=919710&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Sat Mar  6 07:23:54 2010
@@ -1,5 +1,8 @@
 Changes since 4.1-ALPHA1
 
+* [HTTPCORE-220] IdentityDecoder fails to detect end of stream when using file channels.
+  Contributed by Asankha C. Perera <asankha at apache.org> 
+
 * [HTTPCORE-218] ChunkEncoder#write method no longer returns incorrect value if 
   the data to write is greater than the size of the internal buffer used by the encoder.
   Contributed by Richie Jefts <rjefts at gmail.com>