From fc0427be6d482182ec70f3cd87c73027cfb17ea9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Dec 2016 11:45:22 +0100 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 29 +++++++++++++++++++++++++++++ lib/erl_interface/vsn.mk | 2 +- 2 files changed, 30 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 4ef5454f44..69ba3cddb8 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,35 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.9.2 + +
Fixed Bugs and Malfunctions + + +

+ Fix ei_connect_init and ei_connect_xinit to + adjust the creation argument to be compatible with + nodes older than OTP-19.

+

+ Own Id: OTP-13981

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

+ Editorial documentation changes

+

+ Own Id: OTP-13980

+
+
+
+ +
+
Erl_Interface 3.9.1
Fixed Bugs and Malfunctions diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index 82be43b7df..c7981ed3a5 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1,2 +1,2 @@ -EI_VSN = 3.9.1 +EI_VSN = 3.9.2 ERL_INTERFACE_VSN = $(EI_VSN) -- cgit v1.2.3