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 2013/10/31 10:44:30 UTC

svn commit: r1537419 - /httpcomponents/site/news.html

Author: olegk
Date: Thu Oct 31 09:44:29 2013
New Revision: 1537419

URL: http://svn.apache.org/r1537419
Log:
Fixed incomplete release date

Modified:
    httpcomponents/site/news.html

Modified: httpcomponents/site/news.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/news.html?rev=1537419&r1=1537418&r2=1537419&view=diff
==============================================================================
--- httpcomponents/site/news.html (original)
+++ httpcomponents/site/news.html Thu Oct 31 09:44:29 2013
@@ -171,7 +171,7 @@
         <!-- ==================================================================== --><!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- ==========================
 ========================================== --><!--  --><!-- This software consists of voluntary contributions made by many --><!-- individuals on behalf of the Apache Software Foundation.  For more --><!-- information on the Apache Software Foundation, please see --><!-- <http://www.apache.org/>. --><div class="section">
 <h2>HttpComponents Project News<a name="HttpComponents_Project_News"></a></h2>
 <div class="section">
-<h3>31 October - HttpComponents HttpAsyncClient 4.0 (GA) released<a name="a31_October_-_HttpComponents_HttpAsyncClient_4.0_GA_released"></a></h3>
+<h3>31 October 2013 - HttpComponents HttpAsyncClient 4.0 (GA) released<a name="a31_October_2013_-_HttpComponents_HttpAsyncClient_4.0_GA_released"></a></h3>
 <p>This is the first stable (GA) release of Apache HttpAsyncClient 4.0. HttpAsyncClient is a library for asynchronous client-side HTTP communication built on top of HttpCore NIO transport. It is a complementary library to Apache HttpClient intended and optimized for special cases whereby ability to scale to many thousands of concurrent connections is more important than performance in terms of raw data throughput. </p>
 <p>HttpAsyncClient 4.0 is designed to have similar APIs as Apache HttpClient 4.3 and a comparable feature set. In addition HttpAsyncClient provides full support for zero-copy file upload and download operations. It presently does not support transparent content decompression and automatic I/O error recovery. These features may be added in future releases.</p></div>
 <div class="section">