bump version and update api.json

This commit is contained in:
Simon Stürz 2016-09-14 10:57:51 +02:00 committed by Michael Zanetti
parent 25223de636
commit d3de535d4d
3 changed files with 10 additions and 3 deletions

8
debian/changelog vendored
View File

@ -1,8 +1,14 @@
guh (0.7.6) xenial; urgency=medium
* Add bluetooth server
-- Simon Stürz <simon.stuerz@guh.guru> Mo, 11 Jul 2016 23:15:13 +0200
guh (0.7.5) xenial; urgency=medium guh (0.7.5) xenial; urgency=medium
* Configuration API and server settings * Configuration API and server settings
-- Simon Stürz <simon.stuerz@guh.guru> Thu, 11 Jul 2016 23:15:13 +0200 -- Simon Stürz <simon.stuerz@guh.guru> Mo, 11 Jul 2016 23:15:13 +0200
guh (0.7.4) xenial; urgency=medium guh (0.7.4) xenial; urgency=medium

View File

@ -2,7 +2,7 @@
GUH_VERSION_STRING=$$system('dpkg-parsechangelog | sed -n -e "s/^Version: //p"') GUH_VERSION_STRING=$$system('dpkg-parsechangelog | sed -n -e "s/^Version: //p"')
# define protocol versions # define protocol versions
JSON_PROTOCOL_VERSION=45 JSON_PROTOCOL_VERSION=46
REST_API_VERSION=1 REST_API_VERSION=1
DEFINES += GUH_VERSION_STRING=\\\"$${GUH_VERSION_STRING}\\\" \ DEFINES += GUH_VERSION_STRING=\\\"$${GUH_VERSION_STRING}\\\" \

View File

@ -1,4 +1,4 @@
45 46
{ {
"methods": { "methods": {
"Actions.ExecuteAction": { "Actions.ExecuteAction": {
@ -762,6 +762,7 @@
"ConfigurationErrorInvalidStationName", "ConfigurationErrorInvalidStationName",
"ConfigurationErrorInvalidPort", "ConfigurationErrorInvalidPort",
"ConfigurationErrorInvalidHostAddress", "ConfigurationErrorInvalidHostAddress",
"ConfigurationErrorBluetoothHardwareNotAvailable",
"ConfigurationErrorInvalidCertificate" "ConfigurationErrorInvalidCertificate"
], ],
"CreateMethod": [ "CreateMethod": [