mbecke 2004/11/16 18:19:14
Modified: httpclient release_notes.txt
Log:
added the latest changes
Revision Changes Path
1.41 +11 -2 jakarta-commons/httpclient/release_notes.txt
Index: release_notes.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/release_notes.txt,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- release_notes.txt 2 Nov 2004 19:46:19 -0000 1.40
+++ release_notes.txt 17 Nov 2004 02:19:13 -0000 1.41
@@ -1,5 +1,14 @@
+Release 3.0 Beta 1
+-------------------
Changes since Alpha 2:
+ * 31929 - Added support for formatting dates. Deprecated DateParser in
+ favor of DateUtil.
+ Contributed by Michael Becke <mbecke at apache.org>
+
+ * ----- - HostConfiguration.isHostSet() and Hostconfiguration.isProxySet()
have been
+ deprecated.
+
* 31981 - Fixed the bug causing an infinite loop in HttpMethodDirector
when using SSL + proxy + host auth + keep alive off
Contributed by Oleg Kalnichevski <olegk at apache.org>
@@ -11,8 +20,8 @@
* 31471 - HostConfiguration refactored
Contributed by Oleg Kalnichevski <olegk at apache.org>
- * ContentLengthInputStream no longer supports mark() & reset() methods.
- Old broken implementation removed.
+ * ----- - ContentLengthInputStream no longer supports mark() & reset()
methods. Old
+ broken implementation removed.
Contributed by Eric Johnson <eric at tibco.com>
Release 3.0 Alpha 2
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]