You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2007/08/15 12:44:28 UTC

svn commit: r566098 - in /jakarta/httpcomponents/oac.hc3x/trunk: project.xml xdocs/downloads.xml xdocs/news.xml xdocs/status.xml

Author: olegk
Date: Wed Aug 15 03:44:27 2007
New Revision: 566098

URL: http://svn.apache.org/viewvc?view=rev&rev=566098
Log:
Updated web site for release 3.1 final; fixed download links

Modified:
    jakarta/httpcomponents/oac.hc3x/trunk/project.xml
    jakarta/httpcomponents/oac.hc3x/trunk/xdocs/downloads.xml
    jakarta/httpcomponents/oac.hc3x/trunk/xdocs/news.xml
    jakarta/httpcomponents/oac.hc3x/trunk/xdocs/status.xml

Modified: jakarta/httpcomponents/oac.hc3x/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/project.xml?view=diff&rev=566098&r1=566097&r2=566098
==============================================================================
--- jakarta/httpcomponents/oac.hc3x/trunk/project.xml (original)
+++ jakarta/httpcomponents/oac.hc3x/trunk/project.xml Wed Aug 15 03:44:27 2007
@@ -23,7 +23,7 @@
   </description>
 
   <logo>/images/httpclient_logo.png</logo>
-  <url>http://jakarta.apache.org/httpcomponents/httpclient-3.x/</url>
+  <url>http://jakarta.apache.org/httpcomponents/commons-httpclient-3.x/</url>
   <issueTrackingUrl>http://issues.apache.org/jira/browse/HTTPCLIENT</issueTrackingUrl>
 
   <siteAddress>people.apache.org</siteAddress>

Modified: jakarta/httpcomponents/oac.hc3x/trunk/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/xdocs/downloads.xml?view=diff&rev=566098&r1=566097&r2=566098
==============================================================================
--- jakarta/httpcomponents/oac.hc3x/trunk/xdocs/downloads.xml (original)
+++ jakarta/httpcomponents/oac.hc3x/trunk/xdocs/downloads.xml Wed Aug 15 03:44:27 2007
@@ -14,39 +14,19 @@
          The following releases are available for download:
        </p>
        <ul>
-         <li>CURRENT - 3.1-rc1 - 16 March 2007 - 
-<!--
-            <a href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi">Download</a>
+         <li>CURRENT - 3.1 - 22 August 2007 - 
+            <a href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient-3.x.cgi">Download</a>
             -
-            <a href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES.txt"
-             >Release notes</a></li>
--->
-            <a href="http://commons.apache.org/downloads/download_httpclient.cgi">Download</a>
-            -
-            <a href="http://www.apache.org/dist/commons/httpclient/RELEASE-NOTES.txt"
+            <a href="http://www.apache.org/dist/jakarta/httpcomponents/commons-httpclient-3.x/RELEASE-NOTES.txt"
              >Release notes</a></li>
        </ul>
        <ul>
          <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.txt"
-             >Release notes</a></li>
--->
-            <a href="http://commons.apache.org/downloads/download_httpclient.cgi">Download</a>
+            <a href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient-3.x.cgi">Download</a>
             -
-            <a href="http://www.apache.org/dist/commons/httpclient/RELEASE-NOTES.txt"
+            <a href="http://www.apache.org/dist/jakarta/httpcomponents/commons-httpclient-3.x/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>UNSTABLE - <a href="http://svn.apache.org/builds/jakarta-commons/nightly/commons-httpclient/">latest from HEAD (3.1)</a></li>
-       </ul>
--->
        <p>
          The Subversion repository for <em>HttpClient</em> can be
          <a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/">browsed online</a>.
@@ -60,12 +40,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-rc1</b></p>
+	 <p><b>3.1</b></p>
          <source><![CDATA[
 <dependency>
     <groupId>commons-httpclient</groupId>
     <artifactId>commons-httpclient</artifactId>
-    <version>3.1-rc1</version>
+    <version>3.1</version>
     <url>http://jakarta.apache.org/commons/httpclient/</url>
 </dependency>
          ]]></source>

Modified: jakarta/httpcomponents/oac.hc3x/trunk/xdocs/news.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/xdocs/news.xml?view=diff&rev=566098&r1=566097&r2=566098
==============================================================================
--- jakarta/httpcomponents/oac.hc3x/trunk/xdocs/news.xml (original)
+++ jakarta/httpcomponents/oac.hc3x/trunk/xdocs/news.xml Wed Aug 15 03:44:27 2007
@@ -10,6 +10,13 @@
   </properties>
 
   <body>
+        <section name="22 August 2007 - HttpClient 3.1 released">
+            <p>
+              HttpClient 3.1 has been released. This version adds a number improvements to the 
+              connection management code and fixes a number of minor bugs. It is likely to be the 
+              last non bug fixing release of the HttpClient 3.x codeline.
+            </p>
+        </section>    
         <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

Modified: jakarta/httpcomponents/oac.hc3x/trunk/xdocs/status.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/xdocs/status.xml?view=diff&rev=566098&r1=566097&r2=566098
==============================================================================
--- jakarta/httpcomponents/oac.hc3x/trunk/xdocs/status.xml (original)
+++ jakarta/httpcomponents/oac.hc3x/trunk/xdocs/status.xml Wed Aug 15 03:44:27 2007
@@ -23,8 +23,8 @@
     </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.1</a></p>
+      <p>Current Stable Release (<b>recommended</b>): <a href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient-3.x.cgi">
+          Release 3.1</a></p>
       <p>HttpClient 2.0 is no longer being actively developed and supported.</p>
     </section>