summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorWalter Doekes <walter+asterisk@wjd.nu>2014-01-27 08:17:22 +0000
committerWalter Doekes <walter+asterisk@wjd.nu>2014-01-27 08:17:22 +0000
commitcc42229f26c66864913302572f034f19d571d71a (patch)
tree61f999fbd47d1fddd9041b1d83770cf56669d116 /UPGRADE.txt
parent33071d636cff3085be3bcc01bbba9d38ca9acb46 (diff)
manager: The eventfilter= option now takes an extended regex.
In pre-trunk versions (...12) it accepts a basic regex, which is confusing because all other regexes in asterisk are of the extended kind. Review: https://reviewboard.asterisk.org/r/3147/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@406618 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 5e5931114..bf4366a74 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -47,5 +47,8 @@ Configuration Files:
again set the root console verbose level and affect the verbose level
logged.
+ - The manager.conf 'eventfilter' now takes an "extended" regular expression
+ instead of a "basic" one.
+
===========================================================
===========================================================