diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 5573de6b057e..fec07ee95593 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,33 @@
This document describes the changes made to the ERTS application.
+Erts 10.3.5.11
+
+ Fixed Bugs and Malfunctions
+
+ -
+
+ re:run(Subject, RE,
+ [unicode]) returned nomatch instead of
+ failing with a badarg error exception when
+ Subject contained illegal utf8 and RE was
+ passed as a binary. This has been corrected along with
+ corrections of reduction counting in re:run()
+ error cases.
+
+ Own Id: OTP-16553
+
+ -
+
Fixed a bug that could cause the emulator to crash
+ when purging modules or persistent terms.
+
+ Own Id: OTP-16555 Aux Id: ERL-1188
+
+
+
+
+
+
Erts 10.3.5.10
Fixed Bugs and Malfunctions
diff --git a/erts/vsn.mk b/erts/vsn.mk
index 20b266c0e53f..ec2f36fd8307 100644
--- a/erts/vsn.mk
+++ b/erts/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
#
-VSN = 10.3.5.10
+VSN = 10.3.5.11
# Port number 4365 in 4.2
# Port number 4366 in 4.3
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index 9684110c4184..bdb9fd21a2f6 100644
--- a/lib/ssh/doc/src/notes.xml
+++ b/lib/ssh/doc/src/notes.xml
@@ -30,6 +30,22 @@
notes.xml
+Ssh 4.7.6.4
+
+ Fixed Bugs and Malfunctions
+
+ -
+
+ Potential hazard between re-keying decision and socket
+ close.
+
+ Own Id: OTP-16462 Aux Id: ERIERL-464
+
+
+
+
+
+
Ssh 4.7.6.3
Fixed Bugs and Malfunctions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk
index 78b12eb9ea46..5cf9bfa15575 100644
--- a/lib/ssh/vsn.mk
+++ b/lib/ssh/vsn.mk
@@ -1,4 +1,4 @@
#-*-makefile-*- ; force emacs to enter makefile-mode
-SSH_VSN = 4.7.6.3
+SSH_VSN = 4.7.6.4
APP_VSN = "ssh-$(SSH_VSN)"
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml
index b40ef246e717..9c28df363c55 100644
--- a/lib/ssl/doc/src/notes.xml
+++ b/lib/ssl/doc/src/notes.xml
@@ -27,6 +27,22 @@
This document describes the changes made to the SSL application.
+SSL 9.2.3.6
+
+ Fixed Bugs and Malfunctions
+
+ -
+
+ Fix timing bug that could cause ssl sockets to become
+ unresponsive after an ssl:recv/3 call timed out
+
+ Own Id: OTP-16619 Aux Id: ERL-1213
+
+
+
+
+
+
SSL 9.2.3.5
Fixed Bugs and Malfunctions
diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk
index 2d06ae318bc7..6185a228a920 100644
--- a/lib/ssl/vsn.mk
+++ b/lib/ssl/vsn.mk
@@ -1 +1 @@
-SSL_VSN = 9.2.3.5
+SSL_VSN = 9.2.3.6
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml
index 115ded81bd7f..543bee58be14 100644
--- a/lib/stdlib/doc/src/notes.xml
+++ b/lib/stdlib/doc/src/notes.xml
@@ -31,6 +31,27 @@
This document describes the changes made to the STDLIB application.
+STDLIB 3.8.2.4
+
+ Fixed Bugs and Malfunctions
+
+ -
+
+ re:run(Subject, RE,
+ [unicode]) returned nomatch instead of
+ failing with a badarg error exception when
+ Subject contained illegal utf8 and RE was
+ passed as a binary. This has been corrected along with
+ corrections of reduction counting in re:run()
+ error cases.
+
+ Own Id: OTP-16553
+
+
+
+
+
+
STDLIB 3.8.2.3
Fixed Bugs and Malfunctions
diff --git a/lib/stdlib/src/stdlib.app.src b/lib/stdlib/src/stdlib.app.src
index 8482bb3a1fc7..4a8b994ca5fb 100644
--- a/lib/stdlib/src/stdlib.app.src
+++ b/lib/stdlib/src/stdlib.app.src
@@ -108,7 +108,7 @@
dets]},
{applications, [kernel]},
{env, []},
- {runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-@OTP-16553@","crypto-3.3",
+ {runtime_dependencies, ["sasl-3.0","kernel-6.0","erts-10.3.5.11","crypto-3.3",
"compiler-5.0"]}
]}.
diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk
index c8a45f174812..ad60d1f4c10d 100644
--- a/lib/stdlib/vsn.mk
+++ b/lib/stdlib/vsn.mk
@@ -1 +1 @@
-STDLIB_VSN = 3.8.2.3
+STDLIB_VSN = 3.8.2.4
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
index 06e36dd4b5e9..7b452dbf3ab2 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1,3 +1,5 @@
-OTP-16404
-OTP-16446
-OTP-16481
+OTP-16462
+OTP-16553
+OTP-16555
+OTP-16607
+OTP-16619