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 2012/06/27 15:59:15 UTC

svn commit: r1354507 - in /httpcomponents/httpclient/trunk: RELEASE_NOTES.txt src/site/apt/download.apt

Author: olegk
Date: Wed Jun 27 13:59:14 2012
New Revision: 1354507

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

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

Modified: httpcomponents/httpclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt?rev=1354507&r1=1354506&r2=1354507&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Wed Jun 27 13:59:14 2012
@@ -1,6 +1,13 @@
 Changes since 4.2 
 -------------------
 
+HttpClient 4.2.1 (GA) is a bug fix release that addresses a number issues reported since release 4.2.
+
+Users of HttpClient 4.2 are advised to upgrade.
+
+Changelog
+-------------------
+
 * [HTTPCLIENT-1209] Redirect URIs are now normalized.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
@@ -18,7 +25,7 @@ Changes since 4.2 
   Contributed by Guillaume Castagnino <casta+jira at xwing.info> 
 
 * [HTTPCLIENT-1192] URIBuilder encodes query parameters twice.
-  Contributed by Oleg Kalnichevski <olegk at apache.org>
+  Contributed by Oleg Kalnichevski <olegk at apache.org> and Sebastian Bazley <sebb at apache.org>.
 
 * [HTTPCLIENT-1196] Fixed NPE in UrlEncodedFormEntity constructor thrown if charset is null.
   Contributed by Oleg Kalnichevski <olegk at apache.org>

Modified: httpcomponents/httpclient/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/apt/download.apt?rev=1354507&r1=1354506&r2=1354507&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/site/apt/download.apt (original)
+++ httpcomponents/httpclient/trunk/src/site/apt/download.apt Wed Jun 27 13:59:14 2012
@@ -42,46 +42,46 @@ HttpClient 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 Client 4.2}
+* {HttpComponents Client 4.2.1}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient</artifactId>
-    <version>4.2</version>
+    <version>4.2.1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpMime 4.2}
+* {HttpComponents HttpMime 4.2.1}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpmime</artifactId>
-    <version>4.2</version>
+    <version>4.2.1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Cache 4.2}
+* {HttpComponents HttpClient Cache 4.2.1}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient-cache</artifactId>
-    <version>4.2</version>
+    <version>4.2.1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents HttpClient Fluent 4.2}
+* {HttpComponents HttpClient Fluent 4.2.1}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>hc-fluent</artifactId>
-    <version>4.2</version>
+    <version>4.2.1</version>
     <scope>compile</scope>
   </dependency>
 -------------------------