Author: olegk
Date: Tue Mar 13 14:39:52 2007
New Revision: 517885

URL: http://svn.apache.org/viewvc?view=rev&rev=517885
Log:
Changes for 3.1-rc1 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?view=diff&rev=517885&r1=517884&r2=517885
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml Tue Mar 13 
14:39:52 2007
@@ -14,7 +14,7 @@
          The following releases are avilable for download:
        </p>
        <ul>
-         <li>CURRENT - 3.1-beta1 - 30 October 2006 - 
+         <li>CURRENT - 3.1-rc1 - 16 March 2007 - 
             <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>
@@ -46,12 +46,12 @@
        <p>
          If you are using Maven for your project, you can create a dependency 
in your
          project.xml with one of the following:</p>
-        <p><b>3.1-beta1</b></p>
+        <p><b>3.1-rc1</b></p>
          <source><![CDATA[
 <dependency>
     <groupId>commons-httpclient</groupId>
     <artifactId>commons-httpclient</artifactId>
-    <version>3.1-beta1</version>
+    <version>3.1-rc1</version>
     <url>http://jakarta.apache.org/commons/httpclient/</url>
 </dependency>
          ]]></source>

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/news.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/xdocs/news.xml?view=diff&rev=517885&r1=517884&r2=517885
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/news.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/news.xml Tue Mar 13 14:39:52 
2007
@@ -10,6 +10,13 @@
   </properties>
 
   <body>
+        <section name="16 March 2007 - HttpClient 3.1-rc1 released">
+            <p>
+              HttpClient 3.1-rc1 has been released. This version fixes a 
number of issues
+              found since 3.1-beta1. This release is expected to be the last 
one before 
+              HttpClient 3.1 goes final.
+            </p>
+        </section>    
         <section name="30 October 2006 - HttpClient 3.1-beta1 released">
             <p>
               HttpClient 3.1-beta1 has been released. This version finalizes 
the RFC 2965 cookie 

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/status.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/httpclient/trunk/xdocs/status.xml?view=diff&rev=517885&r1=517884&r2=517885
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/status.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/status.xml Tue Mar 13 
14:39:52 2007
@@ -18,10 +18,8 @@
            Cookie2 or port sensitive cookies) and a number of improvements to 
the 
            HTTP connection management. 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/jira/secure/IssueNavigator.jspa?requestId=12311032";>here</a>.
-       </p>
+        <p>HttpClient 3.1 is likely to be the last non-bug fixing release of 
the 
+           HttpClient 3.x code line</p>
     </section>
 
     <section name="Release Info">



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

Reply via email to