From 0118046f9bda8dcf3594184fa439b79267db8017 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 25 Mar 2019 18:25:04 +0100 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 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 32d28b853b..c26e3582cd 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,54 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.12 + +
Improvements and New Features + + +

+ Minor adjustments made to build system for parallel + configure.

+

+ Own Id: OTP-15340 Aux Id: OTP-14625

+
+ +

+ Increased the 'creation' value from 2 to 32 bits. The + 'creation' value determines how many times a distributed + node can restart until pids, ports and references may + conflict with such identifiers from an earlier node + incarnation with the same name.

+

+ Own Id: OTP-15603

+
+ +

+ The limited support for VxWorks is deprecated as of OTP + 22, and will be removed in OTP 23.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-15621

+
+ +

The old legacy erl_interface library (functions + with prefix erl_) is deprecated as of OTP 22, and + will be removed in OTP 23. This does not apply to the + ei library. Reasonably new gcc compilers + will issue deprecation warnings. In order to disable + these warnings, define the macro + EI_NO_DEPR_WARN.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-15622

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