From 512f099b247b17b3145e90293167a4ba373b9471 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 6 May 2015 10:46:46 +0200 Subject: Prepare release --- lib/diameter/doc/src/notes.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'lib/diameter/doc') diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index 479fab21b2..6931788c83 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -42,6 +42,47 @@ first.

+
diameter 1.9.1 + +
Known Bugs and Problems + + +

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

+

+ OTP-12074 in OTP 17.3 missed one case: a length error on + a trailing AVP unknown to the dictionary in question.

+

+ Own Id: OTP-12642

+
+ +

+ Don't confuse Result-Code and Experimental-Result

+

+ The errors field of a decoded diameter_packet record was + populated with a Result-Code AVP when an + Experimental-Result containing a 3xxx Result-Code was + received in an answer not setting the E-bit. The correct + AVP is now extracted from the incoming message.

+

+ Own Id: OTP-12654 Aux Id: seq12851

+
+ +

+ Don't count on unknown Application Id.

+

+ OTP-11721 in OTP 17.1 missed the case of an Application + Id not agreeing with that of the dictionary in question, + causing counters to be accumulated on keys containing the + unknown id.

+

+ Own Id: OTP-12701

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