summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-06-13 23:21:00 +0200
committerChristian Muck <christian.muck@bmw.de>2012-06-13 23:53:29 +0200
commit2c146c92f571bec04875c2d912871c8ad5d9a2aa (patch)
tree5b47842db82aa67f1228a45391ff0f20a47209a9 /ReleaseNotes.txt
parent4dcb40918c0e2ea9352d2182898cf335519f65a4 (diff)
downloadDLT-daemon-2c146c92f571bec04875c2d912871c8ad5d9a2aa.tar.gz
Updated doxygen documentation, readme, man pages and release notes
Signed-off-by: Christian Muck <christian.muck@bmw.de>
Diffstat (limited to 'ReleaseNotes.txt')
-rwxr-xr-xReleaseNotes.txt26
1 files changed, 24 insertions, 2 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 9f25ffe..8136811 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,6 +1,6 @@
DLT - Automotive Diagnostic Log and Trace
-Version: 2.6.0
+Version: 2.7.0
This component provides a standardised log and trace interface, based on the
standardised protocol specified in the AUTOSAR standard 4.0 DLT.
@@ -38,10 +38,32 @@ Contact
Alexander Wenzel (Alexander.AW.Wenzel@bmw.de)
Christian Muck (christian.muck@bmw.de)
-
Changes in this release
-----------------------
+2.7.0
+
+ * [GDLT-24] Fixing compiler warnings
+ * [GDLT-94] Optional sending periodic software version messages. See man pages for more informations
+ * [GENDLT-26] Check for description length sanity
+ * [GENDLT-24] Crash on invalid injection message fixed
+ * [GDLT-93] Add -Wextra flags for compilation Fixed all the warnings that
+ * [GDLT-90] Optional: systemd watchdog concept in dlt-system and dlt-daemon
+ * [GDLT-67] Re-implemented dlt-system. Read full commit message for more information
+ * [GDLT-89] Fixed daemon doesn't sent the persistent log level
+ * [GDLT-88] Fixed wrong initalization order using offline trace function
+ * Add _GNU_SOURCE Definition to be able to use O_CLOEXEC
+ * Added important SEM_FREE in the daemon and closing fd in the filetransfer
+ * [GDLT-3] Fixed missing semaphore around dlt_buffer_push3
+ * [GDLT-86] Fixed dlt_free uses absolute file path /tmp and not DLT_USER_DEFINE define
+ * [D4099] Check for duplicate file handles, and clean them up if found
+ * [GDLT-85] Pipes opened multiple times for the same application pid fixed
+ * [GDLT-82] Child process inherits file descriptors openend by their parent fixed
+ * [GDLT-84] Instead of calling the injection callback, store a pointer to it and the required parameter data fixed
+ * [GDLT-70] Check for malloc failures and return errors where applicable
+ * [GDLT-47] Avoid discarding old contexts if no new memory can be allocate
+ * [GDLT-69] Fixed bug in dlt-test-multi-process shares context between threads
+
2.6.0
* [GDLT-75] Use old style directory check on startup