summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-02-13 21:27:25 +0100
committerChristian Muck <christian.muck@bmw.de>2012-02-13 21:27:25 +0100
commit77c849c2bd9acd95033a7243ed630234a584fc3a (patch)
tree249d595ee307e6731157a933ba03f53970d72b46 /ReleaseNotes.txt
parent214aebd2a8f5310c91fb580f93200a0fee364cbd (diff)
downloadDLT-daemon-77c849c2bd9acd95033a7243ed630234a584fc3a.tar.gz
Update project structure
Diffstat (limited to 'ReleaseNotes.txt')
-rwxr-xr-xReleaseNotes.txt35
1 files changed, 24 insertions, 11 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index ea5793e..760bc0f 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,24 +1,37 @@
-DLT - Automotive Diagnostic Log and Trace
+DLT - Automotive Diagnostic Log and Trace
Version: 2.5.0_BETA
-
-Introduction
-------------
-
-The DLT daemon is the central component in GENIVI, which gathers all logs and traces from the DLT user applications. The logs and traces are stored optionally directly in a file in the ECU. The DLT daemon forwards all logs and traces to a connected DLT client.
-The DLT client can send control messages to the daemon, e.g. to set individual log levels of applications and contexts or get the list of applications and contexts registered in the DLT daemon.
+This component provides a standardised log and trace interface, based on the
+standardised protocol specified in the AUTOSAR standard 4.0 DLT.
+This component can be used by GENIVI components and other applications as
+logging facility providing
+- the DLT shared library
+- the DLT daemon
+- the DLT daemon adaptors
+- the DLT client console utilities
+- the DLT test applications
+
+The DLT daemon is the central component in GENIVI, which gathers all
+logs and traces from the DLT user applications. The logs and traces
+are stored optionally directly in a file in the ECU. The DLT daemon
+forwards all logs and traces to a connected DLT client.
+The DLT client can send control messages to the daemon, e.g. to set
+individual log levels of applications and contexts or get the list of
+applications and contexts registered in the DLT daemon.
License
-------
-see file: License.txt
+Full information on the license for this software
+is available in the "LICENSE.txt" file.
+The full LGPL license is in "LGPL.txt."
+
Contact
-------
-Alexander Wenzel
-BMW Group
-Alexander.AW.Wenzel@bmw.de
+Alexander Wenzel (Alexander.AW.Wenzel@bmw.de)
+Christian Muck (christian.muck@bmw.de)
Changes in this release