e_dbus: improve readme and news.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Nov 2011 12:58:35 +0000 (12:58 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Nov 2011 12:58:35 +0000 (12:58 +0000)
README: list modules and their state.

NEWS: mention e_connman changes, it was sync'ed with upstream and is
flagged as unstable. So do not complain about API breaks.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@65258 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

NEWS
README

diff --git a/NEWS b/NEWS
index 8cc57c9..e47da8b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,8 @@ Additions:
     * e_notification_action_id_get
     * e_notification_action_name_get
     * e_notification_image_init
-    
+    * e_connman: sync api with connman-0.7x
+
 Fixes:
 
     * DSO linking issues fixed
@@ -18,3 +19,4 @@ Fixes:
 Improvements:
 
     * notification protocol 1.2 support
+    * e_connman supports connman-0.7x api, warns that it is unstable.
diff --git a/README b/README
index a684e2e..7f0124f 100644 (file)
--- a/README
+++ b/README
@@ -40,6 +40,22 @@ there is no way to clean up fully before unloading the module, causing issues.
 Patches can be sent to the enlightenment dev mailing list, or, if you have
 commit access, feel free to commit.
 
+
+ABOUT PROVIDED MODULES:
+-----------------------
+
+E_DBus provides easy C API for some D-Bus services, the
+org.freedesktop.DBus interface is implemented into libedbus/E_DBus.h
+itself, while the following modules provides more and their respective
+version:
+
+ * bluez(v4.9x): barebones to toggle state and change visibility.
+ * connman(v0.7x): complete manager, service and technology.
+ * hal(v0.5.x): deprecated, provides basic for e17. See ukit.
+ * notification(v0.7.x): complete client and server.
+ * ofono(v0.5x, v1.0): barebones to toggle state.
+ * ukit(upower-v0.9.x, udisks-1.0.x): most of upower, status api from udisks.
+
 ------------------------------------------------------------------------------
 COMPILING AND INSTALLING: