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/dialyzer/doc/src/notes.xml | 71 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) (limited to 'lib/dialyzer/doc') diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index cd809662f2..70ebee678c 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -31,6 +31,77 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 2.6.1 + +
Fixed Bugs and Malfunctions + + +

A bug that made it impossible to do any analyses from + the GUI has been fixed.

+

+ Own Id: OTP-11057 Aux Id: seq12313

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

+ Include module, function and arity in Dialyzer's + "overlapping domain" warnings. Thanks to Magnus Henoch.

+

+ Own Id: OTP-10918

+
+ +

+ Improve Dialyzer output for scan errors. Thanks to Magnus + Henoch.

+

+ Own Id: OTP-10996

+
+ +

+ 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

+
+ +

+ Bitstring type inference and duplicate module error + message fixes. Thanks to Stavros Aronis.

+

+ Own Id: OTP-11027

+
+ +

Erlang source files with non-ASCII characters are now + encoded in UTF-8 (instead of latin1).

+

+ Own Id: OTP-11041 Aux Id: OTP-10907

+
+
+
+ +
+
Dialyzer 2.6
Improvements and New Features -- cgit v1.2.3