summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-03-13 13:54:19 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-03-13 13:54:19 -0500
commit4b7872c9db995e99e91fc45adfd133094a51cde3 (patch)
treeb2feecc216608f39b178c0a66503a033217561f3 /CHANGES
parenta979e52c0a351b6784530be04c0b096a7428a720 (diff)
parentc711e4076a6913e18e27a694bcb3fb721822fb58 (diff)
Merge "core: Remove ABI effects of MALLOC_DEBUG."
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 37ec31931..0f4ced2af 100644
--- a/CHANGES
+++ b/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