summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-09-01 21:00:06 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-09-01 21:00:06 +0000
commit56c27b5a146647e4f5cd5433ee135a26844adecb (patch)
tree0040f18a90e60e1493bcce75cf30fe8ab265c87b /UPGRADE.txt
parentd10c2c7ee72aa6044bad2f3fa27bfe9bdec5e00e (diff)
add warning about new expression parser
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6487 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rwxr-xr-xUPGRADE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 81f1a5b59..3125c1e17 100755
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -12,6 +12,16 @@ Compiling:
support; systems using that compiler will need to be upgraded to
a more recent compiler release.
+Dialplan Expressions:
+
+* The dialplan expression parser (which handles $[ ... ] constructs)
+ has gone through a major upgrade, but has one incompatible change:
+ spaces are no longer required around expression operators, including
+ string comparisons. However, you can now use quoting to keep strings
+ together for comparison. For more details, please read the
+ doc/README.variables file, and check over your dialplan for possible
+ problems.
+
Agents:
* The default for ackcall has been changed to "no" instead of "yes"