[asterisk-commits] lmadsen: trunk r328449 - in /trunk: ./ CHANGES UPGRADE-1.10.txt UPGRADE.txt

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jul 15 16:01:44 CDT 2011


Author: lmadsen
Date: Fri Jul 15 16:01:41 2011
New Revision: 328449

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=328449
Log:
Merged revisions 328448 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.10

........
  r328448 | lmadsen | 2011-07-15 16:57:15 -0400 (Fri, 15 Jul 2011) | 2 lines
  
  Update UPGRADE.txt and CHANGES files.
  Update documentation files stating that deprecated modules are no longer built by default.
........

Modified:
    trunk/   (props changed)
    trunk/CHANGES
    trunk/UPGRADE-1.10.txt
    trunk/UPGRADE.txt

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.10-merged (original)
+++ branch-1.10-merged Fri Jul 15 16:01:41 2011
@@ -1,1 +1,1 @@
-/branches/1.10:1-328075,328120,328162,328207,328247,328317,328329
+/branches/1.10:1-328075,328120,328162,328207,328247,328317,328329,328448

Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=328449&r1=328448&r2=328449
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Fri Jul 15 16:01:41 2011
@@ -203,6 +203,11 @@
    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.
+
+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 ----------------

Modified: trunk/UPGRADE-1.10.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/UPGRADE-1.10.txt?view=diff&rev=328449&r1=328448&r2=328449
==============================================================================
--- trunk/UPGRADE-1.10.txt (original)
+++ trunk/UPGRADE-1.10.txt Fri Jul 15 16:01:41 2011
@@ -60,12 +60,22 @@
  - 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.
+
 ===========================================================
 ===========================================================

Modified: trunk/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/UPGRADE.txt?view=diff&rev=328449&r1=328448&r2=328449
==============================================================================
--- trunk/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Fri Jul 15 16:01:41 2011
@@ -65,12 +65,22 @@
  - 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.
+
 ===========================================================
 ===========================================================




More information about the asterisk-commits mailing list