From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Sep 2012 11:52:49 +0200 Subject: Prepare release --- lib/dialyzer/doc/src/notes.xml | 58 ++++++++++++++++++++++++++++++++++++++++++ lib/dialyzer/vsn.mk | 2 +- 2 files changed, 59 insertions(+), 1 deletion(-) (limited to 'lib/dialyzer') diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index a064c9c94d..0c1556308c 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -31,6 +31,64 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 2.5.2 + +
Fixed Bugs and Malfunctions + + +

Correct handling of type names in contracts. Fix + crash related to contract checking. Do not rewrite + unchanged PLT.

+

+ Own Id: OTP-10083

+
+ +

+ Stop a forgotten server process

+

+ Dialyzer forgot to stop a server process before finishing + its analysis. This is a concurrency error detected by + Concuerror. Changes to fix warnings identified by running + dialyzer -Wunmatched_returns. Thanks to Kostis Sagonas.

+

+ Own Id: OTP-10231

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

Bug fixes and improvements of + dialyzer_typesig.

+

+ Own Id: OTP-10082

+
+ +

+ Add parallel dialyzer support

+

+ Own Id: OTP-10103

+
+ +

An alternative implementation of the solver in + dialyzer_typesig has been introduced. It is faster + than the original implementation.

+

+ Own Id: OTP-10110

+
+ +

Bugs in erl_types:t_inf() (HiPE) and in + dialyzer_dataflow (Dialyzer) have been fixed.

+

+ Own Id: OTP-10191

+
+
+
+ +
+
Dialyzer 2.5.1
Improvements and New Features diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index edafcc4afb..64d05156b1 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 2.5.1 +DIALYZER_VSN = 2.5.2 -- cgit v1.2.3