Skip to content

Commit 0bce252

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent baacfb7 commit 0bce252

File tree

7 files changed

+36
-15
lines changed

7 files changed

+36
-15
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.2
23+
24+
### Fixed Bugs and Malfunctions
25+
26+
- Fixed uri_string:uri_string() to string() type specs inside httpc.erl module.
27+
28+
Own Id: OTP-19835 Aux Id: [PR-10242]
29+
30+
[PR-10242]: https://github.com/erlang/otp/pull/10242
31+
2232
## Inets 9.3.2.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.2.1
22+
INETS_VSN = 9.3.2.2
2323
PRE_VSN =
2424
APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)"

lib/ssh/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
# SSH Release Notes
2121

22+
## Ssh 5.2.11.4
23+
24+
### Fixed Bugs and Malfunctions
25+
26+
- With this change user space buffers are used to limit ssh hello message size instead of kernel buffers
27+
28+
Own Id: OTP-19839 Aux Id: ERIERL-1273, [PR-10350]
29+
30+
[PR-10350]: https://github.com/erlang/otp/pull/10350
31+
2232
## Ssh 5.2.11.3
2333

2434
### Fixed Bugs and Malfunctions

lib/ssh/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#-*-makefile-*- ; force emacs to enter makefile-mode
22

3-
SSH_VSN = 5.2.11.3
3+
SSH_VSN = 5.2.11.4
44
APP_VSN = "ssh-$(SSH_VSN)"

lib/ssl/doc/notes.md

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

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

24+
## SSL 11.2.12.4
25+
26+
### Fixed Bugs and Malfunctions
27+
28+
- Correct documentation for fail_if_no_peer_cert option.
29+
30+
Own Id: OTP-19828 Aux Id: [PR-10333]
31+
32+
[PR-10333]: https://github.com/erlang/otp/pull/10333
33+
2434
## SSL 11.2.12.3
2535

2636
### 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.12.3
1+
SSL_VSN = 11.2.12.4

make/otp_version_tickets

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
OTP-19768
2-
OTP-19774
3-
OTP-19790
4-
OTP-19791
5-
OTP-19792
6-
OTP-19799
7-
OTP-19803
8-
OTP-19806
9-
OTP-19813
10-
OTP-19817
11-
OTP-19818
12-
OTP-19825
1+
OTP-19828
2+
OTP-19835
3+
OTP-19839

0 commit comments

Comments
 (0)