From 24d340e10a4e66a2a4428f0554ee583dcfd031da Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 21 Nov 2019 16:04:26 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for 13.29.2 --- UPGRADE.txt | 10 ++++++++++ doc/UPGRADE-staging/AMI-Originate.txt | 5 ----- 2 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 doc/UPGRADE-staging/AMI-Originate.txt diff --git a/UPGRADE.txt b/UPGRADE.txt index b3dcf0fb47..bd1290ada7 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -18,6 +18,16 @@ === =========================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 13.29.1 to Asterisk 13.29.2 ---------- +------------------------------------------------------------------------------ + +AMI +------------------ + * The AMI Originate action, which optionally takes a dialplan application as + an argument, no longer accepts "Originate" as the application due to + security concerns. + From 13.23.1 to 13.24.0: Core diff --git a/doc/UPGRADE-staging/AMI-Originate.txt b/doc/UPGRADE-staging/AMI-Originate.txt deleted file mode 100644 index f2d3133098..0000000000 --- a/doc/UPGRADE-staging/AMI-Originate.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: AMI - -The AMI Originate action, which optionally takes a dialplan application as -an argument, no longer accepts "Originate" as the application due to -security concerns.