From b1077579af17260e5938dd5546392149e765bb94 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 14 Dec 2021 19:04:01 +0100 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) (limited to 'lib/inets/doc/src/notes.xml') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index c848227131..34827a02da 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,42 @@ notes.xml -
Inets 7.4.2 +
Inets 7.5 + +
Fixed Bugs and Malfunctions + + +

+ Correct HTTP server URI handling to fully rely on + uri_string. The server could mistreat some URI paths that + in turn could result in incorrect responses being + generated.

+

+ Own Id: OTP-17818 Aux Id: ERIERL-731

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

+ Extend header values to httpc:request/5 to allow binary() + as well. Make error detection of invalid arguments to + httpc:request/5 be more precise so an error is returned + in more cases instead of causing a hang or + function_clause. Be more precise in documentation + regarding the types of arguments being accepted.

+

+ Own Id: OTP-17579 Aux Id: GH-5074

+
+
+
+ +
+ +
Inets 7.4.2
Fixed Bugs and Malfunctions -- cgit v1.2.1