]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Bump the ARI version to 1.8.0 61/961/1
authorMatt Jordan <mjordan@digium.com>
Fri, 24 Jul 2015 17:56:16 +0000 (12:56 -0500)
committerMatt Jordan <mjordan@digium.com>
Fri, 24 Jul 2015 18:04:41 +0000 (13:04 -0500)
Due to backwards compatible changes, the ARI version should be bumped to
1.8.0 prior to the release of 13.5.0. Note that a previous patch already
bumped the version of AMI for this release.

Change-Id: I419033bfbbc0d3533a29ccb32b2981f39e0883e7

13 files changed:
UPGRADE.txt
rest-api/api-docs/applications.json
rest-api/api-docs/asterisk.json
rest-api/api-docs/bridges.json
rest-api/api-docs/channels.json
rest-api/api-docs/deviceStates.json
rest-api/api-docs/endpoints.json
rest-api/api-docs/events.json
rest-api/api-docs/mailboxes.json
rest-api/api-docs/playbacks.json
rest-api/api-docs/recordings.json
rest-api/api-docs/sounds.json
rest-api/resources.json

index 7824823ea455a6b63b44a61b440935d56cd4b251..766ab23ee458ae1afa4b83bae097300a614b1c5d 100644 (file)
@@ -28,6 +28,10 @@ AMI:
    compatible features included with this release.  See CHANGES for more
    information.
 
+ARI:
+ - The version of ARI has been updated to 1.8.0 to reflect the backwards
+   compatible changes outlined in the CHANGES file.
+
 From 13.3.0 to 13.4.0:
 
 Source Control:
index 6dcdb78b169da176ecfe2efaead6b448b61e53e7..446dfddc0531ee9dd4c68002ab9cbe58219203a1 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/applications.{format}",
index 2705f45f65b3577a4c08281c5d17813071d543b8..cc1e3b821a10b592b49e2473734e7510c425cc81 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/asterisk.{format}",
index b608be6d6b5e13b52841cb55a2dfa830c7b88705..4bbbe100f29f50df6d0b1a5ce8c0021e5d74e170 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/bridges.{format}",
index bc0879b57159518c262f7958ff5ad3c8871020c6..1b7faf754b0d0aa665b65f0761059689141e15e5 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/channels.{format}",
index e23227396127be79ede6777b10558314caa21e05..fa68dcf2b1b25b42eb5cd746abf7f2b12961b759 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "Kevin Harwell <kharwell@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/deviceStates.{format}",
index 4fd077c1461fef6651f65359aa40cf4d049c7c58..73467731977c9120f07c94846eb2d5b36cef1a85 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/endpoints.{format}",
index 392b0ac706f389ad660a82ef535b12033c96c505..8d74900f2787ec6990989e7674df42cb25d54f39 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.2",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/events.{format}",
index 324e37885452ccb614bf5f27bcd6298bbf0bc052..12b8832d577dda3559bee29855816f65964b63bf 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2013, Digium, Inc.",
        "_author": "Jonathan Rose <jrose@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/mailboxes.{format}",
index 63df3f24b48530ce51fe8c9d4ee7740711fa8e8e..d9683801afdbe16541dd12c4a91ce15931cee0ff 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/playbacks.{format}",
index 51f0a21f4d4342d7d370187237bdcbc22ab90b35..8686e882bd847aab8eca1cc531fb68110c03b9c7 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/recordings.{format}",
index 628aa1948b730a10716ad4de0357755645f0a1bb..4cfa7ed4dea5aa03a3998508a04528a2be35be41 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "resourcePath": "/api-docs/sounds.{format}",
index 4a098f51f0abb029103507cff58dd302011af1fb..995303dd5fed52af24b9e62cd303bb456c5f5165 100644 (file)
@@ -2,7 +2,7 @@
        "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
        "_author": "David M. Lee, II <dlee@digium.com>",
        "_svn_revision": "$Revision$",
-       "apiVersion": "1.7.0",
+       "apiVersion": "1.8.0",
        "swaggerVersion": "1.1",
        "basePath": "http://localhost:8088/ari",
        "apis": [