[doc] Separated status, known limitations
authorJacek Janczyk <j.janczyk@samsung.com>
Mon, 28 Oct 2013 12:50:53 +0000 (13:50 +0100)
committerJacek Janczyk <j.janczyk@samsung.com>
Mon, 28 Oct 2013 12:50:53 +0000 (13:50 +0100)
* Development status moved from architecture to separate file for
  easier maintenance
* "Known limitations" section added in architecture description

Change-Id: I9ed323a392c865d4e9c1fad3cf8ac96b426b7f88

doc-kdbus/kdbus_transport_for_dbus.pdf
doc-kdbus/status.txt [new file with mode: 0644]

index 2241da2..4d95e1b 100644 (file)
Binary files a/doc-kdbus/kdbus_transport_for_dbus.pdf and b/doc-kdbus/kdbus_transport_for_dbus.pdf differ
diff --git a/doc-kdbus/status.txt b/doc-kdbus/status.txt
new file mode 100644 (file)
index 0000000..d76db1c
--- /dev/null
@@ -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.