From 85b8498a883b11dcaeb1b4e6b820c491c0ab9a4e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?H=C3=A5kan=20Mattsson?=
Date: Fri, 19 Feb 2010 13:22:23 +0000
Subject: Added release notes for megaco 3.14
---
lib/megaco/doc/src/notes.xml | 105 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 105 insertions(+)
diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml
index 116020de87..2a9c885394 100644
--- a/lib/megaco/doc/src/notes.xml
+++ b/lib/megaco/doc/src/notes.xml
@@ -35,6 +35,111 @@
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
--
cgit v1.2.3