diff options
author | Henrik Nord <[email protected]> | 2014-07-25 10:15:04 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2014-07-25 10:15:04 +0200 |
commit | 1614c556d4b36d46f3791804b8a40cc0ddd16337 (patch) | |
tree | ab3d0c853d4bf9d4819897e2d119f67adb1c1fcb | |
parent | ac3754a5ec2708f4499a00f7bfa5946af648bc28 (diff) | |
parent | 62081266545df8f5eda8e2043f33055cfe575126 (diff) | |
download | otp-1614c556d4b36d46f3791804b8a40cc0ddd16337.tar.gz otp-1614c556d4b36d46f3791804b8a40cc0ddd16337.tar.bz2 otp-1614c556d4b36d46f3791804b8a40cc0ddd16337.zip |
Merge branch 'maint'
-rw-r--r-- | erts/doc/src/notes.xml | 6 | ||||
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 35 |
2 files changed, 25 insertions, 16 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 50de3c5d4d..5c4bb3ed25 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -940,6 +940,12 @@ Thanks to Matwey V. Kornilov</p> <p> Own Id: OTP-11829</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.10.4.1</title> <section><title>Known Bugs and Problems</title> diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index b75644a847..f92770603a 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -151,7 +151,6 @@ </list> </section> - <section><title>Improvements and New Features</title> <list> <item> @@ -292,25 +291,29 @@ corrected. </p> <p> Thanks to Max Treskin. </p> <p> Own Id: OTP-11730</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.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> |