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 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'lib/erl_interface/doc/src/notes.xml') 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 -- cgit v1.2.3