From f673a2e5b4ae4bb2c3ecf4716b5e34b394cc4c08 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 1 Sep 2010 17:20:36 +0200 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 17 +++++++++++++++++ lib/kernel/vsn.mk | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index aa652020d9..5467cd8cde 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,23 @@

This document describes the changes made to the Kernel application.

+
Kernel 2.13.5.4 + +
Fixed Bugs and Malfunctions + + +

A bug introduced in kernel-2.13.5.3 has been fixed. If + running net_kernel:set_net_ticktime/1 twice within + the TransitionPerod the second call caused the + net_kernel process to crash with a badmatch.

+

+ Own Id: OTP-8787 Aux Id: seq11657, OTP-8643

+
+
+
+ +
+
Kernel 2.13.5.3
Fixed Bugs and Malfunctions diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk index ff195f6334..933600b501 100644 --- a/lib/kernel/vsn.mk +++ b/lib/kernel/vsn.mk @@ -1 +1 @@ -KERNEL_VSN = 2.13.5.3 +KERNEL_VSN = 2.13.5.4 -- cgit v1.2.3