[asterisk-commits] mjordan: branch 13 r429091 - in /branches/13: ./ include/asterisk/ rest-api/ ...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 8 10:53:42 CST 2014


Author: mjordan
Date: Mon Dec  8 10:53:39 2014
New Revision: 429091

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=429091
Log:
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.

Modified:
    branches/13/CHANGES
    branches/13/UPGRADE.txt
    branches/13/include/asterisk/manager.h
    branches/13/rest-api/api-docs/applications.json
    branches/13/rest-api/api-docs/asterisk.json
    branches/13/rest-api/api-docs/bridges.json
    branches/13/rest-api/api-docs/channels.json
    branches/13/rest-api/api-docs/deviceStates.json
    branches/13/rest-api/api-docs/endpoints.json
    branches/13/rest-api/api-docs/events.json
    branches/13/rest-api/api-docs/mailboxes.json
    branches/13/rest-api/api-docs/playbacks.json
    branches/13/rest-api/api-docs/recordings.json
    branches/13/rest-api/api-docs/sounds.json
    branches/13/rest-api/resources.json

Modified: branches/13/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/13/CHANGES?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/CHANGES (original)
+++ branches/13/CHANGES Mon Dec  8 10:53:39 2014
@@ -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:
@@ -386,17 +402,6 @@
    Asterisk information to other Asterisk servers. This module is intended only
    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 ------------

Modified: branches/13/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/13/UPGRADE.txt?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/UPGRADE.txt (original)
+++ branches/13/UPGRADE.txt Mon Dec  8 10:53:39 2014
@@ -23,6 +23,16 @@
 
 From 13.0.0 to 13.1.0:
 
+ARI:
+ - The version of ARI has been bumped to 1.6.0 to account for backwards
+   compatible features included with this release. See CHANGES for more
+   information.
+
+AMI:
+ - The version of AMI has been bumped to 2.6.0 to account for backwards
+   compatible features included with this release. See CHANGES for more
+   information.
+
 Core:
  - The core of Asterisk uses a message bus called "Stasis" to distribute
    information to internal components. For performance reasons, the message

Modified: branches/13/include/asterisk/manager.h
URL: http://svnview.digium.com/svn/asterisk/branches/13/include/asterisk/manager.h?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/include/asterisk/manager.h (original)
+++ branches/13/include/asterisk/manager.h Mon Dec  8 10:53:39 2014
@@ -54,7 +54,7 @@
 - \ref manager.c Main manager code file
  */
 
-#define AMI_VERSION                     "2.5.0"
+#define AMI_VERSION                     "2.6.0"
 #define DEFAULT_MANAGER_PORT 5038	/* Default port for Asterisk management via TCP */
 #define DEFAULT_MANAGER_TLS_PORT 5039	/* Default port for Asterisk management via TCP */
 

Modified: branches/13/rest-api/api-docs/applications.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/api-docs/applications.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/api-docs/applications.json (original)
+++ branches/13/rest-api/api-docs/applications.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2013, Digium, Inc.",
 	"_author": "David M. Lee, II <dlee at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"resourcePath": "/api-docs/applications.{format}",

Modified: branches/13/rest-api/api-docs/asterisk.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/api-docs/asterisk.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/api-docs/asterisk.json (original)
+++ branches/13/rest-api/api-docs/asterisk.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
 	"_author": "David M. Lee, II <dlee at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"resourcePath": "/api-docs/asterisk.{format}",

Modified: branches/13/rest-api/api-docs/bridges.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/api-docs/bridges.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/api-docs/bridges.json (original)
+++ branches/13/rest-api/api-docs/bridges.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
 	"_author": "David M. Lee, II <dlee at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"resourcePath": "/api-docs/bridges.{format}",

Modified: branches/13/rest-api/api-docs/channels.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/api-docs/channels.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/api-docs/channels.json (original)
+++ branches/13/rest-api/api-docs/channels.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
 	"_author": "David M. Lee, II <dlee at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"resourcePath": "/api-docs/channels.{format}",

Modified: branches/13/rest-api/api-docs/deviceStates.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/api-docs/deviceStates.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/api-docs/deviceStates.json (original)
+++ branches/13/rest-api/api-docs/deviceStates.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
 	"_author": "Kevin Harwell <kharwell at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"resourcePath": "/api-docs/deviceStates.{format}",

Modified: branches/13/rest-api/api-docs/endpoints.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/api-docs/endpoints.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/api-docs/endpoints.json (original)
+++ branches/13/rest-api/api-docs/endpoints.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
 	"_author": "David M. Lee, II <dlee at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"resourcePath": "/api-docs/endpoints.{format}",

Modified: branches/13/rest-api/api-docs/events.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/api-docs/events.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/api-docs/events.json (original)
+++ branches/13/rest-api/api-docs/events.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
 	"_author": "David M. Lee, II <dlee at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.2",
 	"basePath": "http://localhost:8088/ari",
 	"resourcePath": "/api-docs/events.{format}",

Modified: branches/13/rest-api/api-docs/mailboxes.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/api-docs/mailboxes.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/api-docs/mailboxes.json (original)
+++ branches/13/rest-api/api-docs/mailboxes.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2013, Digium, Inc.",
 	"_author": "Jonathan Rose <jrose at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"resourcePath": "/api-docs/mailboxes.{format}",

Modified: branches/13/rest-api/api-docs/playbacks.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/api-docs/playbacks.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/api-docs/playbacks.json (original)
+++ branches/13/rest-api/api-docs/playbacks.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
 	"_author": "David M. Lee, II <dlee at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"resourcePath": "/api-docs/playbacks.{format}",

Modified: branches/13/rest-api/api-docs/recordings.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/api-docs/recordings.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/api-docs/recordings.json (original)
+++ branches/13/rest-api/api-docs/recordings.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
 	"_author": "David M. Lee, II <dlee at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"resourcePath": "/api-docs/recordings.{format}",

Modified: branches/13/rest-api/api-docs/sounds.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/api-docs/sounds.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/api-docs/sounds.json (original)
+++ branches/13/rest-api/api-docs/sounds.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
 	"_author": "David M. Lee, II <dlee at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"resourcePath": "/api-docs/sounds.{format}",

Modified: branches/13/rest-api/resources.json
URL: http://svnview.digium.com/svn/asterisk/branches/13/rest-api/resources.json?view=diff&rev=429091&r1=429090&r2=429091
==============================================================================
--- branches/13/rest-api/resources.json (original)
+++ branches/13/rest-api/resources.json Mon Dec  8 10:53:39 2014
@@ -2,7 +2,7 @@
 	"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
 	"_author": "David M. Lee, II <dlee at digium.com>",
 	"_svn_revision": "$Revision$",
-	"apiVersion": "1.5.0",
+	"apiVersion": "1.6.0",
 	"swaggerVersion": "1.1",
 	"basePath": "http://localhost:8088/ari",
 	"apis": [




More information about the asterisk-commits mailing list