aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-23 21:27:04 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-23 21:27:04 +0000
commite2e9973c7502cf48420bbfa42021c34fdff795fd (patch)
tree7e6e3298d9b4226c299f3fc186de37e61e46c6d8
parent07befe7b3c21b03de2921efbf5621b160fac2240 (diff)
Add note about the out-of-tree module ABI changes.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@254098 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--UPGRADE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 4cbcdffa7..bc5f9be21 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -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