olegk 2004/12/20 03:52:53
Modified: httpclient release_notes.txt
Log:
PR #32333
PR #32558
PR #32409
Revision Changes Path
1.44 +11 -0 jakarta-commons/httpclient/release_notes.txt
Index: release_notes.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/release_notes.txt,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- release_notes.txt 19 Dec 2004 16:57:23 -0000 1.43
+++ release_notes.txt 20 Dec 2004 11:52:53 -0000 1.44
@@ -1,4 +1,15 @@
Changes since Beta 1:
+
+ * 32409 - HttpState now has new methods for clearing all cookies and
credentials.
+ Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+ * 32558 - Fixed retry count bug in DefaultMethodRetryHandler
+ Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+ * 32333 - Connection is now closed upon "Connection: close" request,
+ if the server does not include an explicit connection
+ directive in the response.
+ Contributed by Oleg Kalnichevski <olegk at apache.org>
* 32765 - Fixed NullPointerException in HostConfiguration.setHost(Sting)
Contributed by Stuart Herring <apache -at- stuartherring.com>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]