olegk 2004/02/15 05:12:38
Modified: httpclient release_notes.txt
Log:
Release notes updated for the 2.0 final
Revision Changes Path
1.17 +49 -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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- release_notes.txt 2 Nov 2003 18:18:30 -0000 1.16
+++ release_notes.txt 15 Feb 2004 13:12:38 -0000 1.17
@@ -28,6 +28,54 @@
* 21210 - Header parser completely rewritten.
+Release 2.0
+-------------------
+Changes since Release Candidate 3:
+
+ * 26500 - Socket timeout is now correctly set on open connections
+
+ * 26328 - Fixed getScheme() and getPort() returning wrong defaults for HttpsURL
+
+ * 26139 - Fixed possible connection leak caused by lack of equals() and hashCode()
on protocol
+ socket factories
+
+ * 26688 - Fixed the problem with HttpURL creating wrong authority String when user
info is changed
+
+Release 2.0 Release Candidate 3
+-------------------
+Changes since Release Candidate 2:
+
+ * HTTP status line parser changed to be more robust when dealing with
non-compliant
+ HTTP responses (leading blanks before 'HTTP' signature).
+
+ * Fixed NPE in HttpMethodBase#responseBodyConsumed().
+
+ * 24309 - Changed MultiThreadedHttpConnectionManager to move to a single
connection
+ GC thread. Fixed memory and thread leaks.
+
+ * 24327 - Fixed a bug where HttpClient did not reset the 'force-close connection'
+ flag, when an HTTP method was automatically retried (for instance, when
automatically
+ handling an authentication challenge).
+
+ * 24352 - Fixed the bug causing basic authentication via NLTM Proxy to fail.
+
+ * 25370 - Connections are now closed and released automatically when an
unrecoverable
+ exception occurs in HttpMethodBase.processRequest().
+
+ * 23866 - Fixed possible uncaught IllegalArgumentException in Cookie parsing.
+
+ * 25264 - Added support for cookies with a domain attribute '.domain.com' issued
by
+ host 'domain.com' in the browser compatibility mode. Even though the cookie
violates
+ RFC 2109 it still gets accepted by mainstream browsers (tested with Mozilla
Firebird and IE).
+
+ * 24869 - Changed DigestScheme to only accept a challenge if all fields required
+ by RFC 2617 are present.
+
+ * 24671 - Added ISO-8859-1 support for digest authentication passwords, and basic
authentication
+ user names and passwords.
+
+ * Javadoc enhancements.
+
Release 2.0 Release Candidate 2
-------------------
Changes since Release Candidate 1:
@@ -61,7 +109,7 @@
* Fixed the problem with incorrect selection of the proxy authentication realm.
- * Changed URI.normalize() to ignore relative path normalization.
+ * 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]