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/09/19 21:36:12 UTC

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

mbecke      2004/09/19 12:36:12

  Modified:    httpclient/xdocs downloads.xml news.xml status.xml
  Log:
  Updates for 3.0 alpha1.
  
  Revision  Changes    Path
  1.24      +11 -7     jakarta-commons/httpclient/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/downloads.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- downloads.xml	17 May 2004 03:46:44 -0000	1.23
  +++ downloads.xml	19 Sep 2004 19:36:12 -0000	1.24
  @@ -14,14 +14,18 @@
            The following releases are available for download:
          </p>
          <ul>
  -         <li>3.0-alpha1 - 17 May 2004 - 
  +         <li>3.0-alpha2 - 20 September 2004 - 
               <a href="http://jakarta.apache.org/site/binindex.cgi">Binary</a> and 
  -            <a href="http://jakarta.apache.org/site/sourceindex.cgi">Source</a></li>
  +            <a href="http://jakarta.apache.org/site/sourceindex.cgi">Source</a> - <a 
  +             href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES.txt"
  +             >release notes</a></li>
          </ul>
          <ul>
  -         <li>2.0 - 15 February 2004 - 
  +         <li>2.0.1 - 1 August 2004 - 
               <a href="http://jakarta.apache.org/site/binindex.cgi">Binary</a> and 
  -            <a href="http://jakarta.apache.org/site/sourceindex.cgi">Source</a></li>
  +            <a href="http://jakarta.apache.org/site/sourceindex.cgi">Source</a> - <a 
  +             href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES-2.0.txt"
  +             >release notes</a></li>
          </ul>
          <p>
            Nightly source drops and binary builds can be obtained at the following URLs:
  @@ -49,14 +53,14 @@
            <source><![CDATA[
   <dependency>
       <id>commons-httpclient</id>
  -    <version>3.0-alpha1</version>
  +    <version>3.0-alpha2</version>
       <url>http://jakarta.apache.org/commons/httpclient/</url>
   </dependency>
            ]]></source>
            <source><![CDATA[
   <dependency>
       <id>commons-httpclient</id>
  -    <version>2.0</version>
  +    <version>2.0.1</version>
       <url>http://jakarta.apache.org/commons/httpclient/</url>
   </dependency>
            ]]></source>
  
  
  
  1.28      +24 -1     jakarta-commons/httpclient/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/news.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- news.xml	18 May 2004 04:28:35 -0000	1.27
  +++ news.xml	19 Sep 2004 19:36:12 -0000	1.28
  @@ -10,6 +10,29 @@
     </properties>
   
     <body>
  +        <section name="19 September 2004 - HttpClient 3.0 alpha2 released">
  +            <p>
  +                We are pleased to announce the final alpha release of HttpClient 3.0.
  +                This release contains mainly feature enhancements and API refinements.
  +                Following this release the development effort will focus on stabilizing the
  +                3.0 API and adding documentation.  We strongly encourage comment and
  +                criticism of the current API so we can have everything worked out
  +                by the first beta release.
  +            </p>
  +            <p>Please <a href="downloads.html">download</a> and enjoy.</p>
  +        </section>
  +      <section name="1 August 2004 - HttpClient 2.0.1 released">
  +        <p>We are pleased to announce the latest stable release of HttpClient, 
  +         version 2.0.1.  This release contains a few minor bug fixes and 
  +         enhancements.  Please see the <a 
  +         href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES-2.0.txt"
  +         >release notes</a> for more detail.
  +        </p>
  +        <p>
  +         Please <a href="downloads.html">download</a> and enjoy.
  +        </p>
  +    </section>
  +  
       <section name="17 May 2004 - HttpClient 3.0 alpha1 released">
           <p>We are pleased to announce the first HttpClient 3.0 release.
            HttpClient 3.0 provides a wealth of features and enhancements
  
  
  
  1.25      +15 -28    jakarta-commons/httpclient/xdocs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/status.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- status.xml	18 May 2004 04:28:35 -0000	1.24
  +++ status.xml	19 Sep 2004 19:36:12 -0000	1.25
  @@ -14,44 +14,31 @@
     <body>
   
       <section name="Current Status">
  -        <p>We are actively working on the next major release of HttpClient, version 3.0. 
  -        A number of major changes have already been incorporated into the 3.0 code base, though
  -        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>Quite a lot of progress had been made in the 3.0 branch and we are nearly ready 
  +        for our first beta release.  We strongly encourage all current HttpClient users to
  +        have a look at the new and improved 3.0 API before we freeze API changes for the 
  +        first beta release.  Any feedback would be greatly appreciated. </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. 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>.
  +        bug fixes and minor enhancements.  2.0.1 is the latest stable release.</p>
  +        
  +        <p>It is important to note that HttpClient CVS HEAD is no longer fully compatible 
  +        with 2.0.x APIs. We encourage using the <tt>HTTPCLIENT_2_0_BRANCH</tt> for production
  +        development until the 3.0 APIs are stabilized. API incompatibilities with HttpClient
  +        2.0.x 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>.
  +         <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+Beta+1&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">
         <p>Current Development Release: <a href="http://jakarta.apache.org/site/binindex.cgi">
  -          Release 3.0-alpha1</a></p>
  +          Release 3.0-alpha2</a></p>
         <p>Current Stable Release: <a href="http://jakarta.apache.org/site/binindex.cgi">
  -          Release 2.0</a></p>
  +          Release 2.0.1</a></p>
       </section>
   
     </body>
  
  
  

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