olegk 2003/10/07 13:46:03
Modified: httpclient release_notes.txt
Log:
Updated changelog
Revision Changes Path
1.15 +47 -5 jakarta-commons/httpclient/release_notes.txt
Index: release_notes.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/release_notes.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- release_notes.txt 18 Sep 2003 13:56:21 -0000 1.14
+++ release_notes.txt 7 Oct 2003 20:46:03 -0000 1.15
@@ -1,9 +1,16 @@
Changes on the CVS trunk:
- * added support for MD5-sess Digest authentication scheme
-
- * improved compliance to RFC 2617
-
+ * 10790 - Implemented granular non-standards configuration and tracking.
+
+ * 15435 - Implemented new preference architecture.
+
+ * Deprecated the use of system properties: 'httpclient.useragent',
+ 'httpclient.authentication.preemptive'.
+
+ * Refactored NameValuePair#equals method.
+
+ * 16729 - Refactored retry/redirect/authentication logic.
+
* 10791 - Improved HTTP Version configuration and tracking.
* 21880 - Content-Length & Transfer-Encoding request headers formerly set by
abstract
@@ -15,7 +22,42 @@
* 19868 - Exception handling framework reworked.
- * 21210 - Header parser competely rewritten.
+ * 21210 - Header parser completely rewritten.
+
+Release 2.0 Release Candidate 2
+-------------------
+Changes since Release Candidate 1:
+
+ * Javadoc enhancements.
+
+ * 23284 - Fixed bug with URI.isIPv4address().
+
+ * 22969 - PostMethod#setParameter fixed to correctly overwrite existing
parameters.
+
+ * 22970 - Fixed bug with PostMethod#removeParameter return value.
+
+ * Improved compliance to RFC 2617
+
+ * Added support for digest auth MD5-sess.
+
+ * 22655 - Added support for stale digest nonce values.
+
+ * 22968 - HttpConnection.isResponseAvailable() made a little more robust,
particularly when
+ used by HeadMethod.
+
+ * 22941 - Switched the order in which socket streams are closed: output stream
closed first,
+ followed by input stream.
+
+ * Added debugging for connection reclaiming.
+
+ * Removed JCE initialization code specific to the Sun's implementation.
+
+ * Fixed problem of Basic, Digest & NTLM authentication schemes under certain
circumstances
+ leaking passwords in clear text to the DEBUG log.
+
+ * Fixed the problem with incorrect selection of the proxy authentication realm.
+
+ * Changed URI.normalize() to ignore relative path normalization.
Release 2.0 Release Candidate 1
-------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]