cloudeebus v0.1
authorLuc Yriarte <luc.yriarte@linux.intel.com>
Mon, 17 Sep 2012 13:57:16 +0000 (15:57 +0200)
committerLuc Yriarte <luc.yriarte@linux.intel.com>
Mon, 17 Sep 2012 13:57:16 +0000 (15:57 +0200)
TODO
doc/sample/cloudeebus.html
setup.py

diff --git a/TODO b/TODO
index 2399f9f..9f01338 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,3 @@
-Errors / Exceptions:
---------------------
-- Return exception message string instead of exception object
-
-
-Object / method cache:
-----------------------
-- optimize cache if needed.
-- investigate Javascript object destructor callbacks.
-
-
 Distribution:
 -------------
 - investigate javascript library minimizing / obfuscation.
index 2c6c52f..1200b71 100644 (file)
@@ -6,7 +6,7 @@
         <script type="text/javascript">
                var manifest = {
                        name: "cloudeebus",
-                       version: "v0.0 / development",
+                       version: "v0.1",
                        key: "secret",
                        permissions: [
                                "com.intel.media-service-upnp",
index ceccf0d..2ca8f4c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@
 from setuptools import setup
 
 setup(name = "cloudeebus",
-       version = "0.0.1",
+       version = "0.1",
        description = "Javascript-DBus bridge",
        author = "Luc Yriarte, Christophe Guiraud",
        author_email = "luc.yriarte@intel.com, christophe.guiraud@intel.com",