From 91b2e57ea0e3ab794d4b57a12ef10205383525a5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 14 Mar 2011 18:18:42 +0100 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 43 +++++++++++++++++++++++++++++++++++++ lib/erl_interface/vsn.mk | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) (limited to 'lib/erl_interface') diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index de5ba61938..784ba78d3e 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -30,6 +30,49 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.7.3 + +
Fixed Bugs and Malfunctions + + +

+ Some malformed distribution messages could cause VM to + crash, this is now corrected.

+

+ Own Id: OTP-8993

+
+ +

+ Strengthen string copy check (Thanks to Michael Santos).

+

+ Own Id: OTP-9071

+
+ +

+ Strengthen atom length check when decoding atoms (Thanks + to Michael Santos).

+

+ Own Id: OTP-9072

+
+
+
+ + +
Improvements and New Features + + +

Fix global registration. C node needed + DFLAG_DIST_MONITOR_FLAT set when connecting. Fix list + compare in erl_compare_ext to return correct result. + (Thanks to Vitaliy Batichko and Evgeny Khirin)

+

+ Own Id: OTP-9015

+
+
+
+ +
+
Erl_Interface 3.7.2
Fixed Bugs and Malfunctions diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index ffda886553..0317462106 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1 +1 @@ -EI_VSN = 3.7.2 +EI_VSN = 3.7.3 -- cgit v1.2.3