From 9517c37a8c2319be620d304db0d5b11d398057be Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 29 Jun 2016 17:43:27 +0200 Subject: Update release notes --- erts/doc/src/notes.xml | 18 ++++++++++++++++++ lib/dialyzer/doc/src/notes.xml | 14 ++++++++++++++ lib/inets/doc/src/notes.xml | 18 +++++++++++++++++- lib/observer/doc/src/notes.xml | 17 +++++++++++++++++ lib/ssh/doc/src/notes.xml | 24 ++++++++++++++++++++++++ lib/tools/doc/src/notes.xml | 15 +++++++++++++++ 6 files changed, 105 insertions(+), 1 deletion(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 3c3129d543..4b5b01d2b1 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -32,6 +32,24 @@

This document describes the changes made to the ERTS application.

+
Erts 8.0.1 + +
Fixed Bugs and Malfunctions + + +

+ A memory allocation bug in group_leader/2 could + cause an emulator crash when garbage collecting a process + that had been assigned a remote group leader. This bug + was introduced in ERTS version 8.0.

+

+ Own Id: OTP-13716

+
+
+
+ +
+
Erts 8.0
Fixed Bugs and Malfunctions diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index a5a52fee61..6400072b1f 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,20 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 3.0.1 + +
Fixed Bugs and Malfunctions + + +

Fix a map related bug.

+

+ Own Id: OTP-13709 Aux Id: ERL-177, PR-1115

+
+
+
+ +
+
Dialyzer 3.0
Fixed Bugs and Malfunctions diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 5321203511..2f071f049f 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,23 @@ notes.xml -
Inets 6.3 +
Inets 6.3.1 + +
Fixed Bugs and Malfunctions + + +

+ A debug message was accidently left enabled in the ftp + client.

+

+ Own Id: OTP-13712 Aux Id: seq13143

+
+
+
+ +
+ +
Inets 6.3
Fixed Bugs and Malfunctions diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 505d0dcc89..f79f75fead 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,6 +32,23 @@

This document describes the changes made to the Observer application.

+
Observer 2.2.1 + +
Fixed Bugs and Malfunctions + + +

+ Fixed a crash happening when observing another node, who + have a different number of schedulers than the current + one.

+

+ Own Id: OTP-13702 Aux Id: ERL-171

+
+
+
+ +
+
Observer 2.2
Improvements and New Features diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index fd15c334a3..ef6ee79654 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,30 @@ notes.xml +
Ssh 4.3.1 + +
Fixed Bugs and Malfunctions + + +

+ SSH client does not any longer retry a bad password given + as option to ssh:connect et al.

+

+ Own Id: OTP-13674 Aux Id: TR-HU92273

+
+ +

+ Removed possible hanging risk for a certain timing + sequence when communicating client and server executes on + the same node.

+

+ Own Id: OTP-13715

+
+
+
+ +
+
Ssh 4.3
Improvements and New Features diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 0b8a2be715..a0a817c0f2 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,21 @@

This document describes the changes made to the Tools application.

+
Tools 2.8.5 + +
Fixed Bugs and Malfunctions + + +

Correct a bug when adding multiple modules to an Xref + server. The bug was introduced in OTP-19.0.

+

+ Own Id: OTP-13708 Aux Id: ERL-173

+
+
+
+ +
+
Tools 2.8.4
Fixed Bugs and Malfunctions -- cgit v1.2.3