diff --git a/debian/changelog b/debian/changelog index 00df9814..2d33b68a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +guh (0.7.6) xenial; urgency=medium + + * Add bluetooth server + + -- Simon Stürz Mo, 11 Jul 2016 23:15:13 +0200 + guh (0.7.5) xenial; urgency=medium * Configuration API and server settings - -- Simon Stürz Thu, 11 Jul 2016 23:15:13 +0200 + -- Simon Stürz Mo, 11 Jul 2016 23:15:13 +0200 guh (0.7.4) xenial; urgency=medium diff --git a/guh.pri b/guh.pri index 82ebc9d0..27ffef02 100644 --- a/guh.pri +++ b/guh.pri @@ -2,7 +2,7 @@ GUH_VERSION_STRING=$$system('dpkg-parsechangelog | sed -n -e "s/^Version: //p"') # define protocol versions -JSON_PROTOCOL_VERSION=45 +JSON_PROTOCOL_VERSION=46 REST_API_VERSION=1 DEFINES += GUH_VERSION_STRING=\\\"$${GUH_VERSION_STRING}\\\" \ diff --git a/tests/auto/api.json b/tests/auto/api.json index b4eadf8f..bb0d6f28 100644 --- a/tests/auto/api.json +++ b/tests/auto/api.json @@ -1,4 +1,4 @@ -45 +46 { "methods": { "Actions.ExecuteAction": { @@ -762,6 +762,7 @@ "ConfigurationErrorInvalidStationName", "ConfigurationErrorInvalidPort", "ConfigurationErrorInvalidHostAddress", + "ConfigurationErrorBluetoothHardwareNotAvailable", "ConfigurationErrorInvalidCertificate" ], "CreateMethod": [