mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
core: Remove ABI effects of MALLOC_DEBUG.
This allows asterisk to be compiled with MALLOC_DEBUG to load modules built without MALLOC_DEBUG. Now pre-compiled third-party modules will still work regardless of MALLOC_DEBUG being enabled or not. Change-Id: Ic07ad80b2c2df894db984cf27b16a69383ce0e10
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -17,6 +17,13 @@ app_fax
|
||||
* The app_fax module is now deprecated, users should migrate to the
|
||||
replacement module res_fax.
|
||||
|
||||
Build System
|
||||
------------------
|
||||
* MALLOC_DEBUG no longer has an effect on Asterisk's ABI. Asterisk built
|
||||
with MALLOC_DEBUG can now successfully load binary modules built without
|
||||
MALLOC_DEBUG and vice versa. Third-party pre-compiled modules no longer
|
||||
need to have a special build with it enabled.
|
||||
|
||||
app_macro
|
||||
------------------
|
||||
* The app_macro module is now deprecated and by default it is no longer
|
||||
|
Reference in New Issue
Block a user