From 7c7ba7191a3932e737fa81fd0166df1c637d4b31 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Mar 2018 11:01:07 +0100 Subject: Update release notes --- lib/kernel/doc/src/notes.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'lib/kernel/doc/src') diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 65fe9b9c07..09844f1502 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,34 @@

This document describes the changes made to the Kernel application.

+
Kernel 5.4.3 + +
Fixed Bugs and Malfunctions + + +

Correct a few contracts.

+

+ Own Id: OTP-14889

+
+ +

+ Reject loading modules with names containing directory + separators ('/' or '\' on Windows).

+

+ Own Id: OTP-14933 Aux Id: ERL-564, PR-1716

+
+ +

+ Fix bug in handling of os:cmd/2 option max_size on + windows.

+

+ Own Id: OTP-14940

+
+
+
+ +
+
Kernel 5.4.2
Fixed Bugs and Malfunctions -- cgit v1.2.3