From 6e51c6d19612d03abc81b86bb70b8d7da678ce5d Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 21 Jun 2016 15:12:41 +0200 Subject: Prepare release --- lib/diameter/doc/src/notes.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'lib/diameter/doc/src/notes.xml') diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index 82448e7f51..b1be7bdcf7 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -43,6 +43,41 @@ first.

+
diameter 1.12 + +
Fixed Bugs and Malfunctions + + +

+ Ensure listening socket is closed at transport removal.

+

+ Transport removal did not immediately close a + diameter_tcp/sctp listening socket, and a + subsequent peer connection caused it to remain open.

+

+ Own Id: OTP-13611

+
+
+
+ + +
Improvements and New Features + + +

+ Add diameter:peer_info/1.

+

+ That retrieves information in the style of + diameter:service_info/2, but for a single peer + connection.

+

+ Own Id: OTP-13508

+
+
+
+ +
+
diameter 1.11.2
Fixed Bugs and Malfunctions -- cgit v1.2.3