From 20641fe0f2ea745873fc7557448d3a7deb1bd639 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 16 Sep 2013 20:11:53 +0200 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 32 ++++++++++++++++++++++++++++++++ lib/erl_interface/vsn.mk | 2 +- 2 files changed, 33 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 930b24c26a..f05456bbbd 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -30,6 +30,38 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.7.14 + +
Improvements and New Features + + +

+ Introduced functionality for inspection of system and + build configuration.

+

+ Own Id: OTP-11196

+
+ +

+ Header and library files from ic and erl_interface are + now installed into usr/{include,lib}. Note that these + directories are unversioned, so the latest installed + version will be the one in the directory.

+

+ Own Id: OTP-11284

+
+ +

+ Fix location of true binary under Mac OSX. Thanks to + Simon Cornish.

+

+ Own Id: OTP-11289

+
+
+
+ +
+
Erl_Interface 3.7.13
Improvements and New Features diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index 6f08d380ca..5cde054a49 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1 +1 @@ -EI_VSN = 3.7.13 +EI_VSN = 3.7.14 -- cgit v1.2.3