diff options
author | Erlang/OTP <[email protected]> | 2014-12-09 15:21:47 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-12-09 15:21:47 +0100 |
commit | 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 (patch) | |
tree | c9bc8bcce1cbd888652e297ef0947113496c1f4e /lib/hipe | |
parent | 6d0033735b0b75321fb70d5e2a7645533cc24250 (diff) | |
download | otp-7f3486a5ddc02a366f2945dfd009c4a2697a2b98.tar.gz otp-7f3486a5ddc02a366f2945dfd009c4a2697a2b98.tar.bz2 otp-7f3486a5ddc02a366f2945dfd009c4a2697a2b98.zip |
Prepare release
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 2962e4a9ac..2d6fd245f7 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.11.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed internal elf_format hrl file to contain valid + erlang</p> + <p> + Own Id: OTP-12322</p> + </item> + </list> + </section> + +</section> + <section><title>Hipe 3.11.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index cf1976d8d6..4cf09830cb 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.11.1 +HIPE_VSN = 3.11.2 |