summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2015-12-09 14:44:41 +0100
committerErlang/OTP <otp@erlang.org>2015-12-09 14:44:41 +0100
commit0f6b72141b7e04699aae3394b2b29191c8acdec5 (patch)
tree74d11352f0c60e82f966ffbee2e409b898155c9b
parent51e745bd223453c1144259af7e2bbc63a97e76ed (diff)
downloaderlang-0f6b72141b7e04699aae3394b2b29191c8acdec5.tar.gz
Update release notes
-rw-r--r--lib/diameter/doc/src/notes.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml
index 18c712ec3d..059fffff23 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.5.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix pick_peer case clause failure.</p>
+ <p>
+ In the case of {call_mutates_state, true} configuration
+ on the service in question, any peer selection that
+ failed to select a peer resulted in a case clause
+ failure. This was noticed in the case of a peer failover
+ in which an alternate peer wasn't available.</p>
+ <p>
+ Own Id: OTP-11789</p>
+ </item>
+ <item>
+ <p>
+ Remove logging of faulty answer messages.</p>
+ <p>
+ Since excessive numbers of them can overload a node with
+ logging.</p>
+ <p>
+ Own Id: OTP-13182</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>diameter 1.5</title>
<section><title>Improvements and New Features</title>