From 8cece79b77952c991e62ae595bcf71cde016a052 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2013 16:23:55 +0200 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 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 525beecd31..72d67ddb4a 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,66 @@ -
Inets 5.9.4 +
Inets 5.9.5 + +
Fixed Bugs and Malfunctions + + +

+ Reverted incorrect commit that broke cookie handling when + using httpc-profiles.

+

+ Own Id: OTP-10956

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

+ Fix http_request:http_headers/1 to send content-length + when length is zero. Thanks to CA Meijer.

+

+ Own Id: OTP-10934

+
+ +

+ Integrate elliptic curve contribution from Andreas + Schultz

+

+ In order to be able to support elliptic curve cipher + suites in SSL/TLS, additions to handle elliptic curve + infrastructure has been added to public_key and crypto.

+

+ This also has resulted in a rewrite of the crypto API to + gain consistency and remove unnecessary overhead. All OTP + applications using crypto has been updated to use the new + API.

+

+ Impact: Elliptic curve cryptography (ECC) offers + equivalent security with smaller key sizes than other + public key algorithms. Smaller key sizes result in + savings for power, memory, bandwidth, and computational + cost that make ECC especially attractive for constrained + environments.

+

+ Own Id: OTP-11009

+
+ +

+ Fix {stream, {self, once}} in httpc to work as expected. + Thanks to Masatake Daimon

+

+ Own Id: OTP-11122

+
+
+
+ +
+ +
Inets 5.9.4
Improvements and New Features -- cgit v1.2.3