From ff101d0b072f364756063574a95bcb6a3c1c1fb0 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 5 Aug 2008 18:25:16 +0000 Subject: Add '+=' append operator to configuration files. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135717 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'UPGRADE.txt') diff --git a/UPGRADE.txt b/UPGRADE.txt index 272db32fb..8cd6069b4 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -226,6 +226,13 @@ Configuration: * queues.conf: the queue-lessthan sound file option is no longer available, and the queue-round-seconds option no longer takes '1' as a valid parameter. +* If you have any third party modules which use a config file variable whose + name ends in a '+', please note that the append capability added to this + version may now conflict with that variable naming scheme. An easy + 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. + Manager: * Manager has been upgraded to version 1.1 with a lot of changes. -- cgit v1.2.3