diff options
author | Erlang/OTP <[email protected]> | 2013-12-09 20:12:33 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-12-09 20:12:33 +0100 |
commit | 25237481ccccd3ddfa74582dc267632ad618ba30 (patch) | |
tree | 5a70ff65dd58d7315971476921837f3e43a572f6 /lib/diameter/doc/src | |
parent | ba05ec6dcbf26df15351eae0dc2055c9628b9706 (diff) | |
download | otp-25237481ccccd3ddfa74582dc267632ad618ba30.tar.gz otp-25237481ccccd3ddfa74582dc267632ad618ba30.tar.bz2 otp-25237481ccccd3ddfa74582dc267632ad618ba30.zip |
Prepare releaseOTP_R16B03
Diffstat (limited to 'lib/diameter/doc/src')
-rw-r--r-- | lib/diameter/doc/src/notes.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index cf87a13225..18c712ec3d 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -42,6 +42,48 @@ first.</p> <!-- ===================================================================== --> +<section><title>diameter 1.5</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Rename reconnect_timer to connect_timer.</p> + <p> + The former is still accepted for backwards compatibility, + but the name is misleading given the semantics of the + timer.</p> + <p> + Own Id: OTP-11168</p> + </item> + <item> + <p> + Extend diameter_make(3).</p> + <p> + Dictionaries can now be compiled from strings, not just + filesystem paths, and results can be returned instead of + written to the filesystem.</p> + <p> + Own Id: OTP-11348</p> + </item> + <item> + <p> + Remove hardcoding of diameter_base as @prefix on + dictionaries for application id 0.</p> + <p> + Own Id: OTP-11361</p> + </item> + <item> + <p> + Fix silent make rules (Thanks to Anthony Ramine)</p> + <p> + Own Id: OTP-11514</p> + </item> + </list> + </section> + +</section> + <section><title>diameter 1.4.4</title> <section><title>Known Bugs and Problems</title> |