From 82533956e1468898b8f99e76b32fefec35983f88 Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Mon, 22 Feb 2010 10:47:20 +0000 Subject: OTP-8317, OTP-8323, OTP-8328, OTP-8362 & OTP-8403. --- lib/megaco/doc/src/notes.xml | 121 ++++--------------------------------------- 1 file changed, 10 insertions(+), 111 deletions(-) (limited to 'lib/megaco/doc/src/notes.xml') diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index 2a9c885394..65bf0345f5 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -35,115 +35,10 @@ thus constitutes one section in this document. The title of each section is the version number of Megaco.

-
Megaco 3.14 - -
Fixed Bugs and Malfunctions - - -

- Fixed some Dialyzer detected problems.

-

- Own Id: OTP-8317

-
- -

- Callbacks, when the callback module is unknown - (undefined), results in warning messages. 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 - causes 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.

-

- Own Id: OTP-8328 Aux Id: seq11384

-
-
-
- -
Improvements and New Features - - -

Cross compilation improvements and other build system - improvements.

-

Most notable:

Lots of cross - compilation improvements. The old cross compilation - support was more or less non-existing as well as broken. - Please, note that the cross compilation support should - still be considered as experimental. Also note that old - cross compilation configurations cannot be used without - modifications. For more information on cross compiling - Erlang/OTP see the $ERL_TOP/INSTALL-CROSS.md file. - Support for staged install using DESTDIR. - The old broken INSTALL_PREFIX has also been fixed. - For more information see the $ERL_TOP/INSTALL.md - file. Documentation of the release - target of the top Makefile. For more information - see the $ERL_TOP/INSTALL.md file. - make install now by default creates relative - symbolic links instead of absolute ones. For more - information see the $ERL_TOP/INSTALL.md file. - $ERL_TOP/configure --help=recursive - now works and prints help for all applications with - configure scripts. Doing make - install, or make release directly after - make all no longer triggers miscellaneous - rebuilds. Existing bootstrap system is now - used when doing make install, or make - release without a preceding make all. - The crypto and ssl - applications use the same runtime library path when - dynamically linking against libssl.so and - libcrypto.so. The runtime library search path has - also been extended. The configure - scripts of erl_interface and odbc now - search for thread libraries and thread library quirks the - same way as erts do. The - configure script of the odbc application - now also looks for odbc libraries in lib64 and - lib/64 directories when building on a 64-bit - system. The config.h.in file in the - erl_interface application is now automatically - generated in instead of statically updated which reduces - the risk of configure tests without any effect. - -

(Thanks to Henrik Riomar for suggestions and - testing)

-

(Thanks to Winston Smith for the AVR32-Linux cross - configuration and testing)

-

- *** POTENTIAL INCOMPATIBILITY ***

-

- Own Id: OTP-8323

-
- -

- Added a help target in the test Makefile to explain the - most useful make targets, used when testing the - application using the test-server provided with megaco

-

- Own Id: OTP-8362

-
- -

- Adapted megaco_filter to the new internal format.

-

- Own Id: OTP-8403

-
-
-
- -
-
- Megaco 3.13.1 + Megaco 3.14 -

Version 3.13.1 supports code replacement in runtime from/to +

Version 3.14 supports code replacement in runtime from/to version 3.13, 3.12 and 3.11.3.

@@ -156,7 +51,7 @@

Various changes to configure and makefile(s) to facilitate cross - compilation.

+ compilation (and other build system improvements).

Own Id: OTP-8323

@@ -166,8 +61,12 @@ application using the test-server provided with megaco.

Own Id: OTP-8362

- -
+ + +

Adapted megaco_filter to the new internal format.

+

Own Id: OTP-8403

+
+
@@ -198,7 +97,7 @@
- +
-- cgit v1.2.3