olegk 2004/09/14 13:14:52
Modified: httpclient release_notes.txt
Log:
PR #31163 (DateParser refactoring; Stateful cookie specs)
Changelog:
* CookieSpec instantiated on a per method basis
* CookieSpec classes made stateful
* DateParser no longer tightly coupled with the DefaultHttpParams
Contributed by Oleg Kalnichevski
Reviewed by Michael Becke
Revision Changes Path
1.33 +3 -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.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- release_notes.txt 6 Sep 2004 18:01:02 -0000 1.32
+++ release_notes.txt 14 Sep 2004 20:14:51 -0000 1.33
@@ -2,6 +2,9 @@
-------------------
Changes since Alpha 1:
+ * 31163 - CookieSpec classes made stateful
+ Contributed by Oleg Kalnichevski <olegk at apache.org>
+
* 21329 - Added input buffering to improve performance
Contributed by Bjarne Rasmussen <brasmussen at novell.com>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]