diff options
author | Henrik Nord <[email protected]> | 2015-05-13 09:40:16 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-05-13 09:40:16 +0200 |
commit | 9a81b28598fadc44bf506354c9227e41aac786f6 (patch) | |
tree | 67b1db67c5050ce5cf37a182841ab34c6cbc5fe9 /lib/hipe | |
parent | 6a3e878126da1e8d75c704510c7a7339ff306138 (diff) | |
download | otp-9a81b28598fadc44bf506354c9227e41aac786f6.tar.gz otp-9a81b28598fadc44bf506354c9227e41aac786f6.tar.bz2 otp-9a81b28598fadc44bf506354c9227e41aac786f6.zip |
Revert "Prepare release"
This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/doc/src/notes.xml | 36 | ||||
-rw-r--r-- | lib/hipe/vsn.mk | 2 |
2 files changed, 1 insertions, 37 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 1cc8558fe8..8d3358533b 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -30,42 +30,6 @@ </header> <p>This document describes the changes made to HiPE.</p> -<section><title>Hipe 3.12</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> Fix a minor bug in the handling of opaque types. </p> - <p> - Own Id: OTP-12666</p> - </item> - <item> - <p> - Fix hipe bug when matching a "writable" binary. The bug - has been seen to sometimes cause a failed binary matching - of a correct utf8 character, but other symptoms are also - possible.</p> - <p> - Own Id: OTP-12667</p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Improved error handling when memory allocation for HiPE - code fails.</p> - <p> - Own Id: OTP-12448</p> - </item> - </list> - </section> - -</section> - <section><title>Hipe 3.11.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index e507ae933f..60b4e0559b 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.12 +HIPE_VSN = 3.11.3 |