From df130102cdeca8d35fec95a0c926fd1cfec54eab Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 26 Feb 2019 11:28:27 +0100 Subject: Prepare release --- lib/erl_interface/doc/src/ei.xml | 2 +- lib/erl_interface/doc/src/ei_connect.xml | 10 ++++---- lib/erl_interface/doc/src/notes.xml | 43 ++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 6 deletions(-) (limited to 'lib/erl_interface/doc/src') diff --git a/lib/erl_interface/doc/src/ei.xml b/lib/erl_interface/doc/src/ei.xml index 2bdb390644..bffc293994 100644 --- a/lib/erl_interface/doc/src/ei.xml +++ b/lib/erl_interface/doc/src/ei.xml @@ -736,7 +736,7 @@ ei_encode_tuple_header(buf, &i, 0); - intei_init(void) + intei_init(void) Initialize the ei library.

Initialize the ei library. This function should be called once diff --git a/lib/erl_interface/doc/src/ei_connect.xml b/lib/erl_interface/doc/src/ei_connect.xml index df40973270..dec9de5115 100644 --- a/lib/erl_interface/doc/src/ei_connect.xml +++ b/lib/erl_interface/doc/src/ei_connect.xml @@ -412,7 +412,7 @@ typedef struct { - intei_close_connection(int fd) + intei_close_connection(int fd) Close a connection.

Closes a previously opened connection or listen socket.

@@ -472,9 +472,9 @@ fd = ei_xconnect(&ec, &addr, ALIVE); intei_connect_init(ei_cnode* ec, const char* this_node_name, const char *cookie, short creation) - intei_connect_init_ussi(ei_cnode* ec, const char* this_node_name, const char *cookie, short creation, ei_socket_callbacks *cbs, int cbs_sz, void *setup_context) + intei_connect_init_ussi(ei_cnode* ec, const char* this_node_name, const char *cookie, short creation, ei_socket_callbacks *cbs, int cbs_sz, void *setup_context) intei_connect_xinit(ei_cnode* ec, const char *thishostname, const char *thisalivename, const char *thisnodename, Erl_IpAddr thisipaddr, const char *cookie, short creation) - intei_connect_xinit_ussi(ei_cnode* ec, const char *thishostname, const char *thisalivename, const char *thisnodename, Erl_IpAddr thisipaddr, const char *cookie, short creation, ei_socket_callbacks *cbs, int cbs_sz, void *setup_context) + intei_connect_xinit_ussi(ei_cnode* ec, const char *thishostname, const char *thisalivename, const char *thisnodename, Erl_IpAddr thisipaddr, const char *cookie, short creation, ei_socket_callbacks *cbs, int cbs_sz, void *setup_context) Initialize for a connection.

Initializes the ec structure, to @@ -595,8 +595,8 @@ if (ei_connect_init(&ec, "madonna", "cookie...", n++) < 0) { - intei_listen(ei_cnode *ec, int *port, int backlog) - intei_xlisten(ei_cnode *ec, Erl_IpAddr adr, int *port, int backlog) + intei_listen(ei_cnode *ec, int *port, int backlog) + intei_xlisten(ei_cnode *ec, Erl_IpAddr adr, int *port, int backlog) Create a listen socket.

Used by a server process to setup a listen socket which diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 07ddd82718..43064f71b9 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,49 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.10.5 + +
Improvements and New Features + + +

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

+

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

+
+ +

+ 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

+
+ +

Use ssh as the default remote shell.

+

+ Own Id: OTP-15633 Aux Id: PR-1787

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