diff options
author | Henrik Nord <[email protected]> | 2015-12-04 15:09:47 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-12-04 15:09:47 +0100 |
commit | 4dd436b2d887517d50386372946a495aed698663 (patch) | |
tree | c36c81d378e88d44f61e02b1325440bc0e3019ed /lib/kernel/doc/src/notes.xml | |
parent | c5e3f065998057c2bb304d75f9ec00228bacfc36 (diff) | |
parent | 4b5cc477a78247dd68f142d5cb044ff0c34a576b (diff) | |
download | otp-4dd436b2d887517d50386372946a495aed698663.tar.gz otp-4dd436b2d887517d50386372946a495aed698663.tar.bz2 otp-4dd436b2d887517d50386372946a495aed698663.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/kernel/doc/src/notes.xml')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 1e909cb6f2..1049e72ffe 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -185,6 +185,22 @@ </section> +<section><title>Kernel 3.2.0.1</title> + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>The 'raw' socket option could not be used multiple times + in one call to any e.g gen_tcp function because only one + of the occurrences were used. This bug has been fixed, + and also a small bug concerning propagating error codes + from within inet:setopts/2.</p> + <p>Own Id: OTP-11482 Aux Id: seq12872 </p> + </item> + </list> + </section> + </section> + + <section><title>Kernel 3.2</title> <section><title>Fixed Bugs and Malfunctions</title> |