summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2014-06-20 20:29:45 +0000
committerJonathan Rose <jrose@digium.com>2014-06-20 20:29:45 +0000
commite087ae0c022a307e358fe9339b0a58323aa3d28a (patch)
tree9380c22424be35e11e6aa91758d57d9da621905b /CHANGES
parent86e8ab5ed47bccf0ee80acfd711eb81b0991522c (diff)
Logger: Add manager command 'LoggerRotate' to rotate logger
Part of a series of AMI command equivalents to existing CLI commands Review: https://reviewboard.asterisk.org/r/3651/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@416848 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c3774fa6a..176c038eb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,9 @@ AMI
res_manager_presence_state.so. If the high frequency of these events is
problematic for you, do not load these modules.
+ * New AMI action LoggerRotate reloads and rotates logger in the same manner
+ as CLI command 'logger rotate'
+
chan_dahdi
------------------
* SS7 support now requires libss7 v2.0 or later.