From de7350d5d634029d1c86750d0bcf8355898ce520 Mon Sep 17 00:00:00 2001 From: Lassi Marttala Date: Mon, 8 Oct 2012 14:56:17 +0200 Subject: [GSWD-12]: Prepare for release. Documents updated. --- CMakeLists.txt | 4 ++-- README.txt | 2 +- ReleaseNotes.txt | 13 ++++++++++++- 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 +- 8 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c919d9d..4d177d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,10 +23,10 @@ set( CMAKE_INSTALL_PREFIX "/usr" ) # Set version parameters set( DLT_MAJOR_VERSION 2) -set( DLT_MINOR_VERSION 8) +set( DLT_MINOR_VERSION 9) set( DLT_PATCH_LEVEL 0) 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/README.txt b/README.txt index 31fa0fc..f317849 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ DLT - Automotive Diagnostic Log and Trace -Version: 2.8.0 ALPHA +Version: 2.9.0 RELEASE 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 b051f16..94b8788 100755 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,6 +1,6 @@ DLT - Automotive Diagnostic Log and Trace -Version: 2.8.0 ALPHA +Version: 2.9.0 RELEASE 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,17 @@ Christian Muck (christian.muck@bmw.de) Changes in this release ----------------------- +2.9.0 + * [GDLT-120]: truncated and Segmented network tracing + * [GDLT-137]: Automatically try resending of user buffer after FIFO full + * [GSWD-85]: Added authors file + +2.8.0 + * [GDLT-115]: Encapsulate user macros + * 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 b945792..aceb3fc 100644 --- a/doc/dlt-convert.1 +++ b/doc/dlt-convert.1 @@ -1,4 +1,4 @@ -.TH dlt-convert 1 "April 13, 2012" "version 2.8.0 ALPHA" "USER COMMANDS" +.TH dlt-convert 1 "April 13, 2012" "version 2.9.0" "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 aed5677..8a955a7 100644 --- a/doc/dlt-daemon.1 +++ b/doc/dlt-daemon.1 @@ -1,4 +1,4 @@ -.TH dlt-daemon 1 "April 13, 2012" "version 2.8.0 ALPHA" "USER COMMANDS" +.TH dlt-daemon 1 "April 13, 2012" "version 2.9.0" "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 07eede2..b3eff48 100644 --- a/doc/dlt-receive.1 +++ b/doc/dlt-receive.1 @@ -1,4 +1,4 @@ -.TH dlt-receive 1 "April 13, 2012" "version 2.8.0 ALPHA" "USER COMMANDS" +.TH dlt-receive 1 "April 13, 2012" "version 2.9.0" "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 a62a39d..582404e 100644 --- a/doc/dlt-system.1 +++ b/doc/dlt-system.1 @@ -1,4 +1,4 @@ -.TH dlt-system 1 "April 13, 2012" "version 2.8.0 ALPHA" "USER COMMANDS" +.TH dlt-system 1 "April 13, 2012" "version 2.9.0" "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 2680a78..2515ee1 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.0" "USER COMMANDS" +.TH dlt-system.conf 5 "April 13, 2012" "version 2.9.0" "USER COMMANDS" .SH NAME dlt-system.conf \- DLT system process configuration file .SH DESCRIPTION -- cgit v1.2.1