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 2006/04/23 16:33:24 UTC

svn commit: r396276 - in /jakarta/httpcomponents/project/src/site: apt/status.apt site.xml

Author: olegk
Date: Sun Apr 23 07:33:23 2006
New Revision: 396276

URL: http://svn.apache.org/viewcvs?rev=396276&view=rev
Log:
Added project status page

Added:
    jakarta/httpcomponents/project/src/site/apt/status.apt
Modified:
    jakarta/httpcomponents/project/src/site/site.xml

Added: jakarta/httpcomponents/project/src/site/apt/status.apt
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/project/src/site/apt/status.apt?rev=396276&view=auto
==============================================================================
--- jakarta/httpcomponents/project/src/site/apt/status.apt (added)
+++ jakarta/httpcomponents/project/src/site/apt/status.apt Sun Apr 23 07:33:23 2006
@@ -0,0 +1,34 @@
+    ----------
+    HttpComponents Status
+    ----------
+    ----------
+    ----------
+
+HttpComponents Project Status
+
+* Commons HttpClient 3.0
+
+    The 3.0 release of Commons HttpClient proved quite stable. Only a few non-critical bugs have been fixed 
+    since the release, the most significant probably being the bug 
+    {{{http://issues.apache.org/bugzilla/show_bug.cgi?id=38818}38818}}. The 3.0.1 release is due to be released 
+    by Summer 2006.
+
+* Commons HttpClient 3.1
+
+    The work toward the 3.1 release has begun. The most important feature scheduled for inclusion into HttpClient
+    is the support for port sensitive cookies ({{{http://www.w3.org/Protocols/rfc2965/rfc2965.txt}RFC2965}}) 
+    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/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=HttpClient&target_milestone=3.1+Alpha+1&target_milestone=3.1+Beta+1&target_milestone=3.1+Beta+2&target_milestone=3.1+Final&target_milestone=3.1+RC+1&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=}here}}
+
+* HttpComponents HttpCore 4.0
+
+    The major part of redesign of the core HTTP components 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. Please do feel free to check HttpCore out and let us
+    know what you think about it.
+
+    The HttpCore components 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.
+

Modified: jakarta/httpcomponents/project/src/site/site.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/project/src/site/site.xml?rev=396276&r1=396275&r2=396276&view=diff
==============================================================================
--- jakarta/httpcomponents/project/src/site/site.xml (original)
+++ jakarta/httpcomponents/project/src/site/site.xml Sun Apr 23 07:33:23 2006
@@ -25,6 +25,7 @@
       <item name="Project Charter" href="charter.html"/>
       <item name="Project Goals" href="goals.html"/>
       <item name="News" href="news.html"/>
+      <item name="Status" href="status.html"/>
       <item name="Download" href="download.html"/>
       <item name="Wiki (external)" href="http://wiki.apache.org/jakarta-httpclient/FrontPage"/>
     </menu>