From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Dec 2014 15:21:47 +0100 Subject: Prepare release --- lib/diameter/doc/src/notes.xml | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) (limited to 'lib/diameter') diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index 7f69bdbfbf..e6ac332c10 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -42,6 +42,68 @@ first.

+
diameter 1.8 + +
Fixed Bugs and Malfunctions + + +

+ Fix remote diameter_request table leak.

+

+ An outgoing request whose pick_peer callback selected a + transport on another node resulted in an orphaned table + entry on that node.

+

+ Own Id: OTP-12196

+
+ +

+ Fix handling of 3xxx Result-Code without E-bit.

+

+ OTP-12233 broke the population of the errors field of the + diameter_packet record when an incoming request with an + E-bit/Result-Code mismatch was detected, causing a + 4-tuple to be inserted as Result-Code in a diameter_avp + record.

+

+ Own Id: OTP-12233

+
+ +

+ Fix ignored connect timer.

+

+ There are two timers governing the establishment of peer + connections: connect_timer and watchdog_timer. The former + is the RFC 6733 Tc timer, and is used at initial + connection establishment. The latter is RFC 3539 TwInit, + and is used for connection reestablishment. A connecting + transport erroneously used watchdog_timer in both cases.

+

+ Own Id: OTP-12281 Aux Id: seq12728

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

+ Order candidate peers in pick_peer callbacks.

+

+ The order of candidate peers presented to a + diameter_app(3) pick_peer callback has previously not + been documented, but there are use cases that are + simplified by an ordering. The order is now determined by + the filter.

+

+ Own Id: OTP-12308

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