You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ol...@apache.org on 2006/06/24 15:19:57 UTC

svn commit: r416912 - in /jakarta/commons/proper/httpclient/trunk/xdocs: downloads.xml news.xml status.xml

Author: olegk
Date: Sat Jun 24 06:19:56 2006
New Revision: 416912

URL: http://svn.apache.org/viewvc?rev=416912&view=rev
Log:
Updates for the 3.1-alpha1 release

Modified:
    jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml
    jakarta/commons/proper/httpclient/trunk/xdocs/news.xml
    jakarta/commons/proper/httpclient/trunk/xdocs/status.xml

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml?rev=416912&r1=416911&r2=416912&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml Sat Jun 24 06:19:56 2006
@@ -14,22 +14,22 @@
          The following releases are avilable for download:
        </p>
        <ul>
-         <li>3.0.1 - 08 May 2006 - 
+         <li>CURRENT - 3.1-alpha1 - 26 June 2006 - 
             <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 - 
+         <li>STABLE - 3.0.1 - 08 May 2006 - 
             <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"
+             href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES.txt"
              >Release notes</a></li>
        </ul>
        <p>
          Nightly source drops and binary builds can be obtained at the following URLs:
        </p>
        <ul>
-           <li>STABLE 3.0 <b>recommended</b> - <a href="http://svn.apache.org/builds/jakarta-commons/nightly/commons-httpclient/">latest from HEAD(3.0)</a> - <b>Please note that this code is not API compatible with 2.0.</b></li>
+           <li>UNSTABLE - <a href="http://svn.apache.org/builds/jakarta-commons/nightly/commons-httpclient/">latest from HEAD (3.1)</a></li>
        </ul>
        <p>
          The latest <a href="http://jakarta.apache.org/gump/">Gump</a> generated binary
@@ -46,24 +46,25 @@
        <p>
          If you are using Maven for your project, you can create a dependency in your
          project.xml with one of the following:</p>
-	 <b>3.0.1</b>
+	 <p><b>3.1-alpha1</b></p>
          <source><![CDATA[
 <dependency>
     <groupId>commons-httpclient</groupId>
     <artifactId>commons-httpclient</artifactId>
-    <version>3.0.1</version>
+    <version>3.1-alpha1</version>
     <url>http://jakarta.apache.org/commons/httpclient/</url>
 </dependency>
          ]]></source>
-	 <b>2.0.2</b>
+     <p><b>3.0.1</b></p>
          <source><![CDATA[
 <dependency>
     <groupId>commons-httpclient</groupId>
     <artifactId>commons-httpclient</artifactId>
-    <version>2.0.2</version>
+    <version>3.0.1</version>
     <url>http://jakarta.apache.org/commons/httpclient/</url>
 </dependency>
          ]]></source>
+
            <p>There are also other jar versions available.  You can check
            <a href="http://www.ibiblio.org/maven/commons-httpclient/">HttpClient on ibiblio</a>
            for exactly what is available.

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/news.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/xdocs/news.xml?rev=416912&r1=416911&r2=416912&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/news.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/news.xml Sat Jun 24 06:19:56 2006
@@ -10,6 +10,14 @@
   </properties>
 
   <body>
+        <section name="26 June 2006 - HttpClient 3.1-alpha1 released">
+            <p>
+              HttpClient 3.1-alpha1 has been released. This version adds support for the RFC 2965 cookie 
+              management (also known as Cookie2 or port sensitive cookies). All upstream projects dependent 
+              on HttpClient are strongly encouraged to review the new API and test new features for 
+              compatibility with their products.
+            </p>
+        </section>    
         <section name="12 May 2006 - HttpClient issue tracking migrated to Jira">
             <p>
               HttpClient issue tracking has migrated from Bugzilla to Jira. Please do not enter new bug reports 

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/status.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/xdocs/status.xml?rev=416912&r1=416911&r2=416912&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/status.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/status.xml Sat Jun 24 06:19:56 2006
@@ -14,21 +14,20 @@
   <body>
 
     <section name="Current Status">
-        <p>HttpClient 3.0 has arrived! We strongly encourage all current HttpClient 
-	users to migrate.</p>
-
-        <p>HttpClient 2.0 is no longer being actively developed and supported.</p>
+        <p>HttpClient 3.1 adds support for the RFC 2965 cookie management (also known as
+           Cookie2 or port sensitive cookies). Please note HttpClient 3.1 is still 
+           in the ALPHA stage and the API of new features is considered unstable. HttpClient 3.1
+           is backward compatible with HttpClient 3.0</p>
 
         <p>Bug reports targeted for the next release can be found
-         <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.1&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>.
+         <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12311032">here</a>.
        </p>
     </section>
 
     <section name="Release Info">
       <p>Current Stable Release (<b>recommended</b>): <a href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi">
-          Release 3.0</a></p>
-      <p>Previous Stable Release: <a href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi">
-          Release 2.0.2</a></p>
+          Release 3.0.1</a></p>
+      <p>HttpClient 2.0 is no longer being actively developed and supported.</p>
     </section>
 
   </body>



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