From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++- lib/inets/vsn.mk | 2 +- 2 files changed, 58 insertions(+), 2 deletions(-) (limited to 'lib/inets') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 4e0dc8bd37..a6f2933f6a 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,7 +32,63 @@ notes.xml -
Inets 5.9.6 +
Inets 5.9.7 + +
Fixed Bugs and Malfunctions + + +

+ Fix httpd config option 'script_timeout' and fixed httpd + config option 'keep_alive_timeout'. Thanks to Johannes + Weissl.

+

+ Own Id: OTP-11276

+
+ +

+ Make httpc:request_cancel/[1,2] asynchronous. Previously + these functions tried to guarantee request answer would + not reach the client, which only worked for some of the + use cases. Now these functions are totally asynchronous + which makes it the clients responsibility to disregard + possible answers to canceled requests.

+

+ Also pipelining implementation has been changed to + improve the utilization factor. Further investigation of + possible enhancements in this area are planned for later.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-11312

+
+ +

+ [httpd] Add handling of new response for mod_head + (otherwise causing case_clause crash). Also updated + logging: Removed logging for keep-alive connections + timeout (this is a normal occurrence and not an error) + and some access-log body size corrections.

+

+ Own Id: OTP-11328

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

+ The ftp client now supports ftp over tls (ftps).

+

+ Own Id: OTP-11037

+
+
+
+ +
+ +
Inets 5.9.6
Improvements and New Features diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 36463d9388..3c20348322 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.9.6 +INETS_VSN = 5.9.7 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" -- cgit v1.2.3