mbecke 2003/08/01 16:20:09
Modified: httpclient/xdocs news.xml downloads.xml features.xml
status.xml
httpclient release_notes.txt
Log:
Documentation updates for RC1. (Copied from branch 2.0
Revision Changes Path
1.23 +4 -4 jakarta-commons/httpclient/xdocs/news.xml
Index: news.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/news.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- news.xml 31 Jul 2003 17:46:16 -0000 1.22
+++ news.xml 1 Aug 2003 23:20:09 -0000 1.23
@@ -12,11 +12,11 @@
<body>
<section name="1 August 2003 - HttpClient 2.0 Release Candidate 1 released">
- <p>With this release the <em>HttpClient 2.0 BETA</em> development phase has
been
+ <p>The <em>HttpClient 2.0 BETA</em> development phase has been
concluded. The number of bugs discovered in the course of the BETA
development
- has been surprisingly low. We are growing 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 the Summer or the mid Autumn the latest.</p>
+ was surprisingly low. 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 the Summer.</p>
</section>
<section name="02 July 2003 - HttpClient 2.0 Beta 2 released">
1.21 +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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- downloads.xml 26 Jul 2003 15:09:27 -0000 1.20
+++ downloads.xml 1 Aug 2003 23:20:09 -0000 1.21
@@ -17,7 +17,7 @@
</p>
<ul>
<li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/">
- Release 2.0 Release Candidate 1</a> - 28 July 2003</li>
+ Release 2.0 Release Candidate 1</a> - 1 August 2003</li>
</ul>
<p>
Nightly source drops can be obtained
@@ -43,7 +43,7 @@
<pre>
<dependency>
<id>commons-httpclient</id>
- <version>2.0-beta2</version>
+ <version>2.0-rc1</version>
<url>http://jakarta.apache.org/commons/httpclient/</url>
</dependency>
</pre>
1.11 +1 -2 jakarta-commons/httpclient/xdocs/features.xml
Index: features.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/features.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- features.xml 26 May 2003 15:13:43 -0000 1.10
+++ features.xml 1 Aug 2003 23:20:09 -0000 1.11
@@ -101,7 +101,6 @@
<a href="http://www.nogoop.com/product_16.html#compare">product
comparison</a>,
noting the following recent additions to HttpClient:
<ul>
- <li>NTLM Authentication</li>
<li>idle connection timeout</li>
</ul>
</p>
1.22 +12 -12 jakarta-commons/httpclient/xdocs/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/status.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- status.xml 26 Jul 2003 15:09:27 -0000 1.21
+++ status.xml 1 Aug 2003 23:20:09 -0000 1.22
@@ -14,18 +14,18 @@
<body>
<section name="Current Status">
- <p>HttpClient development team to pleased to announce that <em>HttpClient
2.0 BETA</em>
- development phase has been concluded. The number of bugs discovered in the
course of the
- BETA development has been surprisingly low. We are growing confident that
<em>HttpClient
+ <p>The HttpClient development team is pleased to announce that
<em>HttpClient 2.0 BETA</em>
+ development has been concluded. The number of bugs discovered in the course
of the
+ BETA development was surprisingly low. 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 the Summer or the mid Autumn the latest.</p>
+ release by the end of the Summer.</p>
<p>Only critical or major bug fixes and javadocs enhancements will be made to
the 2.0
code base in the next few weeks.</p>
- <p>Meanwhile, the HttpClient development team has been busy working on the
next version
- of <em>HttpClient</em>. The next version of HttpClient is going to build
upon the
- foundation laid with <em>HttpClient 2.0</em> while addressing those
architectural
+ <p>Meanwhile, the HttpClient development team has been busy working toward a
post 2.0
+ release. The next version of <em>HttpClient</em> is going to build upon the
+ foundation laid with <em>HttpClient 2.0</em> while addressing those
architectural
shortcomings and flaws identified in the course of 2.0 development. Several
well known
and much complained about problems cannot be resolved while maintaining
complete 2.0 API
compatibility. The primary objective of the next version is to fix those
design limitations,
@@ -34,11 +34,11 @@
<p>Depending upon how drastic those API changes are going to be, the next
version of
HttpClient will be designated as <tt>2.1</tt>, <tt>2.5</tt> or
<tt>3.0</tt>.
- The decision is to be taken before 2.0 final release.</p>
+ The decision will be made prior to a 2.0 final release.</p>
- <p>It is important to note that HttpClient CVS HEAD may (and already is) no
longer be
- compatible with 2.0 APIs. We strongly encourage to use
<tt>HTTPCLIENT_2_0_BRANCH</tt>
- until next version API are stabilized.</p>
+ <p>It is important to note that HttpClient CVS HEAD is no longer fully
compatible
+ with 2.0 APIs. We strongly encourage using the
<tt>HTTPCLIENT_2_0_BRANCH</tt>
+ until the next version's APIs are stabilized.</p>
</section>
<section name="Release Info">
1.13 +3 -1 jakarta-commons/httpclient/release_notes.txt
Index: release_notes.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/release_notes.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- release_notes.txt 31 Jul 2003 21:22:14 -0000 1.12
+++ release_notes.txt 1 Aug 2003 23:20:09 -0000 1.13
@@ -13,7 +13,7 @@
* 21210 - Header parser competely rewritten.
-Release 2.0 Release Candidate 2
+Release 2.0 Release Candidate 1
-------------------
Changes since Release 2.0 Beta 2:
@@ -21,6 +21,8 @@
performance improvement at the cost of reduced reliability
* Improved debug logging in multi-threaded connection manager
+
+ * URI.normalize() no longer has an effect on relative URIs.
* 21532 - Removed use of sun.* class in URI.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]