aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-24 15:41:43 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-24 15:41:43 +0000
commit4ac221c9bdb8a56b6deab4c4622beed22ef0c76d (patch)
treeeacf5761cbbf2559e08bf2ca1ed55835898b4238 /UPGRADE.txt
parent43bf707b3de6679543a7bf2bfc6c00d0ef728b5e (diff)
Make the deprecation warning inline with the code, instead of only in documentation (closes issue #10549)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@80747 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index b54e3f0af..c5b752a30 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -130,7 +130,9 @@ Applications:
interpolation falling back to globals when no channel variable is set.
* The application SetVar has been renamed to Set. The syntax SetVar was marked
- deprecated in version 1.2 and is no longer recognized in this version.
+ deprecated in version 1.2 and is no longer recognized in this version. The
+ use of Set with multiple argument pairs has also been deprecated. Please
+ separate each name/value pair into its own dialplan line.
* app_read has been updated to use the newer options codes, using "skip" or
"noanswer" will not work. Use s or n. Also there is a new feature i, for