diff --git a/CHANGES b/CHANGES index 85a1ea11f3da44cb849616dc576a92c7c773c193..87a351fb675050a3bc1a27c41d297e7e677c098c 100644 --- a/CHANGES +++ b/CHANGES @@ -204,6 +204,11 @@ Asterisk Database astdb.sqlite3 exists, astdb2sqlite3 will be compiled automatically. Asterisk will convert an existing astdb to the SQLite3 version automatically at runtime. +Asterisk Modules +---------------- + * Modules marked as deprecated are no longer marked as building by default. Enabling + these modules is still available via menuselect. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 1.6.2 to Asterisk 1.8 ---------------- ------------------------------------------------------------------------------ diff --git a/UPGRADE-1.10.txt b/UPGRADE-1.10.txt index 87413cf3b4636f6adaf5661679ed44546412960b..c1c1cd24c8c9d43fbd037a80e1c6be2b7f3a924f 100644 --- a/UPGRADE-1.10.txt +++ b/UPGRADE-1.10.txt @@ -60,12 +60,22 @@ Queue: - Mark QUEUE_MEMBER_PENALTY Deprecated it never worked for realtime members - QUEUE_MEMBER is now R/W supporting setting paused, ignorebusy and penalty. - Asterisk Database: +Asterisk Database: - The internal Asterisk database has been switched from Berkeley DB 1.86 to SQLite 3. An existing Berkeley astdb file can be converted with the astdb2sqlite3 utility in the UTILS section of menuselect. If an existing astdb is found and no astdb.sqlite3 exists, astdb2sqlite3 will be compiled automatically. Asterisk will convert an existing astdb to the SQLite3 version automatically at runtime. +Module Support Level + - All modules in the addons, apps, bridge, cdr, cel, channels, codecs, + formats, funcs, pbx, and res have been updated to include MODULEINFO data + that includes <support_level> tags with a value of core, extended, or deprecated. + More information is available on the Asterisk wiki at + https://wiki.asterisk.org/wiki/display/AST/Asterisk+Module+Support+States + + Deprecated modules are now marked to not build by default and must be explicitly + enabled in menuselect. + =========================================================== =========================================================== diff --git a/UPGRADE.txt b/UPGRADE.txt index a5500f2034049eab39d424b8f0dae56f6ac0d73a..e98559f65b242b99f8de8dd8eae8d311ca435dad 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -65,12 +65,22 @@ Queue: - Mark QUEUE_MEMBER_PENALTY Deprecated it never worked for realtime members - QUEUE_MEMBER is now R/W supporting setting paused, ignorebusy and penalty. - Asterisk Database: +Asterisk Database: - The internal Asterisk database has been switched from Berkeley DB 1.86 to SQLite 3. An existing Berkeley astdb file can be converted with the astdb2sqlite3 utility in the UTILS section of menuselect. If an existing astdb is found and no astdb.sqlite3 exists, astdb2sqlite3 will be compiled automatically. Asterisk will convert an existing astdb to the SQLite3 version automatically at runtime. +Module Support Level + - All modules in the addons, apps, bridge, cdr, cel, channels, codecs, + formats, funcs, pbx, and res have been updated to include MODULEINFO data + that includes <support_level> tags with a value of core, extended, or deprecated. + More information is available on the Asterisk wiki at + https://wiki.asterisk.org/wiki/display/AST/Asterisk+Module+Support+States + + Deprecated modules are now marked to not build by default and must be explicitly + enabled in menuselect. + =========================================================== ===========================================================