mbecke 2003/06/19 18:11:23
Modified: httpclient release_notes.txt
Log:
Removed spurious control characters(again). Thanks to Tetsuya Kitahata for catching
this.
Revision Changes Path
1.8 +15 -15 jakarta-commons/httpclient/release_notes.txt
Index: release_notes.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/release_notes.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- release_notes.txt 19 Jun 2003 23:37:16 -0000 1.7
+++ release_notes.txt 20 Jun 2003 01:11:23 -0000 1.8
@@ -14,38 +14,38 @@
-------------------
Changes since Release 2.0 Alpha 3:
-�* Changed HttpConnection to use socket timeout instead of busy
+ * Changed HttpConnection to use socket timeout instead of busy
waiting while expecting input.
-�* Added a getResponseContentLength() method to HttpMethod.
+ * Added a getResponseContentLength() method to HttpMethod.
-�* Changed HttpClient to accept correctly encoded URLs instead of
+ * Changed HttpClient to accept correctly encoded URLs instead of
attempting to encode them within HttpClient.
* 'Expect: 100-continue' logic factored out into an abstract
ExpectContinueMethod class
-�* 'Expect: 100-Continue' handshake disabled per default, as it may not work
+ * 'Expect: 100-Continue' handshake disabled per default, as it may not work
properly with older HTTP/1.0 servers or proxies.
-�* Reengineered authentication code.� This includes a fix for
+ * Reengineered authentication code. This includes a fix for
HttpClient continually attempting to authenticate to digest realms and
provides for better future extensibility.
* Authenticator class deprecated
-�* Improved user documentation and example code.
+ * Improved user documentation and example code.
-�* Added ability to differentiate between different hosts using the
+ * Added ability to differentiate between different hosts using the
same realm names.
-�* Added support for specifying a virtual host name to use.
+ * Added support for specifying a virtual host name to use.
-�* Fixed problem with half-closed connections causing a
+ * Fixed problem with half-closed connections causing a
HttpRecoverableException to be thrown when HttpClient attempts to read
from a socket.
-�* Improved reliability with the HEAD method and servers that
+ * Improved reliability with the HEAD method and servers that
incorrectly include a response body.
* Improved support for connection keep-alive when communicating via a proxy
@@ -56,7 +56,7 @@
* HttpConnectionManager is now a property of the HttpClient class,
not of the HttpState class
-�* Added ability to specify the local address that HttpClient should
+ * Added ability to specify the local address that HttpClient should
create connections from.
@@ -69,13 +69,13 @@
* "Expect: 100-continue" handshake support added for POST, PUT & multipart POST
-�* Added support for chunked requests for POST and PUT.
+ * Added support for chunked requests for POST and PUT.
-�* Added support for 303 See Other redirections.
+ * Added support for 303 See Other redirections.
-�* Changed input and output streams to use buffering to improve performance.
+ * Changed input and output streams to use buffering to improve performance.
-�* Improved handling of multivalue headers.� Order is now preserved and
+ * Improved handling of multivalue headers. Order is now preserved and
convenience methods have been added to access each value.
* In non-strict mode each cookie sent with the request is put on a separate
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]