]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 167176 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 5 Jan 2009 16:45:44 +0000 (16:45 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 5 Jan 2009 16:45:44 +0000 (16:45 +0000)
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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@167177 65c4cc65-6c06-0410-ace0-fbb531ad65f3

UPGRADE-1.6.txt

index d03049cf5c1610f36b3f05827828699ecb9e778f..c6ed5404b28aa5dc78ee489003543c09209a3458 100644 (file)
@@ -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.