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 2011/12/18 16:40:05 UTC

svn commit: r1220436 - in /httpcomponents/httpcore/branches/4.1.x: RELEASE_NOTES.txt src/site/apt/download.apt

Author: olegk
Date: Sun Dec 18 15:40:04 2011
New Revision: 1220436

URL: http://svn.apache.org/viewvc?rev=1220436&view=rev
Log:
Updated release notes and project web site for HttpCore 4.1.4 release

Modified:
    httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt
    httpcomponents/httpcore/branches/4.1.x/src/site/apt/download.apt

Modified: httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt?rev=1220436&r1=1220435&r2=1220436&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt Sun Dec 18 15:40:04 2011
@@ -1,6 +1,9 @@
-Changes since 4.1.3
+Release 4.1.4
 -------------------
 
+This is a maintenance release that fixes a number of bugs found since release 4.1.4. It is also 
+likely to be the last release in the 4.1.x branch.
+
 * [HTTPCORE-286] Canceled I/O session can cause an IllegalStateException in BaseIOReactor#validate
   leading to an abnormal termination of the I/O reactor.
   Contributed by Oleg Kalnichevski <olegk at apache.org>

Modified: httpcomponents/httpcore/branches/4.1.x/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.1.x/src/site/apt/download.apt?rev=1220436&r1=1220435&r2=1220436&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.1.x/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/branches/4.1.x/src/site/apt/download.apt Sun Dec 18 15:40:04 2011
@@ -42,24 +42,24 @@ HttpCore Downloads
     in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}} 
     by adding the following block to the dependency descriptor:
 
-* {HttpComponents Core 4.1.3}
+* {HttpComponents Core 4.1.4}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.1.3</version>
+    <version>4.1.4</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents Core NIO 4.1.3}
+* {HttpComponents Core NIO 4.1.4}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.1.3</version>
+    <version>4.1.4</version>
     <scope>compile</scope>
   </dependency>
 -------------------------