summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-06-11 10:31:11 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-06-11 14:17:03 +0200
commitddd4bd9ee289211d6d9bc504137e90a0114a231c (patch)
tree1beb687de1f9109db5c3cf6c5ab34caf3e9d1ce0 /ReleaseNotes.txt
parentb9e2024a1c51f35a99d2fdf43eef73c8033fb68f (diff)
downloadDLT-daemon-ddd4bd9ee289211d6d9bc504137e90a0114a231c.tar.gz
Prepared alpha release v2.11.0
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'ReleaseNotes.txt')
-rwxr-xr-xReleaseNotes.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index a19abe3..6314888 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -9,8 +9,25 @@ Version
Changes
-------
+2.11.0
+
+ * Enable dbus trace when adaptor starts up.
+ * Added configuration of dbus filter.
+ * Fixed segmented messages arguments to standard.
+ * First implementation of DLT DBus adapter.
+ * DLT_CSTRING implementation non verbose mode.
+ * Added new examples which can be manually build against DLt library.
+ * Send ECU Id if enabled and added library API to change.
+ * Send timestamp can be disabled by new API.
+ * Send session/process id by default and add configuration API.
+ * Send extended header in non verbose mode by default and add new API to change setting.
+ * Make daemon buffer size configurable
+
2.10.0
+ * Bug 184 - /tmp/dltpipes directory does not exist before dlt-daemon is started, logging disabled
+ * Updated authors information.
+ * Fixed missing variable declaration when systemd not enabled.
* Fixed: all possible malloc, sprintf and strcpy problems
* Fixed: Creation of dltpipes directory is too late.
* Cygwin port: cygwin patch, signal handling patch and cppcheck and install lib dll to correct location on Windows.