<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/10328">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Append CHANGES/UPGRADE.txt for module loader changes.<br><br>Change-Id: Ib8db4e14187f5c11ecbff532df17d30c5d36fa3e<br>---<br>M CHANGES<br>M UPGRADE-16.txt<br>2 files changed, 14 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/28/10328/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CHANGES b/CHANGES</span><br><span>index fef7212..bd1a7a7 100644</span><br><span>--- a/CHANGES</span><br><span>+++ b/CHANGES</span><br><span>@@ -150,6 +150,13 @@</span><br><span>    by the system.</span><br><span>  * The STATIC_BUILD functionality has been removed as it has not been maintained</span><br><span>    and has not worked in quite some time.</span><br><span style="color: hsl(120, 100%, 40%);">+ * The module loader now enforces inter-module dependencies.  This ensures that</span><br><span style="color: hsl(120, 100%, 40%);">+   a module is not started before another it depends on, even if preload is used.</span><br><span style="color: hsl(120, 100%, 40%);">+   If a dependency is not available or fails to startup this will block any</span><br><span style="color: hsl(120, 100%, 40%);">+   dependants from startup.</span><br><span style="color: hsl(120, 100%, 40%);">+ * Parts of the Asterisk core which can load configuration from realtime are now</span><br><span style="color: hsl(120, 100%, 40%);">+   built-in modules.  It is no longer necessary to preload realtime drivers as</span><br><span style="color: hsl(120, 100%, 40%);">+   they are always initialized before the built-in modules.</span><br><span> </span><br><span> ------------------------------------------------------------------------------</span><br><span> --- Functionality changes from Asterisk 15.5.0 to Asterisk 15.6.0 ------------</span><br><span>diff --git a/UPGRADE-16.txt b/UPGRADE-16.txt</span><br><span>index b2bd28d..93e4b52 100644</span><br><span>--- a/UPGRADE-16.txt</span><br><span>+++ b/UPGRADE-16.txt</span><br><span>@@ -77,3 +77,10 @@</span><br><span> Core:</span><br><span>  - libedit is no longer available as an embedded library and must be provided</span><br><span>    by the system.</span><br><span style="color: hsl(120, 100%, 40%);">+ - The module loader now enforces inter-module dependencies.  This ensures that</span><br><span style="color: hsl(120, 100%, 40%);">+   a module is not started before another it depends on, even if preload is used.</span><br><span style="color: hsl(120, 100%, 40%);">+   If a dependency is not available or fails to startup this will block any</span><br><span style="color: hsl(120, 100%, 40%);">+   dependants from startup.</span><br><span style="color: hsl(120, 100%, 40%);">+ - Parts of the Asterisk core which can load configuration from realtime are now</span><br><span style="color: hsl(120, 100%, 40%);">+   built-in modules.  It is no longer necessary to preload realtime drivers as</span><br><span style="color: hsl(120, 100%, 40%);">+   they are always initialized before the built-in modules.</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10328">change 10328</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/10328"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ib8db4e14187f5c11ecbff532df17d30c5d36fa3e </div>
<div style="display:none"> Gerrit-Change-Number: 10328 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>