aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-26 18:41:27 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-26 18:41:27 +0000
commit03d36cd544eb6ec015bdad907ca6c531770acadc (patch)
tree8b47f0c16ab60fc59408fc76e8c6374052c73724 /CHANGES
parentf0d1cef621b6279261a351a1c06caccd6fe9e85a (diff)
Oops, fix this, too
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@111013 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7ddcbb0d1..33c74ff13 100644
--- a/CHANGES
+++ b/CHANGES
@@ -135,6 +135,9 @@ CLI Changes
* Added a CLI command, "devstate change", which allows you to set custom device
states from the func_devstate module that provides the DEVICE_STATE() function
and handling of the "Custom:" devices.
+ * New CLI command, "config reload <file.conf>" which reloads any module that
+ references that particular configuration file. Also added "config list"
+ which shows which configuration files are in use.
SIP changes
-----------