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 2014/04/11 17:50:39 UTC

svn commit: r1586698 - /httpcomponents/site/httpcomponents-client-4.3.x/android-port.html

Author: olegk
Date: Fri Apr 11 15:50:39 2014
New Revision: 1586698

URL: http://svn.apache.org/r1586698
Log:
Fixed typo

Modified:
    httpcomponents/site/httpcomponents-client-4.3.x/android-port.html

Modified: httpcomponents/site/httpcomponents-client-4.3.x/android-port.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.3.x/android-port.html?rev=1586698&r1=1586697&r2=1586698&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.3.x/android-port.html (original)
+++ httpcomponents/site/httpcomponents-client-4.3.x/android-port.html Fri Apr 11 15:50:39 2014
@@ -202,7 +202,7 @@
 <p>This project represents an effort to provide an implementation of Apache HttpClient, which can be deployed on Google Android in parallel to the outdated version shipped with the platform while remaining partially API compatible with Apache HttpClient 4.3.</p>
 <div class="section">
 <h3><a name="Background">Background</a></h3>
-<p>Google Android 1.0 was released with a pre-BETA spapshot of Apache HttpClient. To coincide with the first Android release Apache HttpClient 4.0 APIs had to be frozen prematurely, while many of interfaces and internal structures were still not fully worked out. As Apache HttpClient 4.0 was maturing the project was expecting Google to incorporate the latest code improvements into their code tree. Unfortunately it did not happen. Version of Apache HttpClient shipped with Android has effectively become a fork. Eventually Google decided to discontinue further development of their fork while refusing to upgrade to the stock version of Apache HttpClient citing compatibility concerns as a reason for such decision. As a result those Android developers who would like to continue using Apache HttpClient APIs on Android cannot take advantage of newer features, performance improvements and bug fixes. </p>
+<p>Google Android 1.0 was released with a pre-BETA snapshot of Apache HttpClient. To coincide with the first Android release Apache HttpClient 4.0 APIs had to be frozen prematurely, while many of interfaces and internal structures were still not fully worked out. As Apache HttpClient 4.0 was maturing the project was expecting Google to incorporate the latest code improvements into their code tree. Unfortunately it did not happen. Version of Apache HttpClient shipped with Android has effectively become a fork. Eventually Google decided to discontinue further development of their fork while refusing to upgrade to the stock version of Apache HttpClient citing compatibility concerns as a reason for such decision. As a result those Android developers who would like to continue using Apache HttpClient APIs on Android cannot take advantage of newer features, performance improvements and bug fixes. </p>
 <p>Apache HttpClient 4.3 port for Android is intended to remedy the situation by providing official releases compatible with Google Android. </p></div>
 <div class="section">
 <h3><a name="Differences_with_the_stock_version_of_Apache_HttpClient">Differences with the stock version of Apache HttpClient</a> </h3>