aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE-1.6.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-05 16:45:44 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-05 16:45:44 +0000
commitf3869857af1000adcd1c22635194821ca84d3926 (patch)
treeaf55b8068f9af7ac077608e593b0090b8b8fb89e /UPGRADE-1.6.txt
parent01c3529da0a2bb23ca00106003df865c65fb63b0 (diff)
Merged revisions 167176 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r167176 | tilghman | 2009-01-05 10:44:47 -0600 (Mon, 05 Jan 2009) | 7 lines More clearly explain that quote marks are no longer necessary. (closes issue #13718) Reported by: davidw Patches: 20081020__bug13718.diff.txt uploaded by Corydon76 (license 14) Tested by: blitzrage ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@167177 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE-1.6.txt')
-rw-r--r--UPGRADE-1.6.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE-1.6.txt b/UPGRADE-1.6.txt
index d03049cf5..c6ed5404b 100644
--- a/UPGRADE-1.6.txt
+++ b/UPGRADE-1.6.txt
@@ -66,6 +66,11 @@ Core:
arguments of AGI applications. After converting to use the ',' delimiter,
change this option to res_agi=1.6.
+* As a side effect of the application delimiter change, many places that used
+ to need quotes in order to get the proper meaning are no longer required.
+ You now only need to quote strings in configuration files if you literally
+ want quotation marks within a string.
+
* The logger.conf option 'rotatetimestamp' has been deprecated in favor of
'rotatestrategy'. This new option supports a 'rotate' strategy that more
closely mimics the system logger in terms of file rotation.