From 82b1b748b207fe85db97089be5f78a5e9ab551d1 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Wed, 19 Sep 2012 14:59:38 +0200 Subject: Stable release v2.7.1 - Update of documentation,release notes and other version information Signed-off-by: Christian Muck --- CMakeLists.txt | 2 +- README.txt | 2 +- ReleaseNotes.txt | 9 ++++++++- doc/dlt-convert.1 | 2 +- doc/dlt-daemon.1 | 2 +- doc/dlt-receive.1 | 2 +- doc/dlt-system.1 | 2 +- doc/dlt-system.conf.5 | 2 +- doc/dlt.conf.5 | 2 +- 9 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab2f1fa..74e1fc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ set( DLT_MAJOR_VERSION 2) set( DLT_MINOR_VERSION 7) 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 STABLE ) set( DLT_REVISION "") execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} diff --git a/README.txt b/README.txt index 6c69341..5dfacaf 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ DLT - Automotive Diagnostic Log and Trace -Version: 2.7.1 Alpha +Version: 2.7.1 Stable This component provides a standardised log and trace interface, based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index cbf4f27..2fc2c24 100755 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,6 +1,6 @@ DLT - Automotive Diagnostic Log and Trace -Version: 2.7.1 Alpa +Version: 2.7.1 Stable This component provides a standardised log and trace interface, based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. @@ -40,6 +40,13 @@ Christian Muck (christian.muck@bmw.de) Changes in this release ----------------------- +2.7.1 + + * [GDLT-115]: Prevent return value from DLT macro API + * Fix register app and register context was not stored in buffer when FIFO is full. Other controll messages still not saved in buffer + * Create new fifo only when same application registers with different pid + * Do not register appliction again, if already registered + * Fixed filetransfer not checking buffer fill level 2.7.0 diff --git a/doc/dlt-convert.1 b/doc/dlt-convert.1 index 259e6d1..e63a0c8 100644 --- a/doc/dlt-convert.1 +++ b/doc/dlt-convert.1 @@ -1,4 +1,4 @@ -.TH dlt-convert 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" +.TH dlt-convert 1 "September 19, 2012" "version 2.7.1 Stable" "USER COMMANDS" .SH NAME dlt-convert \- Convert DLT Logging files into ASCII .SH SYNOPSIS diff --git a/doc/dlt-daemon.1 b/doc/dlt-daemon.1 index 3b05bbd..762eb0a 100644 --- a/doc/dlt-daemon.1 +++ b/doc/dlt-daemon.1 @@ -1,4 +1,4 @@ -.TH dlt-daemon 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" +.TH dlt-daemon 1 "September 19, 2012" "version 2.7.1 Stable" "USER COMMANDS" .SH NAME dlt-daemon \- DLT daemon for logging and tracing purpose .SH SYNOPSIS diff --git a/doc/dlt-receive.1 b/doc/dlt-receive.1 index 2882c4b..51d1876 100644 --- a/doc/dlt-receive.1 +++ b/doc/dlt-receive.1 @@ -1,4 +1,4 @@ -.TH dlt-receive 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" +.TH dlt-receive 1 "September 19, 2012" "version 2.7.1 Stable" "USER COMMANDS" .SH NAME dlt-receive \- Console based client for DLT Logging .SH SYNOPSIS diff --git a/doc/dlt-system.1 b/doc/dlt-system.1 index 2ea75f3..fd88dcd 100644 --- a/doc/dlt-system.1 +++ b/doc/dlt-system.1 @@ -1,4 +1,4 @@ -.TH dlt-system 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" +.TH dlt-system 1 "September 19, 2012" "version 2.7.1 Stable" "USER COMMANDS" .SH NAME dlt-system \- DLT system logging process .SH SYNOPSIS diff --git a/doc/dlt-system.conf.5 b/doc/dlt-system.conf.5 index e507fcd..31987e5 100644 --- a/doc/dlt-system.conf.5 +++ b/doc/dlt-system.conf.5 @@ -1,4 +1,4 @@ -.TH dlt-system.conf 5 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" +.TH dlt-system.conf 5 "September 19, 2012" "version 2.7.1 Stable" "USER COMMANDS" .SH NAME dlt-system.conf \- DLT system process configuration file .SH DESCRIPTION diff --git a/doc/dlt.conf.5 b/doc/dlt.conf.5 index 2d613a3..7972167 100644 --- a/doc/dlt.conf.5 +++ b/doc/dlt.conf.5 @@ -1,4 +1,4 @@ -.TH dlt.conf 5 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS" +.TH dlt.conf 5 "September 19, 2012" "version 2.7.1 Stable" "USER COMMANDS" .SH NAME dlt.conf \- DLT daemon configuration file .SH DESCRIPTION -- cgit v1.2.1