[svn-commits] mjordan: branch 12 r420805 - in /branches/12: ./ include/asterisk/ rest-api/ ...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Aug 11 13:48:21 CDT 2014
Author: mjordan
Date: Mon Aug 11 13:48:18 2014
New Revision: 420805
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420805
Log:
AMI/ARI: Update version to 2.5.0/1.5.0 respectively
This is to support the backwards compatible changes made in the next version
of Asterisk.
Modified:
branches/12/UPGRADE.txt
branches/12/include/asterisk/manager.h
branches/12/rest-api/api-docs/applications.json
branches/12/rest-api/api-docs/asterisk.json
branches/12/rest-api/api-docs/bridges.json
branches/12/rest-api/api-docs/channels.json
branches/12/rest-api/api-docs/deviceStates.json
branches/12/rest-api/api-docs/endpoints.json
branches/12/rest-api/api-docs/events.json
branches/12/rest-api/api-docs/mailboxes.json
branches/12/rest-api/api-docs/playbacks.json
branches/12/rest-api/api-docs/recordings.json
branches/12/rest-api/api-docs/sounds.json
branches/12/rest-api/resources.json
Modified: branches/12/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/12/UPGRADE.txt?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/UPGRADE.txt (original)
+++ branches/12/UPGRADE.txt Mon Aug 11 13:48:18 2014
@@ -20,6 +20,16 @@
=== UPGRADE-11.txt -- Upgrade info for 10 to 11
===
===========================================================
+
+From 12.4.0 to 12.5.0:
+
+ARI:
+ - The ARI version has been changed from 1.4.0 to 1.5.0. This is to reflect
+ the backwards compatible changes listed in the CHANGES file.
+
+AMI:
+ - The AMI version has been changed from 2.4.0 to 2.5.0. This is to reflect
+ the backwards compatible changes listed in the CHANGES file.
From 12.3.2 to 12.4.0:
Modified: branches/12/include/asterisk/manager.h
URL: http://svnview.digium.com/svn/asterisk/branches/12/include/asterisk/manager.h?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/include/asterisk/manager.h (original)
+++ branches/12/include/asterisk/manager.h Mon Aug 11 13:48:18 2014
@@ -54,7 +54,7 @@
- \ref manager.c Main manager code file
*/
-#define AMI_VERSION "2.4.0"
+#define AMI_VERSION "2.5.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/12/rest-api/api-docs/applications.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/applications.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/api-docs/applications.json (original)
+++ branches/12/rest-api/api-docs/applications.json Mon Aug 11 13:48:18 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.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/applications.{format}",
Modified: branches/12/rest-api/api-docs/asterisk.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/asterisk.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/api-docs/asterisk.json (original)
+++ branches/12/rest-api/api-docs/asterisk.json Mon Aug 11 13:48:18 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.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/asterisk.{format}",
Modified: branches/12/rest-api/api-docs/bridges.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/bridges.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/api-docs/bridges.json (original)
+++ branches/12/rest-api/api-docs/bridges.json Mon Aug 11 13:48:18 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.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/bridges.{format}",
Modified: branches/12/rest-api/api-docs/channels.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/channels.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/api-docs/channels.json (original)
+++ branches/12/rest-api/api-docs/channels.json Mon Aug 11 13:48:18 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.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/channels.{format}",
Modified: branches/12/rest-api/api-docs/deviceStates.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/deviceStates.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/api-docs/deviceStates.json (original)
+++ branches/12/rest-api/api-docs/deviceStates.json Mon Aug 11 13:48:18 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "Kevin Harwell <kharwell at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/deviceStates.{format}",
Modified: branches/12/rest-api/api-docs/endpoints.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/endpoints.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/api-docs/endpoints.json (original)
+++ branches/12/rest-api/api-docs/endpoints.json Mon Aug 11 13:48:18 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.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/endpoints.{format}",
Modified: branches/12/rest-api/api-docs/events.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/events.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/api-docs/events.json (original)
+++ branches/12/rest-api/api-docs/events.json Mon Aug 11 13:48:18 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.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.2",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/events.{format}",
Modified: branches/12/rest-api/api-docs/mailboxes.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/mailboxes.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/api-docs/mailboxes.json (original)
+++ branches/12/rest-api/api-docs/mailboxes.json Mon Aug 11 13:48:18 2014
@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2013, Digium, Inc.",
"_author": "Jonathan Rose <jrose at digium.com>",
"_svn_revision": "$Revision$",
- "apiVersion": "1.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/mailboxes.{format}",
Modified: branches/12/rest-api/api-docs/playbacks.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/playbacks.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/api-docs/playbacks.json (original)
+++ branches/12/rest-api/api-docs/playbacks.json Mon Aug 11 13:48:18 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.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/playbacks.{format}",
Modified: branches/12/rest-api/api-docs/recordings.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/recordings.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/api-docs/recordings.json (original)
+++ branches/12/rest-api/api-docs/recordings.json Mon Aug 11 13:48:18 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.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/recordings.{format}",
Modified: branches/12/rest-api/api-docs/sounds.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/sounds.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/api-docs/sounds.json (original)
+++ branches/12/rest-api/api-docs/sounds.json Mon Aug 11 13:48:18 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.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
"resourcePath": "/api-docs/sounds.{format}",
Modified: branches/12/rest-api/resources.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/resources.json?view=diff&rev=420805&r1=420804&r2=420805
==============================================================================
--- branches/12/rest-api/resources.json (original)
+++ branches/12/rest-api/resources.json Mon Aug 11 13:48:18 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.4.0",
+ "apiVersion": "1.5.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"apis": [
More information about the svn-commits
mailing list