mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 17:53:15 +00:00
Remove unneeded CHANGES and UPGRADE files
This commit is contained in:
committed by
asterisk-org-access-app[bot]
parent
68349125a8
commit
ea7e719d71
@@ -1,8 +0,0 @@
|
||||
Subject: app_playback
|
||||
|
||||
In Asterisk 11, if a channel was redirected away during Playback(),
|
||||
the PLAYBACKSTATUS variable would be set to SUCCESS. In Asterisk 12
|
||||
(specifically commit 7d9871b3940fa50e85039aef6a8fb9870a7615b9) that
|
||||
behavior was inadvertently changed and the same operation would result
|
||||
in the PLAYBACKSTATUS variable being set to FAILED. The Asterisk 11
|
||||
behavior has been restored.
|
@@ -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.
|
@@ -1,5 +0,0 @@
|
||||
Subject: res_crypto
|
||||
|
||||
In addition to only paying attention to files ending with .key or .pub
|
||||
in the keys directory, we now also ignore any files which aren't regular
|
||||
files.
|
Reference in New Issue
Block a user