mbecke 2004/11/20 13:48:47
Modified: httpclient build.xml project.xml
httpclient/xdocs developerguide.xml downloads.xml
navigation.xml news.xml status.xml
httpclient/src/java/org/apache/commons/httpclient/params
DefaultHttpParamsFactory.java
Log:
Updates for 3.0 beta1 release
Revision Changes Path
1.34 +2 -2 jakarta-commons/httpclient/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/build.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.xml 19 Sep 2004 19:38:13 -0000 1.33
+++ build.xml 20 Nov 2004 21:48:47 -0000 1.34
@@ -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-alpha2"/>
+ <property name="component.version" value="3.0-beta1"/>
<!-- ========== Properties: Source Directories ============================
-->
1.52 +15 -16 jakarta-commons/httpclient/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- project.xml 11 Oct 2004 22:32:46 -0000 1.51
+++ project.xml 20 Nov 2004 21:48:47 -0000 1.52
@@ -6,7 +6,7 @@
<id>commons-httpclient</id>
<gumpRepositoryId>jakarta-commons-httpclient</gumpRepositoryId>
<inceptionYear>2001</inceptionYear>
- <currentVersion>3.0-alpha2</currentVersion>
+ <currentVersion>3.0-beta1</currentVersion>
<package>org.apache.commons.httpclient</package>
<organization>
@@ -35,6 +35,11 @@
<versions>
<version>
+ <id>3.0-beta1</id>
+ <name>3.0-beta1</name>
+ <tag>HTTPCLIENT_3_0_BETA1</tag>
+ </version>
+ <version>
<id>3.0-alpha2</id>
<name>3.0-alpha2</name>
<tag>HTTPCLIENT_3_0_ALPHA2</tag>
@@ -99,22 +104,16 @@
<mailingLists>
<mailingList>
- <name>HttpClient Mailing List</name>
- <subscribe> [EMAIL PROTECTED] </subscribe>
- <unsubscribe> [EMAIL PROTECTED] </unsubscribe>
-
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=128</archive>
- </mailingList>
- <mailingList>
- <name>Commons Developer List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=15</archive>
+ <name>HttpClient Developer List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED] </unsubscribe>
+
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=281</archive>
</mailingList>
<mailingList>
- <name>Commons User List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=105</archive>
+ <name>HttpClient User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=280</archive>
</mailingList>
</mailingLists>
@@ -289,7 +288,7 @@
</dependencies>
<build>
-
<nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
+ <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<aspectSourceDirectory/>
1.2 +1 -6 jakarta-commons/httpclient/xdocs/developerguide.xml
Index: developerguide.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/developerguide.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- developerguide.xml 10 Mar 2003 04:08:06 -0000 1.1
+++ developerguide.xml 20 Nov 2004 21:48:47 -0000 1.2
@@ -43,11 +43,6 @@
<td><a href="releases.html">Release Guide</a></td>
<td>This document describes the release process for
HttpClient.</td>
</tr>
- <tr>
- <td><a href="testwebapp.html">Webapp Test Guide</a></td>
- <td>This document describes how to setup the testing webapp and run
- the localhost tests.</td>
- </tr>
</table>
</section>
</body>
1.26 +5 -5 jakarta-commons/httpclient/xdocs/downloads.xml
Index: downloads.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/downloads.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- downloads.xml 19 Sep 2004 20:30:02 -0000 1.25
+++ downloads.xml 20 Nov 2004 21:48:47 -0000 1.26
@@ -14,14 +14,14 @@
The following releases are avilable for download:
</p>
<ul>
- <li>3.0-alpha2 - 19 September 2004 -
+ <li>3.0-beta1 - 21 November 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
href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES.txt"
>Release notes</a></li>
</ul>
<ul>
- <li>2.0.1 - 1 August 2004 -
+ <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
href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES-2.0.txt"
@@ -53,14 +53,14 @@
<source><![CDATA[
<dependency>
<id>commons-httpclient</id>
- <version>3.0-alpha2</version>
+ <version>3.0-beta1</version>
<url>http://jakarta.apache.org/commons/httpclient/</url>
</dependency>
]]></source>
<source><![CDATA[
<dependency>
<id>commons-httpclient</id>
- <version>2.0.1</version>
+ <version>2.0.2</version>
<url>http://jakarta.apache.org/commons/httpclient/</url>
</dependency>
]]></source>
1.15 +1 -2 jakarta-commons/httpclient/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/navigation.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- navigation.xml 20 Sep 2004 02:33:14 -0000 1.14
+++ navigation.xml 20 Nov 2004 21:48:47 -0000 1.15
@@ -34,7 +34,6 @@
</item>
<item name="Developer Guide" href="/developerguide.html">
<item name="Release Process" href="/releases.html"/>
- <item name="Webapp Test Guide" href="/testwebapp.html"/>
</item>
</menu>
1.33 +13 -1 jakarta-commons/httpclient/xdocs/news.xml
Index: news.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/news.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- news.xml 17 Nov 2004 01:43:20 -0000 1.32
+++ news.xml 20 Nov 2004 21:48:47 -0000 1.33
@@ -10,6 +10,18 @@
</properties>
<body>
+ <section name="21 November 2004 - HttpClient 3.0 beta1 released">
+ <p>
+ We are pleased to announce the first beta release of
HttpClient 3.0.
+ As of this release the 3.0 API is frozen. We will now focus
on creating additional
+ documentation and test cases. All current HttpClient 2.0
users are
+ strongly encouraged to migrate to 3.0. As always we encourage
+ suggestions and bug reports. 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="23 October 2004 - New HttpClient mailing lists">
<p>
Starting today HttpClient has two new mailing lists for
1.28 +10 -15 jakarta-commons/httpclient/xdocs/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/status.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- status.xml 20 Sep 2004 02:33:14 -0000 1.27
+++ status.xml 20 Nov 2004 21:48:47 -0000 1.28
@@ -14,23 +14,18 @@
<body>
<section name="Current Status">
- <p>Quite a lot of progress had been made in the 3.0 branch and we
are nearly ready
- for our first beta release. At this point HttpClient 3.0 is fully
feature-complete
- and is just a few issue reports short of being code and
documentation complete.
- We strongly encourage all current HttpClient users to have a look at
the new and
- improved 3.0 API before we freeze API changes for the first beta
release.
- Any feedback would be greatly appreciated. </p>
+ <p>The first HttpClient 3.0 beta release is here. The 3.0 API has
been frozen and
+ all efforts will now be focused on bug fixing, documentation, and
test cases. We
+ strongly encourage all current HttpClient to start migrating.</p>
- <p>The preview of the HttpClient 3.0 site can be found
+ <p>The HttpClient 3.0 site can be found
<a
href="http://jakarta.apache.org/commons/httpclient/3.0/">here</a>.</p>
<p>HttpClient 2.0 is no longer being actively developed, with the
exception of
- bug fixes and minor enhancements. 2.0.1 is the latest stable
release.</p>
+ bug fixes and minor enhancements. 2.0.2 is the latest stable
release.</p>
- <p>It is important to note that HttpClient CVS HEAD is no longer
fully compatible
- with 2.0.x APIs. We encourage using the
<tt>HTTPCLIENT_2_0_BRANCH</tt> for production
- development until the 3.0 APIs are stabilized. API incompatibilities
with HttpClient
- 2.0.x are described
+ <p>It is important to note that HttpClient CVS HEAD (3.0) is no
longer fully compatible
+ with 2.0.x APIs. API incompatibilities with HttpClient 2.0.x are
described
<a
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/API_CHANGES_3_0.txt?view=markup">here</a>.
</p>
@@ -41,9 +36,9 @@
<section name="Release Info">
<p>Current Development Release: <a
href="http://jakarta.apache.org/site/binindex.cgi">
- Release 3.0-alpha2</a></p>
+ Release 3.0-beta1</a></p>
<p>Current Stable Release: <a
href="http://jakarta.apache.org/site/binindex.cgi">
- Release 2.0.1</a></p>
+ Release 2.0.2</a></p>
</section>
</body>
1.16 +4 -4
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java
Index: DefaultHttpParamsFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- DefaultHttpParamsFactory.java 6 Nov 2004 19:15:42 -0000 1.15
+++ DefaultHttpParamsFactory.java 20 Nov 2004 21:48:47 -0000 1.16
@@ -68,7 +68,7 @@
protected HttpParams createParams() {
HttpClientParams params = new HttpClientParams(null);
- params.setParameter(HttpMethodParams.USER_AGENT, "Jakarta
Commons-HttpClient/3.0-alpha2");
+ params.setParameter(HttpMethodParams.USER_AGENT, "Jakarta
Commons-HttpClient/3.0-beta1");
params.setVersion(HttpVersion.HTTP_1_1);
params.setConnectionManagerClass(SimpleHttpConnectionManager.class);
params.setCookiePolicy(CookiePolicy.RFC_2109);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]