summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-04-05 10:48:12 +0200
committerChristian Muck <christian.muck@bmw.de>2012-04-05 10:48:12 +0200
commit83d7663994de26fd401f1cb6fc1a813d73dbbf82 (patch)
tree1f1440e6568e6dca353a7d0832dec371415f54e6
parent8dc056bc254d8fdd637bf6b57ee65b4adce5f998 (diff)
downloadDLT-daemon-83d7663994de26fd401f1cb6fc1a813d73dbbf82.tar.gz
Updated release notesv2.6.0
Signed-off-by: Christian Muck <christian.muck@bmw.de>
-rwxr-xr-xReleaseNotes.txt34
-rw-r--r--doc/dlt-convert.12
2 files changed, 29 insertions, 7 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index b2494de..9f25ffe 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,10 +1,6 @@
DLT - Automotive Diagnostic Log and Trace
-<<<<<<< HEAD
Version: 2.6.0
-=======
-Version: 2.5.0
->>>>>>> bafb569... Fix merge problems in LM-GENDLT-15
This component provides a standardised log and trace interface, based on the
standardised protocol specified in the AUTOSAR standard 4.0 DLT.
@@ -48,8 +44,34 @@ Changes in this release
2.6.0
- *
-
+ * [GDLT-75] Use old style directory check on startup
+ * [GENDLT-21] Move mcnt from DltContextData to DltContext
+ * [GENDLT-15] Fixes to previous integrations from review
+ * [GENDLT-15] Safe re-allocations for databuffer
+ * [GENDLT-15] use the correct TEXTBUFSIZE
+ * [GENDLT-15] Optimize usege of strlen. Improved log level handling
+ * [GENDLT-15] Avoid buffer overrun with snprintf()
+ * [GENDLT-15] Check return value of dlt_user_log_write_start(_id) correctly
+ * [GENDLT-15] Reduce the number of applications if allocation fails
+ * [GENDLT-15] Make dlt_user_log_write_start inline
+ * [GENDLT-15] Improve errore checking in dlt_user_log_write_start_id
+ * [GENDLT-15] Use databussersize to avoid reallocations
+ * [GENDLT-15] Rename buffer size constant to avoid confusion
+ * [GENDLT-15] Better error handling when writing to FIFO
+ * [GENDLT-15] Remove duplicate msg initialization.
+ * [GENDLT-15] Optimize away multiple uses of strlen for one check
+ * [GDLT-4] Improve queue handling, allow for other messages while transferring a large file
+ * [GDLT-4] Limit maximum file queue to 256 files
+ * [GDLT-4] First working version of inotify for file transfer
+ * [GDLT-2] First test for filetransfer change
+ * [GDLT-2] Change to gzip wrapper format. Change file signature creation to account for file size, as inode number maybe duplicate when deleting and creating new files
+ * [GDLT-2] Fix bug while reading the options
+ * [GDLT-2] Allow for enabling/disabling compression for the separate directories
+ * [GDLT-2] Check if the file is already compressed
+ * [GDLT-2] Link with libz, fix a typo
+ * [GDLT-2] zlib based compression for dlt-system
+ * Cleaned some warnings generated from removing stale old code
+
2.5.2
* Change to Mozilla Public License Version 2.0
diff --git a/doc/dlt-convert.1 b/doc/dlt-convert.1
index 9a53804..e61fe76 100644
--- a/doc/dlt-convert.1
+++ b/doc/dlt-convert.1
@@ -1,4 +1,4 @@
-.TH dlt-convert 1 "March 2, 2012" "version 2.5.1" "USER COMMANDS"
+.TH dlt-convert 1 "March 2, 2012" "version 2.6.0" "USER COMMANDS"
.SH NAME
dlt-convert \- Convert DLT Logging files into ASCII
.SH SYNOPSIS