aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2010-05-11 11:25:16 +0000
committerErlang/OTP <[email protected]>2010-05-11 11:25:16 +0000
commitf2eca527a077b5108794566369700b3a592b1c3e (patch)
tree5ab5bfc15d89a2e7b070870e3022414e620bc000 /lib/megaco
parentbf9ccd82c744f44f2ca2c07e23b6784cd29c94e3 (diff)
downloadotp-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')
-rw-r--r--lib/megaco/doc/src/notes.xml22
-rw-r--r--lib/megaco/vsn.mk2
2 files changed, 8 insertions, 16 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>
diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk
index 34a5ac1ed2..cf5957460d 100644
--- a/lib/megaco/vsn.mk
+++ b/lib/megaco/vsn.mk
@@ -22,7 +22,7 @@ MEGACO_VSN = 3.14.1
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)"
-TICKETS = OTP-8561
+TICKETS = OTP-8561 OTP-8627
TICKETS_3_14 = OTP-8317 OTP-8323 OTP-8328 OTP-8362 OTP-8403