summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2012-02-08 15:28:48 +0000
committerKinsey Moore <kmoore@digium.com>2012-02-08 15:28:48 +0000
commit0adeb88318467f75f84a70990b1f982b9ca470f3 (patch)
tree9efa925f6fb453b195ae2ff4c54d9681db7c4f9b
parent8ba2d706028093cad1ab8ddbc25d16fef5aa03fc (diff)
Add CHANGES documentation for the "pri set debug" bitmask change
(related to ASTERISK-17159) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354395 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6c26121dc..4eaa095bd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,8 @@ CLI Changes
-------------------
* mixmonitor list <channel> command will now show MixMonitor ID, and the filenames
of all running mixmonitors on a channel.
+ * The debuglevel of "pri set debug" is now a bitmask ranging from 0 to 15 if
+ numeric instead of 0, 1, or 2.
ConfBridge
-------------------