From 05f11890bdfec4bfc3a78e191a87e70a937ffc54 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 25 Feb 2013 19:23:54 +0100 Subject: Prepare release --- lib/hipe/doc/src/notes.xml | 26 ++++++++++++++++++++++++++ lib/hipe/vsn.mk | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'lib/hipe') diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index 89eb327fbd..73ab1dbfda 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -30,6 +30,32 @@

This document describes the changes made to HiPE.

+
Hipe 3.10.1 + +
Fixed Bugs and Malfunctions + + +

+ Bug fixed in hipe to where it did not allow unicode code + points 16#FFFE and 16#FFFF in bit syntax in natively + compiled modules.

+

+ Own Id: OTP-10867

+
+ +

+ Fix bug in hipe compiled code related to the handling of + is_number/1. (Thanks to Sebastian Egner and + Johannes Weißl for minimal test code and Kostis for quick + patch)

+

+ Own Id: OTP-10897

+
+
+
+ +
+
Hipe 3.10
Fixed Bugs and Malfunctions diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index d60492ac46..6cd87708ef 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.10 +HIPE_VSN = 3.10.1 -- cgit v1.2.3