Skip to content

Commit 495911b

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent d27eb3a commit 495911b

File tree

5 files changed

+30
-8
lines changed

5 files changed

+30
-8
lines changed

lib/inets/doc/notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ limitations under the License.
1919
-->
2020
# Inets Release Notes
2121

22+
## Inets 9.3.2
23+
24+
### Fixed Bugs and Malfunctions
25+
26+
- Improved robustness of httpd startup procedure.
27+
28+
Own Id: OTP-19486 Aux Id: ERIERL-1190, [PR-9408]
29+
30+
[PR-9408]: https://github.com/erlang/otp/pull/9408
31+
2232
## Inets 9.3.1
2333

2434
### Fixed Bugs and Malfunctions

lib/inets/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
# %CopyrightEnd%
2020

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

lib/ssl/doc/notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ limitations under the License.
2121

2222
This document describes the changes made to the SSL application.
2323

24+
## SSL 11.2.8
25+
26+
### Fixed Bugs and Malfunctions
27+
28+
- Setting protocol version to a lower value then supported by default in server API function called after ssl:listen/2 could result in wrong default values being used and connections failing with insufficient security.
29+
30+
Own Id: OTP-19457 Aux Id: [PR-9418]
31+
32+
- Improve error handling of server name indication fun. This implies that if the `sni_fun` returns `undefined` we will attempt connection with original option values, if it returns `unrecognized` we end the connection with UNRECOGNIZED_NAME alert and if provided options fail option verification we will end the connection with a HANDSHAKE_FAILURE and an error log.
33+
34+
Own Id: OTP-19467 Aux Id: [PR-9387], ERIERL-1189
35+
36+
[PR-9418]: https://github.com/erlang/otp/pull/9418
37+
[PR-9387]: https://github.com/erlang/otp/pull/9387
38+
2439
## SSL 11.2.7
2540

2641
### Fixed Bugs and Malfunctions

lib/ssl/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SSL_VSN = 11.2.7
1+
SSL_VSN = 11.2.8

make/otp_version_tickets

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
OTP-19240
2-
OTP-19381
3-
OTP-19411
4-
OTP-19445
5-
OTP-19455
6-
OTP-19462
1+
OTP-19457
2+
OTP-19467
3+
OTP-19486

0 commit comments

Comments
 (0)