diff options
author | Erlang/OTP <[email protected]> | 2012-11-26 15:48:29 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2012-11-26 15:48:29 +0100 |
commit | d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239 (patch) | |
tree | 82f694611cd02d0f4cc1f8ab28d234de5ecf5ac0 /lib/hipe | |
parent | 6b9369ea8357b8365cea461f3a73e9f9a0d1b56f (diff) | |
download | otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.tar.gz otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.tar.bz2 otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.zip |
Prepare releaseOTP_R15B03
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/hipe/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 1841c7d9de..cfd22a9d8d 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -30,6 +30,22 @@ </header> <p>This document describes the changes made to HiPE.</p> +<section><title>Hipe 3.9.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + A faulty spec for process_info/2 could cause false + dialyzer warnings. The spec is corrected.</p> + <p> + Own Id: OTP-10584</p> + </item> + </list> + </section> + +</section> + <section><title>Hipe 3.9.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index 144167f5d1..f3e2e695b5 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.9.2 +HIPE_VSN = 3.9.3 |