diff options
author | Erlang/OTP <[email protected]> | 2013-03-08 09:35:37 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-03-08 09:35:37 +0100 |
commit | 1de4f9f6565438777dd461bd9fa1c9c560f69ed1 (patch) | |
tree | 8963658c640d0e0747bedd545f2f9659dda7eea3 /lib/erl_interface | |
parent | ec3109358445e7150e487a5f458c80a51187df00 (diff) | |
download | otp-1de4f9f6565438777dd461bd9fa1c9c560f69ed1.tar.gz otp-1de4f9f6565438777dd461bd9fa1c9c560f69ed1.tar.bz2 otp-1de4f9f6565438777dd461bd9fa1c9c560f69ed1.zip |
Prepare release
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/erl_interface/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index ae25f0c9ab..4c0267c264 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -30,6 +30,22 @@ </header> <p>This document describes the changes made to the Erl_interface application.</p> +<section><title>Erl_Interface 3.7.12</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Superfluous trailing comma in enum erlang_char_encoding + causing compile error for g++ with --pedantic option.</p> + <p> + Own Id: OTP-10913 Aux Id: seq12264 </p> + </item> + </list> + </section> + +</section> + <section><title>Erl_Interface 3.7.11</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index 06ea973d9a..9287e105df 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1 +1 @@ -EI_VSN = 3.7.11 +EI_VSN = 3.7.12 |