summaryrefslogtreecommitdiff
path: root/UPGRADE-1.6.txt
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-09-04 17:31:44 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-09-04 17:31:44 +0000
commitad69df830d5454f971ba7c7ba1c477066731d4bd (patch)
tree0e753580b8b3d9da9894f48f67f1713eb4091a30 /UPGRADE-1.6.txt
parent7348bacf0550d8aed3e3d1dfc671d5613ecc1a68 (diff)
Enable turning off the application delimiter warning with the 'dontwarn' option.
Suggested on the -dev list, and implemented in an alternate way by me. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@216547 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE-1.6.txt')
-rw-r--r--UPGRADE-1.6.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE-1.6.txt b/UPGRADE-1.6.txt
index c6ed5404b..9d09ab002 100644
--- a/UPGRADE-1.6.txt
+++ b/UPGRADE-1.6.txt
@@ -71,6 +71,12 @@ Core:
You now only need to quote strings in configuration files if you literally
want quotation marks within a string.
+* Any applications run that contain the pipe symbol but not a comma symbol will
+ get a warning printed to the effect that the application delimiter has changed.
+ However, there are legitimate reasons why this might be useful in certain
+ situations, so this warning can be turned off with the dontwarn option in
+ asterisk.conf.
+
* 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.