summaryrefslogtreecommitdiff
path: root/doc-kdbus
diff options
context:
space:
mode:
authorJacek Janczyk <j.janczyk@samsung.com>2013-10-28 13:50:53 +0100
committerLubomir Rintel <lkundrak@v3.sk>2015-02-11 11:53:09 +0100
commitc35ade0328be8c7e201cbb0a8d89bd08554c31e9 (patch)
tree6c77833a266ead9d6032c5d0e64be53864dd3f4c /doc-kdbus
parent91e8c02a95f37a2fcff411a5c62ed4d34da99623 (diff)
[doc] Separated status, known limitations
* Development status moved from architecture to separate file for easier maintenance * "Known limitations" section added in architecture description Change-Id: I9ed323a392c865d4e9c1fad3cf8ac96b426b7f88
Diffstat (limited to 'doc-kdbus')
-rw-r--r--doc-kdbus/kdbus_transport_for_dbus.pdfbin392985 -> 296514 bytes
-rw-r--r--doc-kdbus/status.txt30
2 files changed, 30 insertions, 0 deletions
diff --git a/doc-kdbus/kdbus_transport_for_dbus.pdf b/doc-kdbus/kdbus_transport_for_dbus.pdf
index 2241da2c..4d95e1b5 100644
--- a/doc-kdbus/kdbus_transport_for_dbus.pdf
+++ b/doc-kdbus/kdbus_transport_for_dbus.pdf
Binary files differ
diff --git a/doc-kdbus/status.txt b/doc-kdbus/status.txt
new file mode 100644
index 00000000..d76db1c0
--- /dev/null
+++ b/doc-kdbus/status.txt
@@ -0,0 +1,30 @@
+Status given below covers intentional coding progress. Extensive testing and bug
+fixing is still ahead.
+
+Please observe known limitations in architecture desciption.
+
+
+
+2013-10-23
+----------
+* Modified libdbus – 100%
+ All expected functions are already there. Code is confirmed to work on x86
+ and ARM.
+
+* Modified libgio – 80%
+ First working code is available (tested on x86 and ARM), however it has to
+ be cleaned a bit before upload.
+
+* DBus daemon – 100%
+ Accompanying tools (like dbus-launch) have to be reviewed and adjusted
+ if necessary. Code is successfully tested on both x86 and ARM.
+
+* Kdbus – 100%
+ Possibility to run on 3.8.2 kernel is provided. Code is successfully tested
+ on both x86 and ARM.
+
+
+2013-10-28
+----------
+* Modified libgio – 90%
+ Code uploaded.