[asterisk-commits] kpfleming: trunk r157739 - in /trunk: UPGRADE-1.6.txt UPGRADE.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 19 07:27:03 CST 2008
Author: kpfleming
Date: Wed Nov 19 07:27:02 2008
New Revision: 157739
URL: http://svn.digium.com/view/asterisk?view=rev&rev=157739
Log:
move relevant entries into UPGRADE.txt and resync UPGRADE-1.6.txt with previous branches
Added:
trunk/UPGRADE-1.6.txt
- copied unchanged from r157738, branches/1.6.0/UPGRADE-1.6.txt
trunk/UPGRADE.txt
- copied, changed from r157719, branches/1.6.1/UPGRADE.txt
Copied: trunk/UPGRADE.txt (from r157719, branches/1.6.1/UPGRADE.txt)
URL: http://svn.digium.com/view/asterisk/trunk/UPGRADE.txt?view=diff&rev=157739&p1=branches/1.6.1/UPGRADE.txt&r1=157719&p2=trunk/UPGRADE.txt&r2=157739
==============================================================================
--- branches/1.6.1/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Wed Nov 19 07:27:02 2008
@@ -53,3 +53,31 @@
workaround is to ensure that a space occurs between the '+' and the '=',
to differentiate your variable from the append operator. This potential
conflict is unlikely, but is documented here to be thorough.
+
+From 1.6.1 to 1.6.2:
+
+* The default console now will use colors according to the default background
+ color, instead of forcing the background color to black. If you are using a
+ light colored background for your console, you may wish to use the option
+ flag '-W' to present better color choices for the various messages. However,
+ if you'd prefer the old method of forcing colors to white text on a black
+ background, the compatibility option -B is provided for this purpose.
+
+* SendImage() no longer hangs up the channel on transmission error or on
+ any other error; in those cases, a FAILURE status is stored in
+ SENDIMAGESTATUS and dialplan execution continues. The possible
+ return values stored in SENDIMAGESTATUS are: SUCCESS, FAILURE, and
+ UNSUPPORTED. ('OK' has been replaced with 'SUCCESS', and 'NOSUPPORT'
+ has been replaced with 'UNSUPPORTED'). This change makes the
+ SendImage application more consistent with other applications.
+
+* skinny.conf now has seperate sections for lines and devices.
+ Please have a look at configs/skinny.conf.sample and update
+ your skinny.conf.
+
+* Queue names previously were treated in a case-sensitive manner,
+ meaning that queues with names like "sales" and "sALeS" would be
+ seen as unique queues. The parsing logic has changed to use
+ case-insensitive comparisons now when originally hashing based on
+ queue names, meaning that now the two queues mentioned as examples
+ earlier will be seen as having the same name.
More information about the asterisk-commits
mailing list