From 950d808c97a4c5b579f4f1cc16b95f2d419d3505 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 15 Sep 2014 12:02:14 +0200 Subject: Update release notes --- lib/diameter/doc/src/notes.xml | 53 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 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 b3cd53c497..7f69bdbfbf 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -42,6 +42,59 @@ first.

+
diameter 1.7.1 + +
Fixed Bugs and Malfunctions + + +

+ Don't leave extra bit in decoded AVP data.

+

+ An extra bit could be communicated in the data field of a + diameter_avp record in the case of length errors. Of no + consequence for code using the record encoding of + Diameter messages, but code examining diameter_avp + records would see this bit.

+

+ Dictionary files must be recompiled for the fix to have + effect.

+

+ Own Id: OTP-12074

+
+ +

+ Fix counting of outgoing requests and answers setting the + E-bit.

+

+ OTP-11721 broke these counters for all outgoing requests + except DWR, and caused answers setting the E-bit to be + counted as unknown messages.

+

+ Own Id: OTP-12080

+
+ +

+ Fix Failed-AVP decode.

+

+ The best-effort decode only worked for AVPs in the common + dictionary, not for those in the dictionary of the + application identified in the Diameter Header of the + answer message in question.

+

+ Failed-AVP in an answer decoded with the RFC 3588 common + dictionary (diameter_gen_base_rfc3588) was regarded as an + error. The RFC 6733 dictionary was unaffected.

+

+ Dictionary files must be recompiled for the fix to have + effect.

+

+ Own Id: OTP-12094

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