diff options
author | Anders Svensson <[email protected]> | 2015-09-21 17:06:40 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2015-09-21 17:06:40 +0200 |
commit | c4a35d1b3a5fb7f76fb50861e52be72aeafc389d (patch) | |
tree | 2e955fa46dbe4ba01a967f6ff146a09cda857dae /lib | |
parent | e6a09778df9fc1be772a7d1bdf23b789b6f2b6b2 (diff) | |
parent | f3cf61cd87465f9424e23223b8b3d2f4aacc3ace (diff) | |
download | otp-c4a35d1b3a5fb7f76fb50861e52be72aeafc389d.tar.gz otp-c4a35d1b3a5fb7f76fb50861e52be72aeafc389d.tar.bz2 otp-c4a35d1b3a5fb7f76fb50861e52be72aeafc389d.zip |
Merge branch 'anders/diameter/18.1/OTP-12978' into maint
* anders/diameter/18.1/OTP-12978:
Remove 1.11 release notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/diameter/doc/src/notes.xml | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index c5f0d66f10..afe9117a9d 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -43,67 +43,6 @@ first.</p> <!-- ===================================================================== --> -<section><title>diameter 1.11</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - Don't report 5005 (DIAMETER_AVP_MISSING) errors - unnecessarily.</p> - <p> - An AVP whose decode failed was reported as missing, - despite having been reported with another error as a - consequence of the failure.</p> - <p> - Own Id: OTP-12871</p> - </item> - <item> - <p> - Fix relay encode of nested, Grouped AVPs.</p> - <p> - A fault in OTP-12475 caused encode to fail if the first - AVP in a Grouped AVP was itself Grouped.</p> - <p> - Own Id: OTP-12879 Aux Id: OTP-12475 </p> - </item> - <item> - <p> - Improve decode performance.</p> - <p> - The time required to decode a message increased - quadratically with the number of AVPs in the worst case, - leading to extremely long execution times.</p> - <p> - Own Id: OTP-12891</p> - </item> - <item> - <p> - Match acceptable peer addresses case insensitively.</p> - <p> - Regular expressions passed in an 'accept' tuple to - diameter_tcp or diameter_sctp inappropriately matched - case.</p> - <p> - Own Id: OTP-12902</p> - </item> - <item> - <p> - Improve watchdog and statistics performance.</p> - <p> - Inefficient use of timers contributed to poor performance - at high load, as did ordering of the table statistics are - written to.</p> - <p> - Own Id: OTP-12912</p> - </item> - </list> - </section> - -</section> - -<!-- ===================================================================== --> - <section><title>diameter 1.10</title> <section><title>Fixed Bugs and Malfunctions</title> |