[asterisk-commits] r368896 - svn:log
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 13 17:18:06 CDT 2012
Author: mjordan
Revision: 368896
Modified property: svn:log
Modified: svn:log at Wed Jun 13 17:18:06 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jun 13 17:18:06 2012
@@ -1,6 +1,6 @@
Mark res_smdi/res_adsi as 'core' supported modules
-Recently, various issues surrounding weak attributes have caused problems with
+Recently, various issues surrounding weak symbols have caused problems with
modules that rely on that feature to be enabled in menuselect. This includes
app_voicemail and chan_dahdi, as they both rely upon res_smdi and res_adsi,
which, in certain circumstances, may not be enabled by default in menuselect.
@@ -8,7 +8,7 @@
Because res_smdi/res_adsi are dependencies for chan_dahdi/app_voicemail, this
patch marks both as 'core' supported modules. This will allow both
app_voicemail and chan_dahdi to be enabled as well, regardless of whether or
-not that system supports weak attributes.
+not that system supports weak symbols.
(issue AST-900)
Reported by: Thomas Arimont
More information about the asterisk-commits
mailing list