aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2013-02-25 19:23:54 +0100
committerErlang/OTP <[email protected]>2013-02-25 19:23:54 +0100
commit05f11890bdfec4bfc3a78e191a87e70a937ffc54 (patch)
treed6dfa430059359caa58ff6140f42ce14d9eb5734 /lib/erl_interface
parent29bfbfdde67e7a0d182aa791317e1d80fe8d0d5d (diff)
downloadotp-05f11890bdfec4bfc3a78e191a87e70a937ffc54.tar.gz
otp-05f11890bdfec4bfc3a78e191a87e70a937ffc54.tar.bz2
otp-05f11890bdfec4bfc3a78e191a87e70a937ffc54.zip
Prepare releaseOTP_R16B
Diffstat (limited to 'lib/erl_interface')
-rw-r--r--lib/erl_interface/doc/src/notes.xml18
-rw-r--r--lib/erl_interface/vsn.mk2
2 files changed, 19 insertions, 1 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml
index cbb97f4766..ae25f0c9ab 100644
--- a/lib/erl_interface/doc/src/notes.xml
+++ b/lib/erl_interface/doc/src/notes.xml
@@ -30,6 +30,24 @@
</header>
<p>This document describes the changes made to the Erl_interface application.</p>
+<section><title>Erl_Interface 3.7.11</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Revert the structs <c>erlang_pid</c>, <c>erlang_port</c>
+ and <c>erlang_ref</c> as they were before R16A (without
+ <c>node_org_enc</c>) in order to be backward compatible
+ with user code that accesses the fields of these structs.</p>
+ <p>
+ Own Id: OTP-10885 Aux Id: seq12256 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erl_Interface 3.7.10</title>
<section><title>Improvements and New Features</title>
diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk
index 2a3843bda6..06ea973d9a 100644
--- a/lib/erl_interface/vsn.mk
+++ b/lib/erl_interface/vsn.mk
@@ -1 +1 @@
-EI_VSN = 3.7.10
+EI_VSN = 3.7.11