diff options
author | Anders Svensson <[email protected]> | 2015-05-30 10:31:47 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2015-05-30 10:31:47 +0200 |
commit | 8260f916c2ab9b9dff9752b47e47d07ac3d95c92 (patch) | |
tree | e901cd45191dae850de941fa6cefd5360be3cc2f /lib/diameter/doc/src/notes.xml | |
parent | 23501295ea5289897a75cb52a23685f8e6fcf18c (diff) | |
parent | f3fefbae24a2569a13b538d80d0e99129963ebef (diff) | |
download | otp-8260f916c2ab9b9dff9752b47e47d07ac3d95c92.tar.gz otp-8260f916c2ab9b9dff9752b47e47d07ac3d95c92.tar.bz2 otp-8260f916c2ab9b9dff9752b47e47d07ac3d95c92.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/diameter/doc/src/notes.xml')
-rw-r--r-- | lib/diameter/doc/src/notes.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index 6931788c83..c5df63a7f0 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.9.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix broken relay counters.</p> + <p> + OTP-12654 in OTP 17.5.3 broke counters in the case of + answer messages received in the relay application. + Counters were accumulated as unknown messages or + no_result_code instead of as relayed messages on the + intended Result-Code and 'Experimental-Result' tuples.</p> + <p> + Own Id: OTP-12741</p> + </item> + <item> + <p> + Fix diameter_sctp listener race.</p> + <p> + An oversight in OTP-12428 made it possible to start a + transport process that could not establish associations.</p> + <p> + Own Id: OTP-12744</p> + </item> + </list> + </section> + +</section> + <section><title>diameter 1.9.1</title> <section><title>Known Bugs and Problems</title> @@ -65,7 +95,7 @@ first.</p> received in an answer not setting the E-bit. The correct AVP is now extracted from the incoming message.</p> <p> - Own Id: OTP-12654 Aux Id: seq12851 </p> + Own Id: OTP-12654</p> </item> <item> <p> |