bump version and update api.json
This commit is contained in:
parent
25223de636
commit
d3de535d4d
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
||||
|
||||
* 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
|
||||
|
||||
|
||||
2
guh.pri
2
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}\\\" \
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
45
|
||||
46
|
||||
{
|
||||
"methods": {
|
||||
"Actions.ExecuteAction": {
|
||||
@ -762,6 +762,7 @@
|
||||
"ConfigurationErrorInvalidStationName",
|
||||
"ConfigurationErrorInvalidPort",
|
||||
"ConfigurationErrorInvalidHostAddress",
|
||||
"ConfigurationErrorBluetoothHardwareNotAvailable",
|
||||
"ConfigurationErrorInvalidCertificate"
|
||||
],
|
||||
"CreateMethod": [
|
||||
|
||||
Reference in New Issue
Block a user