diff options
author | Raimo Niskanen <[email protected]> | 2017-05-05 13:15:42 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-05-05 13:15:42 +0200 |
commit | eace29905be436d77245656b2511c9a9c2c67c90 (patch) | |
tree | 48f9c14354dfe10972298e1d9fee5e5f5d002a84 /lib/erl_interface/doc/src | |
parent | 4f03eba5294f1c1bc922b07f1267e6b0099fd4b5 (diff) | |
download | otp-eace29905be436d77245656b2511c9a9c2c67c90.tar.gz otp-eace29905be436d77245656b2511c9a9c2c67c90.tar.bz2 otp-eace29905be436d77245656b2511c9a9c2c67c90.zip |
Revert "Prepare release"
This reverts commit dc57404252c47520f352834ad9be45ad684f96c9.
Diffstat (limited to 'lib/erl_interface/doc/src')
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index e586960c06..77d503b4d2 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,39 +31,6 @@ </header> <p>This document describes the changes made to the Erl_interface application.</p> -<section><title>Erl_Interface 3.10</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - Fix bug where gethostname would incorrectly fail with - enametoolong on Linux.</p> - <p> - Own Id: OTP-14310</p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Remove generation of atoms in old latin1 external format. - The old latin1 format can still be decoded but is never - generated by <c>term_to_binary</c> or sent on a - distribution channel. The new utf8 format for atoms was - introduced in OTP R16. An OTP 20 node can therefore not - connect to nodes older than R16.</p> - <p> - Own Id: OTP-14337</p> - </item> - </list> - </section> - -</section> - <section><title>Erl_Interface 3.9.3</title> <section><title>Improvements and New Features</title> |