summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-08-05 18:25:16 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-08-05 18:25:16 +0000
commitff101d0b072f364756063574a95bcb6a3c1c1fb0 (patch)
treeb153d3d37d67bea4df0fbc121a1c83f3e8e28de2 /UPGRADE.txt
parentf24d7a89f56d94408edc092626ff7886e5f68d8d (diff)
Add '+=' append operator to configuration files.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135717 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt7
1 files changed, 7 insertions, 0 deletions
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.