updated readme and release
authorKevron Rees <kevron.m.rees@intel.com>
Mon, 12 Jan 2015 18:51:24 +0000 (10:51 -0800)
committerKevron Rees <kevron.m.rees@intel.com>
Mon, 12 Jan 2015 18:51:24 +0000 (10:51 -0800)
README.md
RELEASE.md

index 8de7054..96f4623 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ You will also need to edit your config to enable the Qt-based mainloop:
 
 ~~~~~~~~~~~~~{.json}
 {
-       "mainloop" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/qtmainloopplugin.so",
+       "mainloop" : "/usr/lib/i386-linux-gnu/automotive-message-broker/qtmainloopplugin.so",
        "plugins" : "/etc/ambd/plugins.d"
 }
 ~~~~~~~~~~~~~
index 1d28733..73584fa 100644 (file)
@@ -1,4 +1,5 @@
-Release notes for release 0.13.801 {#release_notes}
+AMB Release Notes
+Version: 0.13.801
 
 New features:
 - [DBus] some classes for exporting custom interfaces moved to plugins-common