diff options
author | Patrik Nyblom <[email protected]> | 2010-12-29 15:58:34 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2010-12-29 15:58:34 +0100 |
commit | a80e777da60fe15b30e73ebbe37bb2b5c145b91c (patch) | |
tree | 565c4830c70ea6006b0f4096c389168dde33f64f /lib/hipe | |
parent | 3efa951f5acb6014fd48b9dd8c8d8f726fd7c58b (diff) | |
parent | 86413606615440a7951b4c62162e2bfb87aa158c (diff) | |
download | otp-a80e777da60fe15b30e73ebbe37bb2b5c145b91c.tar.gz otp-a80e777da60fe15b30e73ebbe37bb2b5c145b91c.tar.bz2 otp-a80e777da60fe15b30e73ebbe37bb2b5c145b91c.zip |
Merge branch 'maint-r14' into dev
Conflicts:
lib/stdlib/vsn.mk
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | lib/hipe/vsn.mk | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index c188db483d..8c9dbc0c18 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -30,6 +30,24 @@ </header> <p>This document describes the changes made to HiPE.</p> +<section><title>Hipe 3.7.8.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Several type specifications for standard libraries were + wrong in the R14B01 release. This is now corrected. The + corrections concern types in re,io,filename and the + module erlang itself.</p> + <p> + Own Id: OTP-9008</p> + </item> + </list> + </section> + +</section> + <section><title>Hipe 3.7.8</title> <section><title>Improvements and New Features</title> diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index fa9dc91ff0..513b1f4943 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.7.8 +HIPE_VSN = 3.7.8.1 |