aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE-1.6.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-04 17:33:47 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-04 17:33:47 +0000
commitd7c58972e113a7bfbe163c9c0d827bf6e2f39d12 (patch)
treed580828a590719c32c4bdfe3f6bf759501dbf6c3 /UPGRADE-1.6.txt
parent67c5f1bbb8108df470013596c001090edb4b86d8 (diff)
Merged revisions 216547 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r216547 | tilghman | 2009-09-04 12:31:44 -0500 (Fri, 04 Sep 2009) | 3 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.1@216549 f38db490-d61c-443f-a65b-d21fe96a405b
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.