mbecke 2004/01/16 13:34:34
Modified: httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH status.xml
news.xml downloads.xml
httpclient Tag: HTTPCLIENT_2_0_BRANCH build.xml project.xml
httpclient/src/java/org/apache/commons/httpclient Tag:
HTTPCLIENT_2_0_BRANCH HttpMethodBase.java
Log:
2.0 RC3 updates.
Revision Changes Path
No revision
No revision
1.20.2.5 +4 -5 jakarta-commons/httpclient/xdocs/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/status.xml,v
retrieving revision 1.20.2.4
retrieving revision 1.20.2.5
diff -u -r1.20.2.4 -r1.20.2.5
--- status.xml 12 Oct 2003 04:02:20 -0000 1.20.2.4
+++ status.xml 16 Jan 2004 21:34:33 -0000 1.20.2.5
@@ -14,10 +14,9 @@
<body>
<section name="Current Status">
- <p>The HttpClient development team is pleased to announce the second
release candidate
+ <p>The HttpClient development team is pleased to announce the third release
candidate
of <em>HttpClient 2.0</em>. We are confident that <em>HttpClient 2.0</em>
has reached
- the required level of maturity, and we hope to have a final 2.0 release by
the end of
- October 2003.</p>
+ the required level of maturity, and we hope to have a final 2.0 release
soon.</p>
<p>Only critical or major bug fixes and javadocs enhancements will be made to
the 2.0
code base before the final release.</p>
@@ -47,7 +46,7 @@
<section name="Release Info">
<p>Current Release: <a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/">
- Release 2.0 Release Candidate 2</a></p>
+ Release 2.0 Release Candidate 3</a></p>
<p>Planned Next Release: 2.0 Final</p>
</section>
1.20.2.6 +8 -1 jakarta-commons/httpclient/xdocs/news.xml
Index: news.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/news.xml,v
retrieving revision 1.20.2.5
retrieving revision 1.20.2.6
diff -u -r1.20.2.5 -r1.20.2.6
--- news.xml 12 Oct 2003 04:02:20 -0000 1.20.2.5
+++ news.xml 16 Jan 2004 21:34:33 -0000 1.20.2.6
@@ -11,6 +11,13 @@
<body>
+ <section name="16 January 2004 - HttpClient 2.0 Release Candidate 3 released">
+ <p>While a final 2.0 release still eludes us, we have continued to make
+ good progress. This release fixes some significant bugs that crept into RC2.
+ Assuming that there are no major bugs found in this release a final release
should
+ follow shortly.</p>
+ </section>
+
<section name="13 October 2003 - HttpClient 2.0 Release Candidate 2 released">
<p>Releasing a final version of HttpClient 2.0 by the end of Summer 2003, as
originally planned, was not possible. There were a significant number of
minor
1.19.2.6 +3 -3 jakarta-commons/httpclient/xdocs/downloads.xml
Index: downloads.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/downloads.xml,v
retrieving revision 1.19.2.5
retrieving revision 1.19.2.6
diff -u -r1.19.2.5 -r1.19.2.6
--- downloads.xml 4 Nov 2003 02:17:57 -0000 1.19.2.5
+++ downloads.xml 16 Jan 2004 21:34:33 -0000 1.19.2.6
@@ -16,7 +16,7 @@
The following releases are available for download:
</p>
<ul>
- <li>2.0 Release Candidate 2 - 13 October 2003 -
+ <li>2.0 Release Candidate 3 - 16 January 2004 -
<a href="http://jakarta.apache.org/site/binindex.cgi">Binary</a> and
<a href="http://jakarta.apache.org/site/sourceindex.cgi">Source</a></li>
</ul>
@@ -44,7 +44,7 @@
<source><![CDATA[
<dependency>
<id>commons-httpclient</id>
- <version>2.0-rc2</version>
+ <version>2.0-rc3</version>
<url>http://jakarta.apache.org/commons/httpclient/</url>
</dependency>
]]></source>
No revision
No revision
1.29.2.3 +2 -2 jakarta-commons/httpclient/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/build.xml,v
retrieving revision 1.29.2.2
retrieving revision 1.29.2.3
diff -u -r1.29.2.2 -r1.29.2.3
--- build.xml 12 Oct 2003 04:02:20 -0000 1.29.2.2
+++ build.xml 16 Jan 2004 21:34:33 -0000 1.29.2.3
@@ -37,7 +37,7 @@
<property name="component.title" value="HttpClient Library"/>
<!-- The current version number of this component -->
- <property name="component.version" value="2.0-rc2"/>
+ <property name="component.version" value="2.0-rc3"/>
<!-- ========== Properties: Source Directories ============================ -->
1.35.2.7 +6 -1 jakarta-commons/httpclient/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
retrieving revision 1.35.2.6
retrieving revision 1.35.2.7
diff -u -r1.35.2.6 -r1.35.2.7
--- project.xml 6 Nov 2003 09:36:57 -0000 1.35.2.6
+++ project.xml 16 Jan 2004 21:34:33 -0000 1.35.2.7
@@ -6,7 +6,7 @@
<id>commons-httpclient</id>
<gumpRepositoryId>jakarta-commons-httpclient</gumpRepositoryId>
<inceptionYear>2001</inceptionYear>
- <currentVersion>2.0-rc2</currentVersion>
+ <currentVersion>2.0-rc3</currentVersion>
<package>org.apache.commons.httpclient</package>
<organization>
@@ -34,6 +34,11 @@
</repository>
<versions>
+ <version>
+ <id>rc3</id>
+ <name>2.0-rc3</name>
+ <tag>HTTPCLIENT_2_0_RC3</tag>
+ </version>
<version>
<id>rc2</id>
<name>2.0-rc2</name>
No revision
No revision
1.159.2.22 +5 -5
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java
Index: HttpMethodBase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java,v
retrieving revision 1.159.2.21
retrieving revision 1.159.2.22
diff -u -r1.159.2.21 -r1.159.2.22
--- HttpMethodBase.java 19 Dec 2003 06:02:13 -0000 1.159.2.21
+++ HttpMethodBase.java 16 Jan 2004 21:34:33 -0000 1.159.2.22
@@ -160,7 +160,7 @@
} catch (SecurityException ignore) {
}
if (agent == null) {
- agent = "Jakarta Commons-HttpClient/2.0rc2";
+ agent = "Jakarta Commons-HttpClient/2.0rc3";
}
USER_AGENT = new Header("User-Agent", agent);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]