[prev in list] [next in list] [prev in thread] [next in thread] 

List:       httpcomponents-commits
Subject:    svn commit: r523319 - in /jakarta/httpcomponents/project/src/site/apt:
From:       olegk () apache ! org
Date:       2007-03-28 13:39:39
Message-ID: 20070328133939.2D27B1A9838 () eris ! apache ! org
[Download RAW message or body]

Author: olegk
Date: Wed Mar 28 06:39:38 2007
New Revision: 523319

URL: http://svn.apache.org/viewvc?view=rev&rev=523319
Log:
Updates for HttpComponents Core 4.0-alpha4 release

Modified:
    jakarta/httpcomponents/project/src/site/apt/download.apt
    jakarta/httpcomponents/project/src/site/apt/index.apt
    jakarta/httpcomponents/project/src/site/apt/news.apt
    jakarta/httpcomponents/project/src/site/apt/status.apt

Modified: jakarta/httpcomponents/project/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/project/src/site/apt/download.apt?view=diff&rev=523319&r1=523318&r2=523319
 ==============================================================================
--- jakarta/httpcomponents/project/src/site/apt/download.apt (original)
+++ jakarta/httpcomponents/project/src/site/apt/download.apt Wed Mar 28 06:39:38 2007
@@ -8,7 +8,7 @@
 
     The latest release available for download:
 
-    * {{{http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpcore.cgi}HttpCore \
4.0-alpha3}} -  +    * \
{{{http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpcore.cgi}HttpCore \
                4.0-alpha4}} - 
     {{{http://www.apache.org/dist/jakarta/httpcomponents/httpcore/RELEASE_NOTES.txt}Release \
                Notes}} -
     {{{http://www.apache.org/dist/java-repository/httpcomponents-httpcore/licenses/LICENSE.txt}License}}
  

Modified: jakarta/httpcomponents/project/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/project/src/site/apt/index.apt?view=diff&rev=523319&r1=523318&r2=523319
 ==============================================================================
--- jakarta/httpcomponents/project/src/site/apt/index.apt (original)
+++ jakarta/httpcomponents/project/src/site/apt/index.apt Wed Mar 28 06:39:38 2007
@@ -87,6 +87,11 @@
     is less important than the ability to handle thousands of simultaneous HTTP \
connections in a resource   efficient manner.
 
+ ** HttpCore NIOSSL extensions
+
+    HttpCore NIOSSL extensions contain optional components enabling HttpCore NIO to \
transparently  +    encrypt data in transit using SSL/TLS protocol.
+
 * HttpAsync
 
     {{{http-async/index.html}HttpAsync}} will provide an asynchronous interface for \
client 

Modified: jakarta/httpcomponents/project/src/site/apt/news.apt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/project/src/site/apt/news.apt?view=diff&rev=523319&r1=523318&r2=523319
 ==============================================================================
--- jakarta/httpcomponents/project/src/site/apt/news.apt (original)
+++ jakarta/httpcomponents/project/src/site/apt/news.apt Wed Mar 28 06:39:38 2007
@@ -6,6 +6,13 @@
 
 HttpComponents Project News 
 
+* 30 March 2007 - HttpComponents HttpCore 4.0-alpha4 released 
+
+    The fourth ALPHA version fixed a number of bugs and added a number of \
improvements to HttpCore  +    base and HttpCore NIO extensions. This release also \
introduces NIOSSL extensions that can be  +    used to extend HttpCore non-blocking \
transport components with ability to transparently encrypt  +    data in transit \
using SSL/TLS protocol. +
 * 6 December 2006 - HttpComponents HttpCore 4.0-alpha3 released 
 
     The third ALPHA version of HttpCore has been released. The ALPHA3 release \
includes a number of API

Modified: jakarta/httpcomponents/project/src/site/apt/status.apt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/project/src/site/apt/status.apt?view=diff&rev=523319&r1=523318&r2=523319
 ==============================================================================
--- jakarta/httpcomponents/project/src/site/apt/status.apt (original)
+++ jakarta/httpcomponents/project/src/site/apt/status.apt Wed Mar 28 06:39:38 2007
@@ -8,29 +8,29 @@
 
 * Commons HttpClient 3.0.x
 
-    The 3.0 branch of Commons HttpClient proved quite stable. Only a few \
                non-critical bugs have been fixed 
-    in the 3.0.1 release.
+    The 3.0 branch of Commons HttpClient proved very stable. Only a few non-critical \
bugs have been  +    fixed in the 3.0.1 release.
 
-* Commons HttpClient 3.1
+* Commons HttpClient 3.1.x
 
-    The work toward the 3.1 release has begun. The most important feature targeted \
                for inclusion into 
-    HttpClient 3.1 - the support for port sensitive cookies 
+    The development of HttpClient 3.1 is almost complete. HttpClient 3.1 RC1 has \
been made available.  +    The most important feature of the HttpClient 3.1 release \
                is the support for port sensitive cookies 
     ({{{http://www.w3.org/Protocols/rfc2965/rfc2965.txt}RFC2965}}) - has been merged \
to the SVN trunk.   The work on the RFC2965 cookie policy was kindly sponsored by \
Google.  
-    The complete list of bugs and new improvements targeted for the 3.1 release can \
                be found 
-    {{{http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12311032}here}}
 +    HttpClient 3.1 is expected to be the last non-bugfix release in the Commons \
HttpClient 3.x codeline    
 * HttpComponents HttpCore 4.0
 
-    The major part of the redesign of the core HTTP component has been completed. \
                The new API is ready for review 
-    and use in experimental projects. The API is still deemed unstable and it can \
                still undergo significant 
-    changes based on the feedback from early adopters. 
-
-    The ALPHA3 release includes a number of API optimizations and improvements. It \
                also introduces a set of 
-    extensions to the base HttpCore API based on NIO (non-blocking I/O model). NIO \
                extensions can be used to 
-    build HTTP services intended to handle thousands of simultaneous connections \
                with a small number 
-    of I/O threads.
+    The major part of the redesign of the core HTTP component has been completed. \
The new API is  +    ready for review and use in experimental projects. The API is \
still deemed unstable and it can  +    still undergo significant changes based on the \
feedback from early adopters.  +
+    The ALPHA4 release fixed a number of bugs and adds a number of improvements to \
HttpCore base and +    HttpCore NIO extensions. HttpCore NIO can be used to build \
HTTP services intended to handle  +    thousands of simultaneous connections with a \
small number of I/O threads. This release also  +    introduces NIOSSL extensions \
that can be used to extend HttpCore non-blocking transport  +    components with \
ability to transparently encrypt data in transit using SSL/TLS protocol.  
     The HttpCore component will form the foundation of the future releases of \
                Jakarta HttpClient and can also 
     be used separately to build custom client- and server-side HTTP services.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic