File tree Expand file tree Collapse file tree 7 files changed +36
-15
lines changed Expand file tree Collapse file tree 7 files changed +36
-15
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1919# %CopyrightEnd%
2020
2121APPLICATION = inets
22- INETS_VSN = 9.3.2.1
22+ INETS_VSN = 9.3.2.2
2323PRE_VSN =
2424APP_VSN = "$(APPLICATION ) -$(INETS_VSN )$(PRE_VSN ) "
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11# -*-makefile-*- ; force emacs to enter makefile-mode
22
3- SSH_VSN = 5.2.11.3
3+ SSH_VSN = 5.2.11.4
44APP_VSN = "ssh-$(SSH_VSN ) "
Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ limitations under the License.
2121
2222This 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
Original file line number Diff line number Diff line change 1- SSL_VSN = 11.2.12.3
1+ SSL_VSN = 11.2.12.4
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments