From 9c005b842583f4aed77ec3a25038f0fd3623f8e9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 15 Jan 2019 19:35:08 +0100 Subject: Prepare release --- erts/doc/src/notes.xml | 22 ++++++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'erts') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 2527a847d2..42eccf4f9f 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,28 @@

This document describes the changes made to the ERTS application.

+
Erts 10.2.2 + +
Fixed Bugs and Malfunctions + + +

Fixed a crash when dangling files were closed after + init:restart/0.

+

+ Own Id: OTP-15495 Aux Id: ERL-821

+
+ +

+ A bug that could cause dirty schedulers to become + unresponsive has been fixed.

+

+ Own Id: OTP-15509 Aux Id: PR-2027, PR-2093

+
+
+
+ +
+
Erts 10.2.1
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index 73199cc721..c579b6364a 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.2.1 +VSN = 10.2.2 # Port number 4365 in 4.2 # Port number 4366 in 4.3 -- cgit v1.2.3