Author: mbecke
Date: Sun Dec 18 20:29:32 2005
New Revision: 357627
URL: http://svn.apache.org/viewcvs?rev=357627&view=rev
Log:
Updates for 3.0 release.
Modified:
jakarta/commons/proper/httpclient/trunk/build.xml
jakarta/commons/proper/httpclient/trunk/project.xml
jakarta/commons/proper/httpclient/trunk/release_notes.txt
jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java
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/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/build.xml?rev=357627&r1=357626&r2=357627&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/build.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/build.xml Sun Dec 18 20:29:32 2005
@@ -38,7 +38,7 @@
<property name="component.title" value="HttpClient Library"/>
<!-- The current version number of this component -->
- <property name="component.version" value="3.0-rc4"/>
+ <property name="component.version" value="3.0"/>
<!-- ========== Properties: Source Directories ============================ -->
Modified: jakarta/commons/proper/httpclient/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/project.xml?rev=357627&r1=357626&r2=357627&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/project.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/project.xml Sun Dec 18 20:29:32 2005
@@ -7,7 +7,7 @@
<artifactId>commons-httpclient</artifactId>
<gumpRepositoryId>jakarta-commons-httpclient</gumpRepositoryId>
<inceptionYear>2001</inceptionYear>
- <currentVersion>3.0-rc5-SNAPSHOT</currentVersion>
+ <currentVersion>3.0</currentVersion>
<package>org.apache.commons.httpclient</package>
<organization>
@@ -34,6 +34,11 @@
</repository>
<versions>
<version>
+ <id>3.0</id>
+ <name>3.0</name>
+ <tag>HTTPCLIENT_3_0</tag>
+ </version>
+ <version>
<id>3.0-rc4</id>
<name>3.0-rc4</name>
<tag>HTTPCLIENT_3_0_RC4</tag>
@@ -331,7 +336,7 @@
</build>
<reports>
- <report>maven-changelog-plugin</report>
+ <report>maven-changelog-plugin</report>
<report>maven-changes-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-file-activity-plugin</report>
Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/release_notes.txt?rev=357627&r1=357626&r2=357627&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/release_notes.txt (original)
+++ jakarta/commons/proper/httpclient/trunk/release_notes.txt Sun Dec 18
20:29:32 2005
@@ -1,3 +1,5 @@
+Release 3.0
+-------------------
Changes since Release Candidate 4:
* 37526 - Fixed incorrect processing of HTTP parameters with an
Modified:
jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java?rev=357627&r1=357626&r2=357627&view=diff
==============================================================================
---
jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java
(original)
+++
jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java
Sun Dec 18 20:29:32 2005
@@ -66,7 +66,7 @@
protected HttpParams createParams() {
HttpClientParams params = new HttpClientParams(null);
- params.setParameter(HttpMethodParams.USER_AGENT, "Jakarta
Commons-HttpClient/3.0-rc4");
+ params.setParameter(HttpMethodParams.USER_AGENT, "Jakarta
Commons-HttpClient/3.0");
params.setVersion(HttpVersion.HTTP_1_1);
params.setConnectionManagerClass(SimpleHttpConnectionManager.class);
params.setCookiePolicy(CookiePolicy.RFC_2109);
Modified: jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml?rev=357627&r1=357626&r2=357627&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml Sun Dec 18
20:29:32 2005
@@ -14,7 +14,7 @@
The following releases are avilable for download:
</p>
<ul>
- <li>3.0-RC4 - 11 October 2005 -
+ <li>3.0 - 19 December 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>
@@ -29,13 +29,12 @@
Nightly source drops and binary builds can be obtained at the
following URLs:
</p>
<ul>
- <li>STABLE - <a
href="http://svn.apache.org/builds/jakarta-commons/nightly/commons-httpclient2/">latest
from the 2.0 branch</a></li>
- <li>DEVELOPMENT - <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 no longer 2.0 API
compatible.</b></li>
+ <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>STABLE 2.0 - <a
href="http://svn.apache.org/builds/jakarta-commons/nightly/commons-httpclient2/">latest
from the 2.0 branch</a></li>
</ul>
<p>
The latest <a href="http://jakarta.apache.org/gump/">Gump</a>
generated binary
can be obtained <a
href="http://gump.covalent.net/jars/latest/jakarta-commons/">here</a>.
- <b>Please note that nightly drops are no longer 2.0 API
compatible.</b>
</p>
<p>
The Subversion repository for <em>HttpClient</em> can be
@@ -52,8 +51,8 @@
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
- <version>3.0-rc4</version>
- <url>http://jakarta.apache.org/commons/httpclient/3.0/</url>
+ <version>3.0</version>
+ <url>http://jakarta.apache.org/commons/httpclient/</url>
</dependency>
]]></source>
<source><![CDATA[
@@ -61,7 +60,7 @@
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>2.0.2</version>
- <url>http://jakarta.apache.org/commons/httpclient/</url>
+ <url>http://jakarta.apache.org/commons/httpclient/2.0/</url>
</dependency>
]]></source>
<p>There are also other jar versions available. You can check
Modified: jakarta/commons/proper/httpclient/trunk/xdocs/news.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/news.xml?rev=357627&r1=357626&r2=357627&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/news.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/news.xml Sun Dec 18 20:29:32
2005
@@ -10,6 +10,13 @@
</properties>
<body>
+ <section name="19 December 2005 - HttpClient 3.0 released">
+ <p>
+ The Jakarta Commons HttpClient project is pleased to announce
the release of HttpClient 3.0.
+ This release fixes all of the bugs discovered in RC4. As
before, we strongly recommend that all users upgrade
+ to HttpClient 3.0. Please <a href="downloads.html">download</a>
and enjoy.
+ </p>
+ </section>
<section name="11 October 2005 - HttpClient 3.0 RC4 released">
<p>
The Jakarta Commons HttpClient project is pleased to announce
the fourth and hopefully final
Modified: jakarta/commons/proper/httpclient/trunk/xdocs/status.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/status.xml?rev=357627&r1=357626&r2=357627&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/status.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/status.xml Sun Dec 18
20:29:32 2005
@@ -14,26 +14,26 @@
<body>
<section name="Current Status">
- <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>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, with the
exception of
bug fixes and minor enhancements. 2.0.2 is the latest stable
release.</p>
- <p>It is important to note that HttpClient Subversion Trunk (3.0) is
no longer fully compatible
- with 2.0.x APIs. API incompatibilities with HttpClient 2.0.x are
described
+ <p>It is important to note that HttpClient 3.0 is no longer fully
compatible
+ with the 2.0.x APIs. API incompatibilities with HttpClient 2.0.x are
described
<a
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/API_CHANGES_3_0.txt?view=markup">here</a>.
</p>
<p>Bug reports targeted for the next release can be found
- <a
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=HttpClient&component=Commons+HttpClient&target_milestone=3.0+Final&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=anywords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailreporter2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">here</a>.
+ <a
href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=HttpClient&component=Commons+HttpClient&target_milestone=3.0.1&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=anywords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailreporter2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">here</a>.
</p>
</section>
<section name="Release Info">
- <p>Current Development Release (<b>recommended</b>): <a
href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi">
- Release 3.0 RC4</a></p>
- <p>Current Stable Release: <a
href="http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi">
+ <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>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]