From 60887ef525ca84aae4b146828be5dfb124d2c00d Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 5 Mar 2019 23:50:43 +0100 Subject: Prepare release --- erts/doc/src/notes.xml | 40 ++++++++++++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- lib/kernel/doc/src/notes.xml | 19 +++++++++++++++++++ lib/kernel/src/kernel.app.src | 2 +- lib/kernel/src/kernel.appup.src | 8 ++++++-- lib/kernel/vsn.mk | 2 +- make/otp_version_tickets | 5 +++-- 7 files changed, 71 insertions(+), 7 deletions(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index f160d575e3..64307418f5 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,46 @@

This document describes the changes made to the ERTS application.

+
Erts 10.2.5 + +
Fixed Bugs and Malfunctions + + +

Fixes of install/release phase in build system.

+ The source tree was modified when + installing/releasing and/or applying a patch. + Some files were installed with wrong access + rights. If applying a patch (using + otp_patch_apply) as another user (except root) + than the user that built the source, the documentation + was not properly updated. +

+ Own Id: OTP-15551

+
+ +

+ Setting the recbuf size of an inet socket the + buffer is also automatically increased. Fix a bug + where the auto adjustment of inet buffer size would be + triggered even if an explicit inet buffer size had + already been set.

+

+ Own Id: OTP-15651 Aux Id: ERIERL-304

+
+ +

+ Reading from UDP using active true or active + N mode has been optimized when more packets than + specified by read_packets are available on the + socket.

+

+ Own Id: OTP-15652 Aux Id: ERIERL-304

+
+
+
+ +
+
Erts 10.2.4
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index e4bdb1a8eb..bab5c805eb 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.2.4 +VSN = 10.2.5 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 021ecfa40d..1f4d9be1f5 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,25 @@

This document describes the changes made to the Kernel application.

+
Kernel 6.2.1 + +
Fixed Bugs and Malfunctions + + +

+ Setting the recbuf size of an inet socket the + buffer is also automatically increased. Fix a bug + where the auto adjustment of inet buffer size would be + triggered even if an explicit inet buffer size had + already been set.

+

+ Own Id: OTP-15651 Aux Id: ERIERL-304

+
+
+
+ +
+
Kernel 6.2
Fixed Bugs and Malfunctions diff --git a/lib/kernel/src/kernel.app.src b/lib/kernel/src/kernel.app.src index e234e85822..75eafb5947 100644 --- a/lib/kernel/src/kernel.app.src +++ b/lib/kernel/src/kernel.app.src @@ -146,6 +146,6 @@ {logger_sasl_compatible, false} ]}, {mod, {kernel, []}}, - {runtime_dependencies, ["erts-@OTP-15651@", "stdlib-3.5", "sasl-3.0"]} + {runtime_dependencies, ["erts-10.2.5", "stdlib-3.5", "sasl-3.0"]} ] }. diff --git a/lib/kernel/src/kernel.appup.src b/lib/kernel/src/kernel.appup.src index ccf0a82ced..66fbcbf78d 100644 --- a/lib/kernel/src/kernel.appup.src +++ b/lib/kernel/src/kernel.appup.src @@ -40,7 +40,9 @@ {<<"^6\\.0\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, {<<"^6\\.1$">>,[restart_new_emulator]}, {<<"^6\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, - {<<"^6\\.1\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}], + {<<"^6\\.1\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, + {<<"^6\\.2$">>,[restart_new_emulator]}, + {<<"^6\\.2\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}], [{<<"^5\\.3$">>,[restart_new_emulator]}, {<<"^5\\.3\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^5\\.3\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, @@ -54,4 +56,6 @@ {<<"^6\\.0\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, {<<"^6\\.1$">>,[restart_new_emulator]}, {<<"^6\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, - {<<"^6\\.1\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}]}. + {<<"^6\\.1\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, + {<<"^6\\.2$">>,[restart_new_emulator]}, + {<<"^6\\.2\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}]}. diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk index 4b43c6ae9d..6e0eea7824 100644 --- a/lib/kernel/vsn.mk +++ b/lib/kernel/vsn.mk @@ -1 +1 @@ -KERNEL_VSN = 6.2 +KERNEL_VSN = 6.2.1 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index 32e6923ce9..ff967634a2 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,2 +1,3 @@ -OTP-14728 -OTP-15573 +OTP-15551 +OTP-15651 +OTP-15652 -- cgit v1.2.3