From b9023ad36f9fd1e2154ff80089906b53b548d891 Mon Sep 17 00:00:00 2001 From: Henrik Nord Date: Tue, 26 Mar 2019 12:14:50 +0100 Subject: Revert "Prepare release" This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017. --- lib/erl_interface/doc/src/notes.xml | 48 ------------------------------------- lib/erl_interface/vsn.mk | 2 +- 2 files changed, 1 insertion(+), 49 deletions(-) (limited to 'lib/erl_interface') diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index c26e3582cd..32d28b853b 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,54 +31,6 @@

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 diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index cc72ed639a..dae6052d55 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1,2 +1,2 @@ -EI_VSN = 3.12 +EI_VSN = 3.11.1 ERL_INTERFACE_VSN = $(EI_VSN) -- cgit v1.2.3