summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-12-08 16:53:39 +0000
committerMatthew Jordan <mjordan@digium.com>2014-12-08 16:53:39 +0000
commitcbc91f50c1bd1ebeb62bcfc174fd8b1538dd67f7 (patch)
treef1f3741054fedd34ae1496f822aafd0a4bd40390 /CHANGES
parent1712694817cfa4cfdf9cbf5dedf679b9e56140a9 (diff)
AMI/ARI: Update version to 2.6.0/1.6.0 respectively for new features
AMI/ARI are getting a few enhancements in the next release of Asterisk 13. Per semantic versioning, that warrants a bump in the minor version number, as it reflects a backwards compatible change. Hence, this commit. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@429091 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES29
1 files changed, 17 insertions, 12 deletions
diff --git a/CHANGES b/CHANGES
index 2b1ac090d..ae368f107 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,23 @@
--- Functionality changes from Asterisk 13.0.0 to Asterisk 13.1.0 ------------
------------------------------------------------------------------------------
-Transfers
+AMI
+------------------
+ * Event NewConnectedLine is emitted when the connected line information on
+ a channel changes.
+
+ * The version of AMI has been bumped to 2.6.0 to account for the backwards
+ compatible feature listed above.
+
+ARI
+------------------
+ * Event ChannelConnectedLine is emitted when the connected line information
+ on a channel changes.
+
+ * The version of ARI has been bumped to 1.6.0 to account for the backwards
+ compatible feature listed above.
+
+Core Transfers
-----------------
The features.conf general section has three new configurable options:
@@ -387,17 +403,6 @@ res_pjsip_publish_asterisk
for Asterisk to Asterisk exchanges of information. Currently, this includes
both mailbox state and device state information.
-
-AMI
-------------------
- * Event NewConnectedLine is emitted when the connected line information on
- a channel changes.
-
-ARI
-------------------
- * Event ChannelConnectedLine is emitted when the connected line information
- on a channel changes.
-
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 12.4.0 to Asterisk 12.5.0 ------------
------------------------------------------------------------------------------