From 69f114203690b84d7261b68b1893cb578536eca9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 1 Jun 2015 12:06:48 +0200 Subject: Update release notes --- lib/inets/doc/src/notes.xml | 18 +++++++++++++++++- lib/ssh/doc/src/notes.xml | 27 +++++++++++++++++++++++++++ lib/ssl/doc/src/notes.xml | 18 +++++++++++++++++- 3 files changed, 61 insertions(+), 2 deletions(-) diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index bae8e327a3..f563a8c4b0 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,7 +32,23 @@ notes.xml -
Inets 5.10.8 +
Inets 5.10.9 + +
Improvements and New Features + + +

+ Add behaviour with optional callbacks to customize the + inets HTTP server.

+

+ Own Id: OTP-12776

+
+
+
+ +
+ +
Inets 5.10.8
Fixed Bugs and Malfunctions diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 579a3ae4a8..c77ee1e77a 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,33 @@ notes.xml +
Ssh 3.2.4 + +
Fixed Bugs and Malfunctions + + +

+ Gracefully terminate if sockets is unexpectedly closed.

+

+ Own Id: OTP-12782

+
+ +

+ Made Codenomicon Defensics test suite pass: + limit number of algorithms in kexinit + message check 'e' and 'f' parameters in + kexdh implement 'keyboard-interactive' user + authentication on server side return plain + text message to bad version exchange message +

+

+ Own Id: OTP-12784

+
+
+
+ +
+
Ssh 3.2.3
Fixed Bugs and Malfunctions diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 352563700b..fe0606b1a3 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -25,7 +25,23 @@ notes.xml

This document describes the changes made to the SSL application.

-
SSL 6.0 +
SSL 6.0.1 + +
Fixed Bugs and Malfunctions + + +

+ Terminate gracefully when receving bad input to premaster + secret calculation

+

+ Own Id: OTP-12783

+
+
+
+ +
+ +
SSL 6.0
Fixed Bugs and Malfunctions -- cgit v1.2.3