diff options
author | Erlang/OTP <[email protected]> | 2011-09-19 12:24:34 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-09-19 12:24:34 +0200 |
commit | f8b20b4a995727f0339074d23a0fae50712683d2 (patch) | |
tree | d7e7f9511120ac39004d6360637cd36c74ead2d4 /erts | |
parent | 1a7a9e3d20383953047c16ac80fa1898e58e153a (diff) | |
download | otp-f8b20b4a995727f0339074d23a0fae50712683d2.tar.gz otp-f8b20b4a995727f0339074d23a0fae50712683d2.tar.bz2 otp-f8b20b4a995727f0339074d23a0fae50712683d2.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 824ad6d94e..09950e865b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,24 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 5.7.5.2</title> + + <section><title>Known Bugs and Problems</title> + <list> + <item> + <p> + Two bugs in gen_sctp has been corrected: getopts/setopts + hence also send could only be called from socket owner, + and options 'linger', 'rcvbuf' and 'sndbuf' was read from + wrong protocol layer hence read wrong values by getopts.</p> + <p> + Own Id: OTP-9544</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 5.7.5.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index 14c6a3e4dd..4e6571c70b 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 5.7.5.1 +VSN = 5.7.5.2 SYSTEM_VSN = R13B04 # Port number 4365 in 4.2 |