From: Asterisk Development Team Date: Thu, 1 Dec 2022 19:39:18 +0000 (-0600) Subject: Update for 16.29.1 X-Git-Tag: 16.29.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8446ad13607eab69f71f7127d1d991aab75d2c33;p=thirdparty%2Fasterisk.git Update for 16.29.1 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index be0d413844..f3ec50c9a3 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -18,6 +18,19 @@ === =========================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 16.19.0 to Asterisk 16.19.1 ---------- +------------------------------------------------------------------------------ + +AMI (Asterisk Manager Interface) +------------------ + * Previously, GetConfig and UpdateConfig were able to access files outside of + the Asterisk configuration directory. Now this access is put behind the + live_dangerously configuration option in asterisk.conf, which is disabled by + default. If access to configuration files outside of the Asterisk configuation + directory is required via AMI, then the live_dangerously configuration option + must be set to yes. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 16.28.0 to Asterisk 16.29.0 ---------- ------------------------------------------------------------------------------ diff --git a/doc/UPGRADE-staging/manager_config_live_dangerously.txt b/doc/UPGRADE-staging/manager_config_live_dangerously.txt deleted file mode 100644 index 56f39f9c8d..0000000000 --- a/doc/UPGRADE-staging/manager_config_live_dangerously.txt +++ /dev/null @@ -1,8 +0,0 @@ -Subject: AMI (Asterisk Manager Interface) - -Previously, GetConfig and UpdateConfig were able to access files outside of -the Asterisk configuration directory. Now this access is put behind the -live_dangerously configuration option in asterisk.conf, which is disabled by -default. If access to configuration files outside of the Asterisk configuation -directory is required via AMI, then the live_dangerously configuration option -must be set to yes.