diff options
author | Micael Karlberg <[email protected]> | 2011-11-14 17:06:17 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-14 17:06:17 +0100 |
commit | 9169a0322066614373ef2d602325e02e90ffc597 (patch) | |
tree | 19bbee38b4847b0f0a454c6dcf0c3c7efe29e544 | |
parent | 6acdb64f208e26d78c7f55e6206b75b948e63daa (diff) | |
parent | 5fbadf916633d64294882931038e452b1f1fc25c (diff) | |
download | otp-9169a0322066614373ef2d602325e02e90ffc597.tar.gz otp-9169a0322066614373ef2d602325e02e90ffc597.tar.bz2 otp-9169a0322066614373ef2d602325e02e90ffc597.zip |
Merge branch 'bmk/megaco/r15_integration'
-rw-r--r-- | lib/megaco/doc/src/notes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index dfbc5895d1..baf8c6a201 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -55,6 +55,13 @@ </item> <item> + <p>ASN.1 no longer makes use of a driver to accelerate encode/decode, + instead it uses NIFs. The encoding config option is <em>still</em> + the same, i.e. <c>driver</c>. </p> + <p>Own Id: OTP-9672</p> + </item> + + <item> <p>The profiling test tool has been rewritten. </p> <p>Håkan Mattsson</p> <p>Own Id: OTP-9679</p> |