From 8fbee2d4e451a91d0c8dbf1fa5822c1776845f8c Mon Sep 17 00:00:00 2001 From: Lutz Helwing Date: Fri, 29 May 2015 17:23:20 +0200 Subject: Update version number and release notes Signed-off-by: Alexander Wenzel --- CMakeLists.txt | 2 +- ReleaseNotes.txt | 40 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd1f480..53362af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE ) # Set version parameters set( DLT_MAJOR_VERSION 2) -set( DLT_MINOR_VERSION 11) +set( DLT_MINOR_VERSION 12) set( DLT_PATCH_LEVEL 0) set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL}) set( DLT_VERSION_STATE STABLE ) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index e44039c..9283a33 100755 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -4,11 +4,49 @@ Alexander Wenzel Version ------- -2.11.0 STABLE +2.12.0 STABLE Changes ------- +2.12.0 + + * Added unit and functional tests + * Fixed copyright doxygen comments + * Updated license headers to latest GENIVI license policy + * Renamed and cleanup further files to comply with licensing requirements + * dlt-control: Check for return values + * dlt-daemon: Explicitly set the default loggingLevel to LOG_INFO + * dlt-daemon: Explicitly set the default loggingMode to DLT_LOG_TO_CONSOLE + * Fixing MIN and MAX defines for base integer types + * Unified all line endings to UNIX style + * Adding gtest framework v1.7.0 + * Remove absolute installation paths so that DLT can be installed at any location (not only "/usr"). + * Add Service ID Last entry to avoid further modifications in dependent code + * Change daemon state handling to have all traces in online trace even when offline trace is active + * Fix content of offline trace + * Open daemon connection in atexit function + * Change loglevel of Request-Resend message + * Fix daemon state handling with offline trace + * Fix watchdog timeout + * Reworked internal output + * DLT MISRA conform changes + * Made zlib dependent on DLT_SYSTEM + * Doxygen paths are now determined by CMake. + * Add the IPv6 support + * Workaround for duplicated log messages in offline trace file issue + * Fix PREFIX. Works now with the default PREFIX (/usr/local/) and with the user PREFIX (e.g. /temp/test_with_pref). PREFIX Fix for filetransfer directory (PREFIX/share/) + * Fixed typo in include guard + * Resolves BUG-206: Install prefix should be configurable + * Adding support for new macros to the daemon. New macros: DLT_HEX8(VAR) 8bits variable displayed in hexadecimal with "0x" prefix DLT_HEX16(VAR) 16bits displayed + in hexadecimal with "0x" prefix DLT_HEX32(VAR) 32bits displayed in hexadecimal with "0x" prefix DLT_HEX64(VAR) 64bits displayed in hexadecimal with "0x" prefix DLT_BIN8(VAR) + 8bits variable displayed in binary with "0b" prefix DLT_BIN16(VAR) 16bits variable displayed in binary with "0b" prefix + * Fixed network trace test + * Fix dlt_user_log_write_start_id return value + * Added new API to send marker message from application. + * New Callback function in DLT library, called when log level of context is changed + + 2.11.0 * New macros for Format of Hex and Binary. -- cgit v1.2.1