diff options
author | Erlang/OTP <[email protected]> | 2013-11-04 09:34:07 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-11-04 09:34:07 +0100 |
commit | 059109a20023043aca767b6f208f9c812c42eb20 (patch) | |
tree | 146fef7780cad080de70bdc777581f147daa02f0 /lib/diameter/doc | |
parent | a7e4974421f2e43f8a6ea3ca9ecdcd024fb14838 (diff) | |
download | otp-059109a20023043aca767b6f208f9c812c42eb20.tar.gz otp-059109a20023043aca767b6f208f9c812c42eb20.tar.bz2 otp-059109a20023043aca767b6f208f9c812c42eb20.zip |
Update release notes
Diffstat (limited to 'lib/diameter/doc')
-rw-r--r-- | lib/diameter/doc/src/notes.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index 32082e565d..cf87a13225 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -42,6 +42,36 @@ first.</p> <!-- ===================================================================== --> +<section><title>diameter 1.4.4</title> + + <section><title>Known Bugs and Problems</title> + <list> + <item> + <p> + Fix setting of End-to-End and Hop-by-Hop Identifiers in + outgoing DWA.</p> + <p> + Broken by OTP-11184, which caused the identifiers to be + set anew, discarding the values from the incoming DWR.</p> + <p> + Own Id: OTP-11367</p> + </item> + <item> + <p> + Fix handling of 5014, DIAMETER_INVALID_AVP_LENGTH.</p> + <p> + The error was detected as 5004, + DIAMETER_INVALID_AVP_VALUE, for some Diameter types, in + which case an AVP length that pointed past the end of a + message resulted in encode failure.</p> + <p> + Own Id: OTP-11395</p> + </item> + </list> + </section> + +</section> + <section><title>diameter 1.4.3</title> <section><title>Fixed Bugs and Malfunctions</title> |