From 134d5a8f6652e625a2ee9e0fc314afd69ee42d4a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 15 Apr 2019 10:58:47 +0200 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 24 +++++++++++++++++++++++- lib/inets/vsn.mk | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) (limited to 'lib/inets') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 7a6f7168ff..a1b5dfc309 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,29 @@ notes.xml -
Inets 7.0.6 +
Inets 7.0.7 + +
Fixed Bugs and Malfunctions + + +

+ Fix the internal handling of the option + erl_script_timeout in httpd. If explicit + erl_script_timeout value was supplied in seconds it was + not correctly converted to millisecond units for internal + usage.

+

+ This change fixes the handling of erl_script_timeout in + all possible configuration scenarios.

+

+ Own Id: OTP-15769 Aux Id: ERIERL-345

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