]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add note about the out-of-tree module ABI changes.
authorJason Parker <jparker@digium.com>
Tue, 23 Mar 2010 21:27:04 +0000 (21:27 +0000)
committerJason Parker <jparker@digium.com>
Tue, 23 Mar 2010 21:27:04 +0000 (21:27 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@254098 65c4cc65-6c06-0410-ace0-fbb531ad65f3

UPGRADE.txt

index 4cbcdffa75474b6ac60aa16b16721c89cd769548..bc5f9be212924e99846f021e64d3b7496a60a010 100644 (file)
@@ -501,6 +501,13 @@ API:
   res_agi, you will need to add ast_ prefixes to the functions that you call
   from those modules.
 
+ABI:
+
+* Many locking-related functions have had their ABI changed.  This may cause
+  external modules (including those provided by Asterisk-addons) to fail to
+  load with 'symbol not found' errors.  These modules will need to be
+  recompiled against a more current version of Asterisk.
+
 Formats:
 
 * format_wav: The GAIN preprocessor definition has been changed from 2 to 0