summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-09-04 19:30:34 +0000
committerJonathan Rose <jrose@digium.com>2012-09-04 19:30:34 +0000
commit4272ec14c5762d326d334b50b43443d847f0e508 (patch)
tree601ddbf20388c686c3b534bcc64840fa0e9c60b9 /UPGRADE.txt
parentb02c65752ccfc2317693644c424d221339d57e19 (diff)
app_queue: PAUSEALL/UNPAUSEALL logged only if interface is a queue member
Adding UPGRADE.txt entry for r372148 (issue AST-946) Reported by: John Bigelow git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@372149 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 68790a8be..c183599c7 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -23,7 +23,9 @@
From 11 to 12:
-
+Queue:
+ - Queue logging for PAUSEALL/UNPAUSEALL now only occurs if the interface this is
+ performed on is a member of at least one queue.
From 10 to 11: