From 62870c998955e1498e71bfc90607885e96ecaa27 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 31 Mar 2015 12:24:04 +0200 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 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 7f73aa5e7b..2c3ee79f31 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,7 +32,47 @@ notes.xml -
Inets 5.10.5 +
Inets 5.10.6 + +
Fixed Bugs and Malfunctions + + +

+ inets: parse correctly 'Set-Cookie' header with empty + value

+

+ httpc_cookie should parse cookies with empty values and + no attributes set in the 'Set-Cookie' headers.

+

+ Own Id: OTP-12455

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

+ Add parsing of URI fragments to http_uri:parse

+

+ This fixes a bug in httpc where redirection URIs could + lead to bad requests if they contained fragments.

+

+ Own Id: OTP-12398

+
+ +

+ httpc: http client now ignores invalid set-cookie headers

+

+ Own Id: OTP-12430

+
+
+
+ +
+ +
Inets 5.10.5
Fixed Bugs and Malfunctions -- cgit v1.2.3