diff options
author | Micael Karlberg <[email protected]> | 2010-05-11 11:25:16 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-05-11 11:25:16 +0000 |
commit | f2eca527a077b5108794566369700b3a592b1c3e (patch) | |
tree | 5ab5bfc15d89a2e7b070870e3022414e620bc000 /lib/megaco/doc/src/notes.xml | |
parent | bf9ccd82c744f44f2ca2c07e23b6784cd29c94e3 (diff) | |
download | otp-f2eca527a077b5108794566369700b3a592b1c3e.tar.gz otp-f2eca527a077b5108794566369700b3a592b1c3e.tar.bz2 otp-f2eca527a077b5108794566369700b3a592b1c3e.zip |
OTP-8561: A minor compiler related performance improvement.
OTP-8627: Fix flex lib(s) installation.
Diffstat (limited to 'lib/megaco/doc/src/notes.xml')
-rw-r--r-- | lib/megaco/doc/src/notes.xml | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index 6e1356b55d..ab17dd50ca 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -60,28 +60,20 @@ <section> <title>Fixed bugs and malfunctions</title> +<!-- <p>-</p> +--> -<!-- <list type="bulleted"> <item> - <p>Callbacks, when the callback module is unknown (undefined), - results in warning messages. </p> - <p>A raise condition scenario. As part of a cancelation operation, - replies with waiting acknowledgements is cancelled. This includes - informing the user (via a call to the handle_trans_ack callback - function). It is possible that at this point the connection data - has been removed, which makes it impossible for megaco to - perform this operation, resulting in the warning message. The - solution is to also store the callback module with the other - reply information, to be used when cleaning up after a - cancelation. </p> - <p>Own Id: OTP-8328</p> - <p>Aux Id: Seq 11384</p> + <p>Fix shared libraries installation. </p> + <p>The flex shared lib(s) were incorrectly installed as data + files. </p> + <p>Peter Lemenkov</p> + <p>Own Id: OTP-8627</p> </item> </list> ---> </section> |