summaryrefslogtreecommitdiff
path: root/lib/inets
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-06-18 17:42:24 +0200
committerErlang/OTP <otp@erlang.org>2020-06-18 17:42:24 +0200
commit92c32d9ebfb820bb88393375c88dbd54f43a1c90 (patch)
tree9eb0a9d86024b7c43bf775d5c35f5c30d963bec1 /lib/inets
parentff230f1d59b4ee35754fd0ea579310276918bc8f (diff)
downloaderlang-92c32d9ebfb820bb88393375c88dbd54f43a1c90.tar.gz
Prepare release
Diffstat (limited to 'lib/inets')
-rw-r--r--lib/inets/doc/src/notes.xml18
-rw-r--r--lib/inets/vsn.mk2
2 files changed, 18 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index 504ef7df8a..2cf4d84de2 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -33,7 +33,23 @@
<file>notes.xml</file>
</header>
- <section><title>Inets 7.1.3</title>
+ <section><title>Inets 7.1.3.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Avoid timing issue when setting active once on a socket
+ that is being closed by the peer.</p>
+ <p>
+ Own Id: OTP-16735 Aux Id: OTP-16697, ERIERL-496 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Inets 7.1.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk
index b0ae8655d2..5f2e0f66fa 100644
--- a/lib/inets/vsn.mk
+++ b/lib/inets/vsn.mk
@@ -19,6 +19,6 @@
# %CopyrightEnd%
APPLICATION = inets
-INETS_VSN = 7.1.3
+INETS_VSN = 7.1.3.1
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)"