From f4a0ae1736216feac5ae053610644bba2e12ed34 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
Date: Tue, 15 Dec 2015 09:45:27 +0100
Subject: Update release notes
---
lib/diameter/doc/src/notes.xml | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
(limited to 'lib/diameter/doc')
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml
index 61bed37682..828ade4a71 100644
--- a/lib/diameter/doc/src/notes.xml
+++ b/lib/diameter/doc/src/notes.xml
@@ -43,6 +43,29 @@ first.
+diameter 1.11.1
+
+ Fixed Bugs and Malfunctions
+
+ -
+
+ Fix request table leaks
+
+ The End-to-End and Hop-by-Hop identifiers of outgoing
+ Diameter requests are stored in a table in order for the
+ caller to be located when the corresponding answer
+ message is received. Entries were orphaned if the handler
+ was terminated by an exit signal as a consequence of
+ actions taken by callback functions, or if callbacks
+ modified identifiers in retransmission cases.
+
+ Own Id: OTP-13137
+
+
+
+
+
+
diameter 1.11
Fixed Bugs and Malfunctions
--
cgit v1.2.3