From cdc655b2a6804aedc279d5fd0a5e2317a3c146a9 Mon Sep 17 00:00:00 2001 From: Asterisk Development Team Date: Thu, 1 Dec 2022 14:49:27 -0500 Subject: [PATCH] Update CHANGES and UPGRADE.txt for 20.0.1 --- UPGRADE.txt | 13 +++++++++++++ .../manager_config_live_dangerously.txt | 8 -------- 2 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 doc/UPGRADE-staging/manager_config_live_dangerously.txt diff --git a/UPGRADE.txt b/UPGRADE.txt index dd8dbf2f37..ee6f7efd19 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -18,6 +18,19 @@ === =========================================================== +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 20.0.0 to Asterisk 20.0.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 19.0.0 to Asterisk 20.0.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.