From 6e51c6d19612d03abc81b86bb70b8d7da678ce5d Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 21 Jun 2016 15:12:41 +0200 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) (limited to 'lib/inets/doc') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index ab2cc5ab21..5321203511 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,59 @@ notes.xml -
Inets 6.2.4 +
Inets 6.3 + +
Fixed Bugs and Malfunctions + + +

+ Ftp client fixes: 1) Corrected a bug that the ftp client + gen_server crashed if the listening data socket was + closed.

+

+ 2) Corrections of ftp client error codes so they are as + defined in the reference manual

+

+ Own Id: OTP-13644

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

Remove usage of erlang:now().

+

+ Own Id: OTP-12441

+
+ +

Add handling of DELETE Body to http client.

+

+ Own Id: OTP-13383 Aux Id: PR-972

+
+ +

+ Removed references to mod_include and webtool from + examples and tests.

+

+ Own Id: OTP-13445 Aux Id: PR-988

+
+ +

+ Remove module inets_regexp. Module re should be used + instead.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-13561

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