From 8ed28dfa4434b2f885bc495a79a9670a32563781 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 21 Mar 2018 18:33:26 +0100 Subject: Update release notes --- lib/ssh/doc/src/notes.xml | 15 +++++++++++++++ lib/stdlib/doc/src/notes.xml | 19 +++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index ba563335a2..db60b4ab6f 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,21 @@ notes.xml +
Ssh 4.6.7 + +
Fixed Bugs and Malfunctions + + +

+ Fix bad spec in ssh.hrl: double_algs().

+

+ Own Id: OTP-14990

+
+
+
+ +
+
Ssh 4.6.6
Fixed Bugs and Malfunctions diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index bf6b06859e..e26c4aba74 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,25 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.4.5 + +
Fixed Bugs and Malfunctions + + +

+ The Module:init/1 function in gen_statem + may return an actions list containing any action, but an + erroneous check only allowed state enter actions so e.g + {next_event,internal,event} caused a server crash. + This bug has been fixed.

+

+ Own Id: OTP-13995

+
+
+
+ +
+
STDLIB 3.4.4
Fixed Bugs and Malfunctions -- cgit v1.2.3