From d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 26 Nov 2012 15:48:29 +0100 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'lib/kernel') diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 8e911a406b..78bc533464 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,44 @@

This document describes the changes made to the Kernel application.

+
Kernel 2.15.3 + +
Fixed Bugs and Malfunctions + + +

+ Ensure 'erl_crash.dump' when asked for it. This will + change erl_crash.dump behaviour.

+

+ * Not setting ERL_CRASH_DUMP_SECONDS will now terminate + beam immediately on a crash without writing a crash dump + file.

+

+ * Setting ERL_CRASH_DUMP_SECONDS to 0 will also terminate + beam immediately on a crash without writing a crash dump + file, i.e. same as not setting ERL_CRASH_DUMP_SECONDS + environment variable.

+

+ * Setting ERL_CRASH_DUMP_SECONDS to a negative value will + let the beam wait indefinitely on the crash dump file + being written.

+

+ * Setting ERL_CRASH_DUMP_SECONDS to a positive value will + let the beam wait that many seconds on the crash dump + file being written.

+

+ A positive value will set an alarm/timeout for restart + both in beam and in heart if heart is running.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-10422 Aux Id: kunagi-250 [161]

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