From ef0c3b1ce9e876145349896878f87a048a968e8f Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Mon, 27 Jul 2015 19:37:16 +0200 Subject: [PATCH] (bluefox) 0.7.5 --- CHANGELOG.md | 7 +++++++ io-package.json | 2 +- lib/setup.js | 3 --- package.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dcef53911..7e77a2cdc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.7.5 (2015-07-27) +* (bluefox) add "iobroker upload all" and "iobroker start all" commands +* (bluefox) fix "iobroker package" +* (bluefox) make it possible to allow OBJECTS and STATES only on localhost +* (bluefox) add new adapter pushbullet +* (bluefox) fix restart by installing. + # 0.7.4 (2015-07-19) * (bluefox) fix restartAdapters flag.(for vis-metro and co) * (bluefox) add vis-hqWidgets diff --git a/io-package.json b/io-package.json index 75d29e3187..efbb8c6542 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "js-controller", - "version": "0.7.4", + "version": "0.7.5", "platform": "Javascript/Node.js", "controller": true, "title": "ioBroker.js-controller", diff --git a/lib/setup.js b/lib/setup.js index aa4b475b5e..7733687886 100644 --- a/lib/setup.js +++ b/lib/setup.js @@ -2326,9 +2326,6 @@ function checkRestartOther(adapter, callback) { } }); } else { - if (err) { - console.error('Cannot restart adapter ' + (obj ? obj._id : '') + ': ' + err); - } callback(); } }); diff --git a/package.json b/package.json index 6a22cc81b5..64ddbbf5c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.js-controller", - "version": "0.7.4", + "version": "0.7.5", "engines": { "node": ">=0.8" },