[asterisk-commits] lmadsen: branch 1.10 r328078 - /branches/1.10/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 13 16:03:28 CDT 2011
Author: lmadsen
Date: Wed Jul 13 16:03:25 2011
New Revision: 328078
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=328078
Log:
These changes should really be in trunk, not the 1.10 branch.
Removed:
branches/1.10/UPGRADE-1.10.txt
Modified:
branches/1.10/BUGS
branches/1.10/UPGRADE.txt
Modified: branches/1.10/BUGS
URL: http://svnview.digium.com/svn/asterisk/branches/1.10/BUGS?view=diff&rev=328078&r1=328077&r2=328078
==============================================================================
--- branches/1.10/BUGS (original)
+++ branches/1.10/BUGS Wed Jul 13 16:03:25 2011
@@ -4,7 +4,7 @@
To learn about and report Asterisk bugs, please visit
the official Asterisk Bug Tracker at:
- https://issues.asterisk.org
+ https://issues.asterisk.org/jira
For more information on using the bug tracker, or to
learn how you can contribute by acting as a bug marshal
Modified: branches/1.10/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/1.10/UPGRADE.txt?view=diff&rev=328078&r1=328077&r2=328078
==============================================================================
--- branches/1.10/UPGRADE.txt (original)
+++ branches/1.10/UPGRADE.txt Wed Jul 13 16:03:25 2011
@@ -16,13 +16,56 @@
=== UPGRADE-1.4.txt -- Upgrade info for 1.2 to 1.4
=== UPGRADE-1.6.txt -- Upgrade info for 1.4 to 1.6
=== UPGRADE-1.8.txt -- Upgrade info for 1.6 to 1.8
-=== UPGRADE-1.10.txt -- Upgrade info for 1.8 to 1.10
===
===========================================================
-From 1.10 to 1.12:
+From 1.8 to 1.10:
-* Currently no significant changes noted.
+cel_pgsql:
+ - This module now expects an 'extra' column in the database for data added
+ using the CELGenUserEvent() application.
+
+ConfBridge
+ - ConfBridge's dialplan arguments have changed and are not
+ backwards compatible.
+
+File Interpreters
+ - The format interpreter formats/format_sln16.c for the file extension
+ '.sln16' has been removed. The '.sln16' file interpreter now exists
+ in the formats/format_sln.c module along with new support for sln12,
+ sln24, sln32, sln44, sln48, sln96, and sln192 file extensions.
+
+HTTP:
+ - A bindaddr must be specified in order for the HTTP server
+ to run. Previous versions would default to 0.0.0.0 if no
+ bindaddr was specified.
+
+Gtalk:
+ - The default value for 'context' and 'parkinglots' in gtalk.conf has
+ been changed to 'default', previously they were empty.
+
+chan_dahdi:
+ - The mohinterpret=passthrough setting is deprecated in favor of
+ moh_signaling=notify.
+
+pbx_lua:
+ - Execution no longer continues after applications that do dialplan jumps
+ (such as app.goto). Now when an application such as app.goto() is called,
+ control is returned back to the pbx engine and the current extension
+ function stops executing.
+ - the autoservice now defaults to being on by default
+ - autoservice_start() and autoservice_start() no longer return a value.
+
+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:
+ - 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.
===========================================================
===========================================================
More information about the asterisk-commits
mailing list