From f719d0fe308f00b85f92c29d7cdf9b0dc20d98a2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 7 Apr 2014 19:52:48 +0200 Subject: Update release notes --- lib/inets/doc/src/notes.xml | 93 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-) (limited to 'lib/inets/doc/src') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index f77214c589..e29144f014 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,7 +32,98 @@ notes.xml -
Inets 5.9.8 +
Inets 5.10 + +
Fixed Bugs and Malfunctions + + +

+ Fixed a spelling mistake in httpc doc (Thanks to Wasif + Riaz Malik)

+

+ Own Id: OTP-11538

+
+ +

+ Application upgrade (appup) files are corrected for the + following applications:

+

+ asn1, common_test, compiler, crypto, debugger, + dialyzer, edoc, eldap, erl_docgen, et, eunit, gs, hipe, + inets, observer, odbc, os_mon, otp_mibs, parsetools, + percept, public_key, reltool, runtime_tools, ssh, + syntax_tools, test_server, tools, typer, webtool, wx, + xmerl

+

+ A new test utility for testing appup files is added to + test_server. This is now used by most applications in + OTP.

+

+ (Thanks to Tobias Schlager)

+

+ Own Id: OTP-11744

+
+ +

+ ftp now sanitize file name, user name and passwords from + <CR> and <LF> tags (Thanks to Sergei Golovan)

+

+ Own Id: OTP-11750

+
+ +

+ Corrected error handling in the HTTP client, making it + behave more graceful.

+

+ Thanks to Kirilll Zaborsky

+

+ Own Id: OTP-11794

+
+ +

+ Support identity transfer-encoding in httpc.

+

+ Thanks to Anthony Ramine

+

+ Own Id: OTP-11802

+
+ +

+ Ignore empty Set-Cookie headers to increase + interoperability with servers that violate the RFC.

+

+ Thanks to Kirilll Zaborsky

+

+ Own Id: OTP-11803

+
+
+
+ + +
Improvements and New Features + + +

+ The commit 6189bc07 "inets: httpc improve pipelining" has + been reverted, as it turned out to break things rather + than improve pipelining utilization. It is instead up to + the user to configure httpc and use it wisely to be able + to get the most out of pipelining.

+

+ Own Id: OTP-11756

+
+ +

+ Handle all response codes in httpd_util:message/3

+

+ Own Id: OTP-11838

+
+
+
+ +
+ +
Inets 5.9.8
Improvements and New Features -- cgit v1.2.3