]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update CHANGES and UPGRADE.txt for 20.0.1
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 1 Dec 2022 19:49:27 +0000 (14:49 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 1 Dec 2022 19:49:27 +0000 (14:49 -0500)
UPGRADE.txt
doc/UPGRADE-staging/manager_config_live_dangerously.txt [deleted file]

index dd8dbf2f3701d84f004fedaa61ca1b33be114790..ee6f7efd19154099b7628b65149a6314e85502bc 100644 (file)
 ===
 ===========================================================
 
+------------------------------------------------------------------------------
+--- 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 (file)
index 56f39f9..0000000
+++ /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.