bump version 0.3.1 with network-based access control
authorLuc Yriarte <luc.yriarte@intel.com>
Wed, 10 Apr 2013 08:39:23 +0000 (10:39 +0200)
committerLuc Yriarte <luc.yriarte@intel.com>
Wed, 10 Apr 2013 08:39:23 +0000 (10:39 +0200)
README.md
TODO
cloudeebus/cloudeebus.js
cloudeebus/cloudeebus.py
setup.py

index b386970..b16bc38 100644 (file)
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ The Cloudeebus server must be run either with credentials and a whitelist to
                                path to credentials file
          -w WHITELIST, --whitelist WHITELIST
                                path to whitelist file
-         -n NETMASK, --netmask NETMASK
+         -n NETMASK, --netmask NETMASK
                                netmask,IP filter (comma separated.) eg. :
                                -n 127.0.0.1,192.168.2.0/24,10.12.16.0/255.255.255.0
 
diff --git a/TODO b/TODO
index 283a220..0c1f5bd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,7 +21,3 @@ DBus service support:
 - support publishing a DBus service
 - support sending signals
 
-
-Access control:
----------------
-- support restrictions on websocket origin domain
index 8b2d1b4..1788cae 100644 (file)
@@ -28,7 +28,7 @@ var dbus = { // hook object for dbus types not translated by python-json
 
 /*****************************************************************************/
 
-var cloudeebus = window.cloudeebus = {version: "0.3.0"};
+var cloudeebus = window.cloudeebus = {version: "0.3.1"};
 
 cloudeebus.reset = function() {
        cloudeebus.sessionBus = null;
index 5f4c617..70d0b6f 100755 (executable)
@@ -48,7 +48,7 @@ from twisted.python import log
 
 ###############################################################################
 
-VERSION = "0.3.0"
+VERSION = "0.3.1"
 OPENDOOR = False
 CREDENTIALS = {}
 WHITELIST = []
index df06bea..5d5b723 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
 from setuptools import setup
 
 setup(name = "cloudeebus",
-       version = "0.3.0",
+       version = "0.3.1",
        description = "Javascript-DBus bridge",
        author = "Luc Yriarte, Christophe Guiraud, Frederic PAUT",
        author_email = "luc.yriarte@intel.com, christophe.guiraud@intel.com, frederic.paut@intel.com",