From 20641fe0f2ea745873fc7557448d3a7deb1bd639 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 16 Sep 2013 20:11:53 +0200 Subject: Prepare release --- lib/diameter/doc/src/notes.xml | 46 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'lib/diameter/doc') diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index e750b56f1e..32082e565d 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -42,6 +42,52 @@ first.

+
diameter 1.4.3 + +
Fixed Bugs and Malfunctions + + +

+ Fix UTF8String encode.

+

+ Encode now accepts any nested list of codepoints and + binaries. A list containing a binary was previously + misinterpreted and the documentation was incomplete.

+

+ Own Id: OTP-11172

+
+ +

+ Ensure DWR isn't sent immediately after DWA.

+

+ This was possible if the timing was unfortunate. An + incoming DWR now properly resets the watchdog timer.

+

+ Own Id: OTP-11184

+
+ +

+ Fix faulty encode of Failed-AVP

+

+ Reception of a CER, DWR or DPR that has decode failures + caused encode of the corresponding answer message to + fail.

+

+ Own Id: OTP-11293

+
+ +

+ Fix broken service_opt() spawn_opt.

+

+ The option was ignored.

+

+ Own Id: OTP-11299

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