From ada2a055fd183082bcefd5e4b94477959e75ebee Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 6 Dec 2010 12:31:03 +0100 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'lib/erl_interface/doc/src') diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index ff89802599..de5ba61938 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -30,6 +30,56 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.7.2 + +
Fixed Bugs and Malfunctions + + +

+ erl_call: remove get_hostent

+

+ get_hostent does not properly handle IPv4 addresses on + little endian platforms and fails with hostnames + beginning with a number. Remove get_hostent and use + ei_gethostbyname directly since gethostbyname supports + IPv4 addresses.

+

+ (Thanks to Michael Santos)

+

+ Own Id: OTP-8890

+
+ +

teach ei_x_format to handle unary - and + (Thanks to + Steve Vinoski)

+

+ Own Id: OTP-8891

+
+ +

Fix zero byte allocation in registry. (Thanks to + Michael Santos)

+

+ Own Id: OTP-8893

+
+ +

Check the length of the node name to prevent an + overflow. Memory error control of ei_alloc_big. (Thanks + to Michael Santos)

+

+ Own Id: OTP-8943

+
+ +

+ erl_term_len() in erl_interface could returned too large + values for integers (since R14B) and too small values for + refs (since R9B).

+

+ Own Id: OTP-8945

+
+
+
+ +
+
Erl_Interface 3.7.1.1
Fixed Bugs and Malfunctions -- cgit v1.2.3