diff options
author | Erlang/OTP <[email protected]> | 2019-03-11 11:52:56 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-03-11 11:52:56 +0100 |
commit | 9780184b2cf76eced1ef987408073e96cc29f3bb (patch) | |
tree | dd47c7d76642e149d640521c01673a2d08a822c5 /lib/diameter | |
parent | 9377eeb3335a1552bd8a55a774da1608575ef039 (diff) | |
download | otp-9780184b2cf76eced1ef987408073e96cc29f3bb.tar.gz otp-9780184b2cf76eced1ef987408073e96cc29f3bb.tar.bz2 otp-9780184b2cf76eced1ef987408073e96cc29f3bb.zip |
Prepare release
Diffstat (limited to 'lib/diameter')
-rw-r--r-- | lib/diameter/doc/src/notes.xml | 35 | ||||
-rw-r--r-- | lib/diameter/vsn.mk | 2 |
2 files changed, 36 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index cc92bd99f0..5777225ae7 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -43,6 +43,41 @@ first.</p> <!-- ===================================================================== --> +<section><title>diameter 2.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix failure of incoming answer message with faulty + Experimental-Result-Code. Failure to decode the AVP + resulted in an uncaught exception, with no no + handle_answer/error callback as a consequence.</p> + <p> + Own Id: OTP-15569 Aux Id: ERIERL-302 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add spawn_opt MFA configuration to allow a callback to + spawn a handler process for an incoming Diameter request + on an an arbitrary node. Module diameter_dist provides a + route_session/2 that can be used to distribute requests + based on Session-Id, although this module is currently + only documented in the module itself and may change.</p> + <p> + Own Id: OTP-15398</p> + </item> + </list> + </section> + +</section> + <section><title>diameter 2.1.6</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/diameter/vsn.mk b/lib/diameter/vsn.mk index 8c75c9e55e..a900e8f28e 100644 --- a/lib/diameter/vsn.mk +++ b/lib/diameter/vsn.mk @@ -17,5 +17,5 @@ # %CopyrightEnd% APPLICATION = diameter -DIAMETER_VSN = 2.1.6 +DIAMETER_VSN = 2.2 APP_VSN = $(APPLICATION)-$(DIAMETER_VSN)$(PRE_VSN) |