diff options
author | Henrik <[email protected]> | 2018-05-29 10:47:25 +0200 |
---|---|---|
committer | Henrik <[email protected]> | 2018-05-29 10:47:25 +0200 |
commit | b9faca269de1de51ae33577cc204befbea24243c (patch) | |
tree | 5b0dedddf524df00c0377927c767ac2a25c3794f /lib/dialyzer | |
parent | d3b4568f6d910eb4ce26b7a899c8c414ae252386 (diff) | |
download | otp-b9faca269de1de51ae33577cc204befbea24243c.tar.gz otp-b9faca269de1de51ae33577cc204befbea24243c.tar.bz2 otp-b9faca269de1de51ae33577cc204befbea24243c.zip |
Revert "Prepare release"
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08.
Diffstat (limited to 'lib/dialyzer')
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 47 | ||||
-rw-r--r-- | lib/dialyzer/vsn.mk | 2 |
2 files changed, 1 insertions, 48 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 3330ca05e0..8d11252bff 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,53 +32,6 @@ <p>This document describes the changes made to the Dialyzer application.</p> -<section><title>Dialyzer 3.3</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p>Changed the default behaviour of <c>.erlang</c> - loading: <c>.erlang</c> is no longer loaded from the - current directory. <c>c:erlangrc(PathList)</c> can be - used to search and load an <c>.erlang</c> file from user - specified directories.</p> <p><c>escript</c>, - <c>erlc</c>, <c>dialyzer</c> and <c>typer</c> no longer - load an <c>.erlang</c> at all.</p> - <p> - *** POTENTIAL INCOMPATIBILITY ***</p> - <p> - Own Id: OTP-14439</p> - </item> - <item> - <p> Dialyzer can no longer read BEAM files created with - OTP 19 or earlier. </p> - <p> - Own Id: OTP-14493 Aux Id: PR-1434 </p> - </item> - <item> - <p> Speed up the computation of MD5 sums. </p> - <p> - Own Id: OTP-14937 Aux Id: PR-1719 </p> - </item> - <item> - <p> Fix a situation where Dialyzer unnecessarily - discarded contract information, resulting in missed - warnings. </p> - <p> - Own Id: OTP-14970 Aux Id: PR-1722 </p> - </item> - <item> - <p> Do not emit warnings for fun expressions residing in - code that cannot be run. This is consistent with how - Dialyzer treats other code that cannot be run. </p> - <p> - Own Id: OTP-15079 Aux Id: ERL-593 </p> - </item> - </list> - </section> - -</section> - <section><title>Dialyzer 3.2.4</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index 7240b66fb5..fa58adc2db 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 3.3 +DIALYZER_VSN = 3.2.4 |