Author: mbecke
Date: Mon Apr 11 18:58:44 2005
New Revision: 161002

URL: http://svn.apache.org/viewcvs?view=rev&rev=161002
Log:
Changes for 3.0rc2.
Changed link to nogoop feature comparison at the request of Francis Upton 
<francis -at- oaklandsoftware.com>. 

Modified:
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/downloads.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/features.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/news.xml
    
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/status.xml

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/downloads.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/downloads.xml?view=diff&r1=161001&r2=161002
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/downloads.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/downloads.xml
 Mon Apr 11 18:58:44 2005
@@ -14,16 +14,14 @@
          The following releases are avilable for download:
        </p>
        <ul>
-         <li>3.0-RC1 - 06 February 2004 - 
-            <a href="http://jakarta.apache.org/site/binindex.cgi";>Binary</a> 
and 
-            <a 
href="http://jakarta.apache.org/site/sourceindex.cgi";>Source</a> - <a 
+         <li>3.0-RC2 - 09 April 2005 - 
+            <a 
href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi";>Download</a>
 - <a 
              
href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES.txt";
              >Release notes</a></li>
        </ul>
        <ul>
          <li>2.0.2 - 11 October 2004 - 
-            <a href="http://jakarta.apache.org/site/binindex.cgi";>Binary</a> 
and 
-            <a 
href="http://jakarta.apache.org/site/sourceindex.cgi";>Source</a> - <a 
+            <a 
href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi";>Download</a>
 - <a 
              
href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES-2.0.txt";
              >Release notes</a></li>
        </ul>
@@ -53,7 +51,7 @@
          <source><![CDATA[
 <dependency>
     <id>commons-httpclient</id>
-    <version>3.0-rc1</version>
+    <version>3.0-rc2</version>
     <url>http://jakarta.apache.org/commons/httpclient/</url>
 </dependency>
          ]]></source>

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/features.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/features.xml?view=diff&r1=161001&r2=161002
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/features.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/features.xml
 Mon Apr 11 18:58:44 2005
@@ -6,7 +6,7 @@
     <author email="commons-dev@jakarta.apache.org">Commons Documentation 
Team</author>
     <author email="[EMAIL PROTECTED]">Rodney Waldhoff</author>
     <author email="[EMAIL PROTECTED]">Jeff Dever</author>
-    <revision>$Id: features.xml,v 1.10.2.2 2003/10/12 04:02:20 mbecke Exp 
$</revision>
+    <revision>$Id$</revision>
   </properties>
 
   <body>
@@ -96,8 +96,8 @@
         client side implementations written in Java.  The jdk has the 
HttpUrlConnection
         which is limited and in many ways flawed.  This is one reason why 
Jakarta, and
         others free and commercial vendors, have implemented independant HTTP 
clients.
-        To help you choose the right solution, one of those commercial 
vendors, nogoop, has a fair 
-        <a href="http://www.nogoop.com/product_16.html#compare";>product 
comparison</a>.</p>      
+        To help you choose the right solution, one of those commercial 
vendors, Oakland Software, has a fair 
+        <a 
href="http://www.oaklandsoftware.com/product_16.html#compare";>product 
comparison</a>.</p>      
     </section>
 
   </body>

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/news.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/news.xml?view=diff&r1=161001&r2=161002
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/news.xml 
(original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/news.xml 
Mon Apr 11 18:58:44 2005
@@ -10,6 +10,19 @@
   </properties>
 
   <body>
+        <section name="09 April 2005 - HttpClient 3.0 RC2 released">
+            <p>
+                The Jakarta Commons HttpClient project is pleased to announce 
the second release
+                candidate of HttpClient 3.0. Several minor issues have been 
fixed since RC1 and 
+                HttpClient 3.0 has made significant progess towards the final 
release. We are 
+                confident HttpClient 3.0 is ready to replace HttpClient 2.0 as 
a production
+                quality release. We strongly recommend upgrading to HttpClient 
3.0. Please 
+                <a href="downloads.html">download</a> and enjoy.
+            </p>
+            <p>The HttpClient 3.0 site can be found 
+               <a 
href="http://jakarta.apache.org/commons/httpclient/3.0/";>here</a>.
+            </p>
+        </section>    
         <section name="06 February 2005 - HttpClient 3.0 RC1 released">
             <p>
                 We are pleased to announce the HttpClient 3.0 RC1 release.  
The 3.0 API is frozen and

Modified: 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/status.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/status.xml?view=diff&r1=161001&r2=161002
==============================================================================
--- 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/status.xml
 (original)
+++ 
jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/status.xml
 Mon Apr 11 18:58:44 2005
@@ -14,9 +14,8 @@
   <body>
 
     <section name="Current Status">
-        <p>The HttpClient 3.0 first release candidate is here.  The 3.0 API is 
frozen and
-        all known bugs have been fixed.  Assuming no major problems are 
discovered in RC1 a final 3.0
-        release will follow shortly.  We strongly encourage all current 
HttpClient users to start migrating.</p>
+        <p>HttpClient 3.0 is nearly complete.  The 3.0 API is frozen and all 
known bugs have been fixed.  
+        We strongly encourage all current HttpClient users to start 
migrating.</p>
 
         <p>The HttpClient 3.0 site can be found 
          <a 
href="http://jakarta.apache.org/commons/httpclient/3.0/";>here</a>.</p>
@@ -30,14 +29,14 @@
         </p>
 
         <p>Bug reports targeted for the next release can be found
-         <a 
href="http://issues.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>.
+         <a 
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=HttpClient&amp;component=Commons+HttpClient&amp;target_milestone=3.0+Final&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=anywords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailreporter2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=";>here</a>.
        </p>
     </section>
 
     <section name="Release Info">
-      <p>Current Development Release: <a 
href="http://jakarta.apache.org/site/binindex.cgi";>
-          Release 3.0 RC1</a></p>
-      <p>Current Stable Release: <a 
href="http://jakarta.apache.org/site/binindex.cgi";>
+      <p>Current Development Release: <a 
href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi";>
+          Release 3.0 RC2</a></p>
+      <p>Current Stable Release: <a 
href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi";>
           Release 2.0.2</a></p>
     </section>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to