diff options
author | Erlang/OTP <[email protected]> | 2013-09-16 20:11:53 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-09-16 20:11:53 +0200 |
commit | 20641fe0f2ea745873fc7557448d3a7deb1bd639 (patch) | |
tree | 341e198b99f4ee6e29fae2f059d5f23489deddbd /lib/erl_interface | |
parent | b44b726bd45c8a8b5cf84f2bc2fb570f05bc3074 (diff) | |
download | otp-20641fe0f2ea745873fc7557448d3a7deb1bd639.tar.gz otp-20641fe0f2ea745873fc7557448d3a7deb1bd639.tar.bz2 otp-20641fe0f2ea745873fc7557448d3a7deb1bd639.zip |
Prepare releaseOTP_R16B02
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 32 | ||||
-rw-r--r-- | lib/erl_interface/vsn.mk | 2 |
2 files changed, 33 insertions, 1 deletions
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 @@ </header> <p>This document describes the changes made to the Erl_interface application.</p> +<section><title>Erl_Interface 3.7.14</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Introduced functionality for inspection of system and + build configuration.</p> + <p> + Own Id: OTP-11196</p> + </item> + <item> + <p> + 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.</p> + <p> + Own Id: OTP-11284</p> + </item> + <item> + <p> + Fix location of true binary under Mac OSX. Thanks to + Simon Cornish.</p> + <p> + Own Id: OTP-11289</p> + </item> + </list> + </section> + +</section> + <section><title>Erl_Interface 3.7.13</title> <section><title>Improvements and New Features</title> 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 |