diff options
author | Erlang/OTP <[email protected]> | 2018-06-21 17:33:18 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-21 17:33:18 +0200 |
commit | 60c76a2cae65a7d138825adc192e4a20a85e8a73 (patch) | |
tree | 4152ac4811699afe1c85f4f1f2eaa1f2af007880 /lib/inets | |
parent | 6e6debe47adb967ebba4d05bc7c40f7be190561b (diff) | |
download | otp-60c76a2cae65a7d138825adc192e4a20a85e8a73.tar.gz otp-60c76a2cae65a7d138825adc192e4a20a85e8a73.tar.bz2 otp-60c76a2cae65a7d138825adc192e4a20a85e8a73.zip |
Prepare release
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 20 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
2 files changed, 20 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index a6af1e834e..b9b0ee17dd 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,25 @@ <file>notes.xml</file> </header> - <section><title>Inets 6.5.2</title> + <section><title>Inets 6.5.2.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Options added for setting low-level properties on the + underlying TCP connections. The options are: + <c>sock_ctrl</c>, <c>sock_data_act</c> and + <c>sock_data_pass</c>. See the manual for details.</p> + <p> + Own Id: OTP-15120 Aux Id: ERIERL-192 </p> + </item> + </list> + </section> + +</section> + +<section><title>Inets 6.5.2</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 9bbcd06914..1b21956a62 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.5.2 +INETS_VSN = 6.5.2.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |