summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-05-08 10:43:11 +0200
committerChristian Muck <christian.muck@bmw.de>2012-05-08 10:43:11 +0200
commit20c8871a0c518e2f9260a58696210999fda00f9c (patch)
treee119e17077b67adeb46221efb7f9256811e5bead
parentdbb054f67a542a24b015f5a5f5003befad642dad (diff)
downloadDLT-daemon-20c8871a0c518e2f9260a58696210999fda00f9c.tar.gz
Updated release notes and version number for v2.6.1 release
Signed-off-by: Christian Muck <christian.muck@bmw.de>
-rwxr-xr-xCMakeLists.txt2
-rwxr-xr-xReleaseNotes.txt16
2 files changed, 16 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index be080d3..49dce1a 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ set( DLT_MAJOR_VERSION 2)
set( DLT_MINOR_VERSION 6)
set( DLT_PATCH_LEVEL 1)
set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL})
-set( DLT_VERSION_STATE ALPHA )
+set( DLT_VERSION_STATE RELEASE )
set( DLT_REVISION "")
execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 9f25ffe..3869ba6 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,6 +1,6 @@
DLT - Automotive Diagnostic Log and Trace
-Version: 2.6.0
+Version: 2.6.1
This component provides a standardised log and trace interface, based on the
standardised protocol specified in the AUTOSAR standard 4.0 DLT.
@@ -41,6 +41,20 @@ Christian Muck (christian.muck@bmw.de)
Changes in this release
-----------------------
+2.6.1
+
+ * Commented the dlt_log info of buffer size information out
+ * Corrected the default values of dlt.conf
+ * Added define statement for initial value of file descriptor (-1). Updated the user_handle of the daemon and user
+ * [GDLT-86] Fixed dlt_free uses absolute file path /tmp and not DLT_USER_DIR 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] Fixed calling of DLT_LOG injection callback
+ * [GDLT-70] Check for malloc failures and return errors where applicable.
+ * [GDLT-47] Avoid discarding old contexts if no new memory can be allocated when resizing contexts array.
+ * [GDLT-69] Fixed bug in dlt-test-multi-process shares context between threads
+ * [GDLT-3] Fixed missing semaphore around dlt_buffer_push3
2.6.0