Skip to content

Commit a9498c7

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent 43fae28 commit a9498c7

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

lib/inets/doc/src/notes.xml

+18-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,24 @@
3333
<file>notes.xml</file>
3434
</header>
3535

36-
<section><title>Inets 8.3.1</title>
36+
<section><title>Inets 8.3.1.1</title>
37+
38+
<section><title>Fixed Bugs and Malfunctions</title>
39+
<list>
40+
<item>
41+
<p>
42+
Fixed a bug so <c>httpd</c> does not crash when stopped
43+
at the wrong time during TLS connection negotiation, or
44+
any other theoretically as slow connection setup.</p>
45+
<p>
46+
Own Id: OTP-18688 Aux Id: ERIERL-962 </p>
47+
</item>
48+
</list>
49+
</section>
50+
51+
</section>
52+
53+
<section><title>Inets 8.3.1</title>
3754

3855
<section><title>Fixed Bugs and Malfunctions</title>
3956
<list>

lib/inets/vsn.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
# %CopyrightEnd%
2020

2121
APPLICATION = inets
22-
INETS_VSN = 8.3.1
22+
INETS_VSN = 8.3.1.1
2323
PRE_VSN =
2424
APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)"

make/otp_version_tickets

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
OTP-18664
1+
OTP-18688

0 commit comments

Comments
 (0)