diff options
author | Erlang/OTP <[email protected]> | 2015-05-29 12:40:24 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-05-29 12:40:24 +0200 |
commit | d0a051385233f388e4d8a51b03c6894f399d7a3f (patch) | |
tree | 54da3cba1914b31a121de03511bde6484838baa3 /lib/diameter | |
parent | e7c279de571a1436af5531597d1f8a7a5b6de490 (diff) | |
download | otp-d0a051385233f388e4d8a51b03c6894f399d7a3f.tar.gz otp-d0a051385233f388e4d8a51b03c6894f399d7a3f.tar.bz2 otp-d0a051385233f388e4d8a51b03c6894f399d7a3f.zip |
Update release notes
Diffstat (limited to 'lib/diameter')
-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 51f905682d..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> |