summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2012-07-24 16:48:45 +0000
committerKevin P. Fleming <kpfleming@digium.com>2012-07-24 16:48:45 +0000
commitb74acabdc777bff52c30db9b1e99d481fad6a5eb (patch)
treeb7b13bd7b3f59afffe0e7e1a9b7d33c07c4347e3
parent0385c0e9cb34b8617c24162d8a11b5676e3fcb6f (diff)
Update CHANGES for list/negation ACL feature.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370427 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9636424fc..a0fce4547 100644
--- a/CHANGES
+++ b/CHANGES
@@ -379,6 +379,12 @@ Core
working ACL. In addition, some CLI commands have been added to provide
show information and allow for module reloading - see CLI Changes.
+ * Rules in ACLs (specified using 'permit' and 'deny') can now contain multiple
+ items (separated by commas), and items in the rule can be negated by prefixing
+ them with '!'. This simplifies Asterisk Realtime configurations, since it is no
+ longer necessray to control the order that the 'permit' and 'deny' columns are
+ returned from queries.
+
* DUNDi now allows the built in variables ${NUMBER}, ${IPADDR} and ${SECRET} to
be used within the dynamic weight attribute when specifying a mapping.