From 17224a3d31d25ce6daa4de63b52b26bee9564bcd Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 13 Sep 2010 17:58:05 +0200 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) (limited to 'lib/inets') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 23ad5c0df0..7b16189860 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,7 +32,54 @@ notes.xml -
Inets 5.4 +
Inets 5.5 + +
Fixed Bugs and Malfunctions + + +

+ [httpc] If a request times out (not connect timeout), the + handler process exited (normal) but neglected to inform + the manager process. For this reason, the manager did not + clean up the request table., resulting in a memory leak. + Also the manager did not create a monitor for the + handler, so in an unforseen handler crash, this could + also create a memory leak.

+

+ Own Id: OTP-8739

+
+ +

+ The service tftp was spelled wrong in documentation and + in some parts of the code. It should be tftp.

+

+ Own Id: OTP-8741 Aux Id: seq11635

+
+ +

+ [httpc] Replaced the old http client api module (http) + with the new, httpc in the users guide.

+

+ Own Id: OTP-8742

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

+ Eliminated warnings for auto-imported BIF clashes.

+

+ Own Id: OTP-8840

+
+
+
+ +
+ +
Inets 5.4
Improvements and New Features