From 20c8871a0c518e2f9260a58696210999fda00f9c Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Tue, 8 May 2012 10:43:11 +0200 Subject: Updated release notes and version number for v2.6.1 release Signed-off-by: Christian Muck --- CMakeLists.txt | 2 +- ReleaseNotes.txt | 16 +++++++++++++++- 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 -- cgit v1.2.1