summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-12-11 16:14:13 +0100
committerLutz Helwing <lutz_helwing@mentor.com>2015-12-14 10:32:14 +0100
commit0b935db1bc278dd0e761163d904e8c3f0cf431a8 (patch)
tree014e8aeac67924ca66cab29e4d8225e9304e45ea /ReleaseNotes.txt
parentebb0a840b34c09e5b75f291b975c230b1ccb0b91 (diff)
downloadDLT-daemon-0b935db1bc278dd0e761163d904e8c3f0cf431a8.tar.gz
Updated version to 2.14.0 STABLE Updated release notesv2.14.0
Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 56254a5..75291b6 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -4,11 +4,28 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Version
-------
-2.13.0 STABLE
+2.14.0 STABLE
Changes
-------
+2.14.0
+ * Fix fork()-handler in libdlt
+ * Set default log-levels in dlt.conf
+ * Fix register context before application is registered
+ * Fixed compiler warnings about format issues in dlt-system-journal.c by replacing llu with PRIu64
+ * Make IP version compile time configurable
+ * Implemented Dlt MultiNode to connect DLT Daemons running on different operating systems
+ * Daemon shutdown: fixed memory leaks and missing removal of created sockets
+ * DltLogstorage: reduce writing to internal storage device as much as possible
+ * Control appliction to support offline log storage trigger implemented
+ * Offline log storage to internal and external devices implemented
+ * Unix socket control interface implemented
+ * Parse INI files for Offline Logstorage, Multinode and potentially other DLT extensions implmented
+ * Linking library systemd instead of systemd-journal systemd-id128 if systemd version >= 209
+ * Event handling has been reworked in order to use epoll and restructure the code
+ * Fixed include paths in dlt_user_manual.txt and dlt_cheatsheet.txt
+
2.13.0
* Added core dump handler code