From 17224a3d31d25ce6daa4de63b52b26bee9564bcd Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 13 Sep 2010 17:58:05 +0200 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 54 +++++++++++++++++++++++++++++++++++++ lib/erl_interface/vsn.mk | 2 +- 2 files changed, 55 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 848da9cb23..8e379463ad 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -30,6 +30,60 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.7.1 + +
Fixed Bugs and Malfunctions + + +

+ Removed unused variable in ei_decode_term.c.

+

+ Fixed faulty deallocation in erl_call.

+

+ Own Id: OTP-8748

+
+ +

ei_connect: correct man page examples (Thanks to + Michael Santos)

+

+ Own Id: OTP-8813

+
+ +

ei: prevent overflow in ei_connect_init and + ei_xconnect

Add length check of the buffer + before copying. (Thanks to Michael Santos)

+

+ Own Id: OTP-8814

+
+ +

Remove DECLSPEC feature which fails on Windows Vista + and use the fallback implementation instead.

+

+ Own Id: OTP-8826

+
+ +

erl_call: fix multiple buffer overflows (Thanks to + Michael Santos)

+

+ Own Id: OTP-8827

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

Fix incorrect writev iovec buffer handling in + erl_interface (Thanks to Steve Vinoski)

+

+ Own Id: OTP-8837

+
+
+
+ +
+
Erl_Interface 3.7
Improvements and New Features diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index 672b1be55f..c642cc5002 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1 +1 @@ -EI_VSN = 3.7 +EI_VSN = 3.7.1 -- cgit v1.2.3