From 9780184b2cf76eced1ef987408073e96cc29f3bb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 11 Mar 2019 11:52:56 +0100 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 38 +++++++++++++++++++++++++++++++++++++- lib/inets/vsn.mk | 2 +- 2 files changed, 38 insertions(+), 2 deletions(-) (limited to 'lib/inets') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 3624c6e3d7..7a6f7168ff 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,43 @@ notes.xml -
Inets 7.0.5 +
Inets 7.0.6 + +
Fixed Bugs and Malfunctions + + +

+ Fix the internal handling of the option + erl_script_timeout in httpd. When httpd was started with + explicit erl_script_timeout, the value of the option was + converted to milliseconds before storage. Subsequent + calls to httpd:info/1 returned the input value multiplied + by 1000.

+

+ This change fixes the handing of erl_script_timeout by + storing the timeout in seconds and converting to + milliseconds before usage.

+

+ Own Id: OTP-15669 Aux Id: ERIERL-321

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

+ Enhance documentation

+

+ Own Id: OTP-15508 Aux Id: ERL-816

+
+
+
+ +
+ +
Inets 7.0.5
Fixed Bugs and Malfunctions diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 921161dce1..b7ddf39ebd 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.0.5 +INETS_VSN = 7.0.6 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" -- cgit v1.2.3