diff options
author | Erlang/OTP <[email protected]> | 2013-03-18 14:21:06 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-03-19 13:17:50 +0100 |
commit | e173bc1b28453f0edb4863677f3c730b3d7a9f91 (patch) | |
tree | 61e5fb4f0466cb6e7ab0ad33c8a0790ded6162d2 | |
parent | a457557653b15b2f8e08954d96b0a0c0ec04b04c (diff) | |
download | otp-e173bc1b28453f0edb4863677f3c730b3d7a9f91.tar.gz otp-e173bc1b28453f0edb4863677f3c730b3d7a9f91.tar.bz2 otp-e173bc1b28453f0edb4863677f3c730b3d7a9f91.zip |
Prepare release
-rw-r--r-- | lib/diameter/doc/src/notes.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index d63e2021c8..2daf84b0d4 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -42,6 +42,43 @@ first.</p> <!-- ===================================================================== --> +<section><title>Diameter 1.4.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix broken Vendor-Specific-Application-Id configuration.</p> + <p> + RFC 6733 changed the definition of this Grouped AVP, + changing the arity of Vendor-Id from 1* to 1. A component + Vendor-Id can now be either list- or integer-valued in + service and transport configuration, allowing it to be + used with both RFC 3588 and RFC 6733 dictionaries.</p> + <p> + Own Id: OTP-10942</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add transport_opt() watchdog_config to allow non-standard + behaviour of the watchdog state machine.</p> + <p> + This can be useful during test but should not be used on + nodes that must conform to RFC 3539.</p> + <p> + Own Id: OTP-10898</p> + </item> + </list> + </section> + +</section> + <section><title>Diameter 1.4.1</title> <section><title>Fixed Bugs and Malfunctions</title> |