You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mb...@apache.org on 2004/05/18 06:28:36 UTC

cvs commit: jakarta-commons/httpclient/xdocs news.xml status.xml

mbecke      2004/05/17 21:28:36

  Modified:    httpclient/xdocs news.xml status.xml
  Log:
  updates for 3.0 alpha 1
  
  Revision  Changes    Path
  1.27      +36 -5     jakarta-commons/httpclient/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/news.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- news.xml	17 May 2004 03:46:44 -0000	1.26
  +++ news.xml	18 May 2004 04:28:35 -0000	1.27
  @@ -10,11 +10,42 @@
     </properties>
   
     <body>
  -
       <section name="17 May 2004 - HttpClient 3.0 alpha1 released">
  -      <p>We are pleased to announce the first HttpClient 3.0 release.  This release contains quite a
  -      number of additions and enhancements.  Please <a href="downloads.html">download</a> and 
  -      let us know what you think.</p>
  +        <p>We are pleased to announce the first HttpClient 3.0 release.
  +         HttpClient 3.0 provides a wealth of features and enhancements
  +         that did not make it into the 2.0 release, while preserving API
  +         compatibility as much as possible. In a relatively few cases
  +         <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/API_CHANGES_3_0.txt?view=markup">API
  +         compatibility with HttpClient 2.0</a> could not maintained.
  +        </p>
  +        <p>   
  +         Noteworthy enhancements include:
  +         <ul>
  +          <li>New preference architecture</li>
  +          <li>Improved exception handling framework</li>
  +          <li>Granular non-standards configuration and tracking</li>
  +          <li>Improved authentication framework</li>
  +          <li>Plug-in mechanism for authentication modules</li>
  +          <li>Cookie specification plug-in mechanism</li>
  +          <li>Cross-site redirect support</li>
  +         </ul>
  +        </p>
  +        <p>
  +         We see our fellow Apache developers as well as other open-source
  +         projects already reliant on HttpClient as the primary target
  +         audience for this release. This is the right time to evaluate
  +         HttpClient 3.0 and give us some feedback, critique or other thought on
  +         the new API.  Please feel free to file requests for additional features.
  +        </p>
  +        <p>
  +         The goal of the second ALPHA release is to incorporate the feedback, polish 
  +         the API, and update documentation. The next ALPHA release will target the
  +         wider audience beyond the Apache Jakarta and Apache WS communities.
  +        </p>
  +        <p>
  +         Please <a href="downloads.html">download</a> and
  +         let us know what you think.
  +        </p>
       </section>
   
       <section name="16 April 2004 - Welcome Jakarta HttpClient!">
  
  
  
  1.24      +22 -2     jakarta-commons/httpclient/xdocs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/status.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- status.xml	17 May 2004 03:46:44 -0000	1.23
  +++ status.xml	18 May 2004 04:28:35 -0000	1.24
  @@ -19,12 +19,32 @@
           there is still room for more in the final release.  We would like to encourage 
           comment on the API changes and additions made so far.</p>
   
  +        <p>   
  +        Noteworthy 3.0 alpha1 enhancements include:
  +         <ul>
  +          <li>New preference architecture</li>
  +          <li>Improved exception handling framework</li>
  +          <li>Granular non-standards configuration and tracking</li>
  +          <li>Improved authentication framework</li>
  +          <li>Plug-in mechanism for authentication modules</li>
  +          <li>Cookie specification plug-in mechanism</li>
  +          <li>Cross-site redirect support</li>
  +         </ul>
  +        </p>
  +
           <p>HttpClient 2.0 is no longer being actively developed, with the exception of 
           bug fixes.  A 2.0.1 release is planned for the near future.</p>
   
   	<p>It is important to note that HttpClient CVS HEAD is no longer fully compatible 
   	 with 2.0 APIs. We encourage using the <tt>HTTPCLIENT_2_0_BRANCH</tt> for production
  -         development until the 3.0 APIs are stabilized.</p>
  +         development until the 3.0 APIs are stabilized. API incompatibilities with HttpClient
  +         2.0 are described 
  +         <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/API_CHANGES_3_0.txt?view=markup">here</a>.
  +        </p>
  +
  +        <p>Bug reports targeted for the next release can be found
  +         <a href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Commons&amp;component=HttpClient&amp;target_milestone=3.0+Alpha+2&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time">here</a>.
  +       </p>
       </section>
   
       <section name="Release Info">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org