From d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 26 Nov 2012 15:48:29 +0100 Subject: Prepare release --- lib/dialyzer/doc/src/notes.xml | 18 ++++++++++++++++++ lib/dialyzer/vsn.mk | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) (limited to 'lib/dialyzer') diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 0c1556308c..f485e4d03b 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -31,6 +31,24 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 2.5.3 + +
Fixed Bugs and Malfunctions + + +

Fix a crash in race condition detection

Remove + old untested experimental extension

Respect + {plt_check,false} option when using dialyzer:run/1

+

Fix handling of tuple set remote types appearing in + tuple sets

+

+ Own Id: OTP-10464

+
+
+
+ +
+
Dialyzer 2.5.2
Fixed Bugs and Malfunctions diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index 64d05156b1..f344fe0604 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 2.5.2 +DIALYZER_VSN = 2.5.3 -- cgit v1.2.3