From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/diameter/doc/src/notes.xml | 79 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 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 1258e8e85d..6fe22492e4 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -42,6 +42,85 @@ first.

+
Diameter 1.4 + +
Fixed Bugs and Malfunctions + + +

+ Add registered server names to the app file.

+

+ Own Id: OTP-10442

+
+ +

+ Fix #diameter_header{} handling broken by OTP-10445.

+

+ The fault caused the the header of a [Header | Avps] + request to be ignored if both end_to_end_id and + hop_by_hop_id were undefined.

+

+ Own Id: OTP-10609

+
+ +

+ Fix error handling for handle_request callback.

+

+ A callback that returned a #diameter_packet{} would fail + if the incoming request had decode errors.

+

+ Own Id: OTP-10614

+
+ +

+ Fix timing of service start event.

+

+ The event did not necessarily precede other events as + documented.

+

+ Own Id: OTP-10618

+
+ +

+ Fix setting of header T flag at peer failover.

+

+ The flag is now set in the diameter_header record passed + to a prepare_retransmit callback.

+

+ Own Id: OTP-10619

+
+ +

+ Fix sending of CER/CEA timeout event at capx_timeout.

+

+ The event was not sent as documented.

+

+ Own Id: OTP-10628

+
+ +

+ Fix improper setting of Application-ID in the Diameter + header of an answer message whose E flag is set.

+

+ The value should be that of the request in question. The + fault caused it always to be 0.

+

+ Own Id: OTP-10655

+
+ +

+ Fix faulty handling of AVP length errors.

+

+ An incorrect AVP length but no other errors caused an + incoming request to fail.

+

+ Own Id: OTP-10693

+
+
+
+ +
+
Diameter 1.3.1
Known Bugs and Problems -- cgit v1.2.3