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/12/14 13:11:12 UTC

svn commit: r1645447 - /httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt

Author: olegk
Date: Sun Dec 14 12:11:12 2014
New Revision: 1645447

URL: http://svn.apache.org/r1645447
Log:
Updated release notes for HttpCore 4.4 release

Modified:
    httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt

Modified: httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt?rev=1645447&r1=1645446&r2=1645447&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/branches/4.4.x/RELEASE_NOTES.txt Sun Dec 14 12:11:12 2014
@@ -1,10 +1,32 @@
-Release 4.4-BETA2
+Release 4.4
+-----------------
+
+This is the first stable (GA) release of HttpCore 4.4. Notable features included in 
+the 4.4 series are:
+
+* Support for pipelined request processing on the server side
+
+* Support for pipelined request execution on the client side
+
+* Simplified bootstrapping of blocking and non-blocking (NIO) HTTP server implementations   
+
+* Inclusion of SSL context initialization utilities from HttpClient
+
+Please note that as of 4.4 HttpCore requires Java 1.6 or newer.
+
+
+Changelog
 -------------------
 
+* Performance optimizations
+  Contributed by Dmitry Potapov <dpotapov at yandex-team.ru>
+
 * Update Apache Commons Logging version from 1.1.3 to 1.2. 
   Contributed by Gary Gregory <ggregory at apache.org>
 
 
+
+
 Release 4.4-BETA1
 -------------------