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 2009/06/21 13:55:12 UTC

svn commit: r786998 - in /httpcomponents/httpcore/trunk: RELEASE_NOTES.txt src/site/apt/download.apt

Author: olegk
Date: Sun Jun 21 11:55:12 2009
New Revision: 786998

URL: http://svn.apache.org/viewvc?rev=786998&view=rev
Log:
Updated release notes and download page for 4.0.1 release

Modified:
    httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
    httpcomponents/httpcore/trunk/src/site/apt/download.apt

Modified: httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt?rev=786998&r1=786997&r2=786998&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/trunk/RELEASE_NOTES.txt Sun Jun 21 11:55:12 2009
@@ -1,32 +1,14 @@
-Changes since 4.0
+Changes since 4.0.1
 -------------------
 
-* [HTTPCORE-198] CONNECT request includes Host header for HTTP 1.1 connections.
-  Contributed by Oleg Kalnichevski <olegk at apache.org> 
-
-* [HTTPCORE-196] SSLIOSession now unwraps encrypted data more aggressively eliminating long
-  pauses when receiving data over non-blocking connections.  
-  Contributed by Oleg Kalnichevski <olegk at apache.org> 
-
-* [HTTPCORE-197] Fixed bug causing the non-blocking ChunkDecoder to report some data stream as 
-  truncated under special conditions.
-  Contributed by Denis Rogov <denrogov at gmail.com> and Oleg Kalnichevski <olegk at apache.org> 
-
 * [HTTPCORE-195] Truncated chunk-coded streams can now be tolerated by catching and discarding 
   TruncatedChunkException.
   Contributed by Oleg Kalnichevski <olegk at apache.org> 
 
-* SSLIOSession#isAppOutputReady and SSLIOSession#isAppInputReady no longer ignore the application 
-  event mask causing I/O event notifications for unrequested type of events.  
-  Contributed by Oleg Kalnichevski <olegk at apache.org> 
-
 * [HTTPCORE-155] Compatibility mode with IBM JRE and other JREs with naive (broken) implementation 
   of SelectionKey.
   Contributed by Marc Beyerle <marc.beyerle at de.ibm.com> and Oleg Kalnichevski <olegk at apache.org> 
 
-* [HTTPCORE-193] Fixed problem with SSLIOSession incorrectly handling of end-of-stream condition.  
-  Contributed by Asankha C. Perera <asankha at apache.org> and Oleg Kalnichevski <olegk at apache.org> 
-
 * [HTTPCORE-191] Blocking HTTP connections are now capable of correctly preserving their internal 
   state on SocketTimeoutExceptions, which makes it possible to continue reading from the connection 
   after a socket timeout.
@@ -37,6 +19,31 @@
   socket timeout.
   Contributed by Oleg Kalnichevski <olegk at apache.org> 
 
+Release 4.0.1
+-------------------
+
+This is a patch release addressing a number of issues discovered since the 4.0 release. Users 
+of NIO module are advised to upgrade.
+
+* [HTTPCORE-198] CONNECT request includes Host header for HTTP 1.1 connections.
+  Contributed by Oleg Kalnichevski <olegk at apache.org> 
+
+* [HTTPCORE-196] SSLIOSession now unwraps encrypted data more aggressively eliminating long
+  pauses when receiving data over non-blocking connections.  
+  Contributed by Oleg Kalnichevski <olegk at apache.org> 
+
+* [HTTPCORE-197] Fixed bug causing the non-blocking ChunkDecoder to report some data stream as 
+  truncated under special conditions.
+  Contributed by Denis Rogov <denrogov at gmail.com> and Oleg Kalnichevski <olegk at apache.org> 
+
+* SSLIOSession#isAppOutputReady and SSLIOSession#isAppInputReady no longer ignore the application 
+  event mask causing I/O event notifications for unrequested type of events.  
+  Contributed by Oleg Kalnichevski <olegk at apache.org> 
+
+* [HTTPCORE-193] Fixed problem with SSLIOSession incorrectly handling of end-of-stream condition.  
+  Contributed by Asankha C. Perera <asankha at apache.org> and Oleg Kalnichevski <olegk at apache.org> 
+
+  
 Release 4.0
 -------------------
 

Modified: httpcomponents/httpcore/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/site/apt/download.apt?rev=786998&r1=786997&r2=786998&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/trunk/src/site/apt/download.apt Sun Jun 21 11:55:12 2009
@@ -52,7 +52,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.0</version>
+    <version>4.0.1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
@@ -63,7 +63,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.0</version>
+    <version>4.0.1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------