Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Jul 22, 2014
1 parent 5281071 commit 65e335e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions erts/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,27 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>

<section><title>Erts 5.10.4.1</title>

<section><title>Known Bugs and Problems</title>
<list>
<item>
<p>
When using gen_tcp:connect and the <c>fd</c> option with
<c>port</c> and/or <c>ip</c>, the <c>port</c> and
<c>ip</c> options were ignored. This has been fixed so
that if <c>port</c> and/or <c>ip</c> is specified
together with <c>fd</c> a bind is requested for that
<c>fd</c>. If <c>port</c> and/or <c>ip</c> is not
specified bind will not be called.</p>
<p>
Own Id: OTP-12061</p>
</item>
</list>
</section>

</section>

<section><title>Erts 5.10.4</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
21 changes: 21 additions & 0 deletions lib/kernel/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,27 @@
</header>
<p>This document describes the changes made to the Kernel application.</p>

<section><title>Kernel 2.16.4.1</title>

<section><title>Known Bugs and Problems</title>
<list>
<item>
<p>
When using gen_tcp:connect and the <c>fd</c> option with
<c>port</c> and/or <c>ip</c>, the <c>port</c> and
<c>ip</c> options were ignored. This has been fixed so
that if <c>port</c> and/or <c>ip</c> is specified
together with <c>fd</c> a bind is requested for that
<c>fd</c>. If <c>port</c> and/or <c>ip</c> is not
specified bind will not be called.</p>
<p>
Own Id: OTP-12061</p>
</item>
</list>
</section>

</section>

<section><title>Kernel 2.16.4</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down

0 comments on commit 65e335e

Please sign in to comment.