Updated release notes
authorChristian Muck <christian.muck@bmw.de>
Thu, 22 Mar 2012 07:41:33 +0000 (08:41 +0100)
committerChristian Muck <christian.muck@bmw.de>
Thu, 22 Mar 2012 07:41:33 +0000 (08:41 +0100)
Signed-off-by: Christian Muck <christian.muck@bmw.de>
CMakeLists.txt
README.txt
ReleaseNotes.txt
doc/dlt-convert.1
doc/dlt-daemon.1
doc/dlt-receive.1
doc/dlt-system.1
doc/dlt-system.conf.5
doc/dlt.conf.5

index 539edd6..a5810d0 100755 (executable)
@@ -44,7 +44,7 @@ set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE )
 # Set version parameters\r
 set( DLT_MAJOR_VERSION 2)\r
 set( DLT_MINOR_VERSION 5)\r
-set( DLT_PATCH_LEVEL 0)\r
+set( DLT_PATCH_LEVEL 1)\r
 set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL})\r
 set( DLT_VERSION_STATE RELEASE )\r
 set( DLT_REVISION "")\r
index 2b2188b..cdfc31a 100644 (file)
@@ -1,6 +1,6 @@
 DLT  - Automotive Diagnostic Log and Trace
 
-Version: 2.5.0
+Version: 2.5.1
 
 This component provides a standardised log and trace interface, based on the
 standardised protocol specified in the AUTOSAR standard 4.0 DLT.
@@ -56,8 +56,9 @@ Compile options with default values
 - WITH_DOC =                   OFF
 - WITH_TESTSCRIPTS =           OFF
 - WITH_SYSTEMD =               OFF
-- WITH_GPROF =                            OFF
-- WITH_MAN =                              ON
+- WITH_GPROF =                OFF
+- WITH_MAN =                  ON
+- WITH_DLTTEST =               OFF
 - BUILD_SHARED_LIBS =          ON
 - CMAKE_INSTALL_PREFIX =       /usr/local
 - CMAKE_BUILD_TYPE =           RelWithDebInfo
index 0b5063f..25b64fc 100755 (executable)
@@ -1,6 +1,6 @@
 DLT - Automotive Diagnostic Log and Trace\r
 \r
-Version: 2.5.0\r
+Version: 2.5.1\r
 \r
 This component provides a standardised log and trace interface, based on the\r
 standardised protocol specified in the AUTOSAR standard 4.0 DLT.\r
@@ -41,6 +41,14 @@ Christian Muck (christian.muck@bmw.de)
 \r
 Changes in this release\r
 -----------------------\r
+2.5.1\r
+\r
+   * Fixed bug with comparinson between signed and unsigned integer and protection for a buffer overflow.\r
+   * Modified library for new test cases to corrupt data - related to the bug fix for testing signed and unsigned integer\r
+   * [GENDLT-20] Fixed bug to use old cmake version for copy file\r
+   * Replaced dlt-test-filetransfer-image.png with an own created image\r
+   * [GENDLT-21] Fixed bug: Message Counter (MCNT) should be increased but is always 0\r
+\r
 2.5.0\r
 \r
 Improvements\r
index bcf6aa0..9a53804 100644 (file)
@@ -1,4 +1,4 @@
-.TH dlt-convert 1  "March 2, 2012" "version 2.5.0" "USER COMMANDS"
+.TH dlt-convert 1  "March 2, 2012" "version 2.5.1" "USER COMMANDS"
 .SH NAME
 dlt-convert \- Convert DLT Logging files into ASCII
 .SH SYNOPSIS
index 5776745..ee324cf 100644 (file)
@@ -1,4 +1,4 @@
-.TH dlt-daemon 1  "March 2, 2012" "version 2.5.0" "USER COMMANDS"
+.TH dlt-daemon 1  "March 2, 2012" "version 2.5.1" "USER COMMANDS"
 .SH NAME
 dlt-daemon \- DLT daemon for logging and tracing purpose
 .SH SYNOPSIS
index 3669f79..9602bfc 100644 (file)
@@ -1,4 +1,4 @@
-.TH dlt-receive 1  "March 2, 2012" "version 2.5.0" "USER COMMANDS"
+.TH dlt-receive 1  "March 2, 2012" "version 2.5.1" "USER COMMANDS"
 .SH NAME
 dlt-receive \- Console based client for DLT Logging
 .SH SYNOPSIS
index a9914c1..14630e9 100644 (file)
@@ -1,4 +1,4 @@
-.TH dlt-system 1  "March 2, 2012" "version 2.5.0" "USER COMMANDS"
+.TH dlt-system 1  "March 2, 2012" "version 2.5.1" "USER COMMANDS"
 .SH NAME
 dlt-system \- DLT system logging process
 .SH SYNOPSIS
index 3db0d18..8671d2c 100644 (file)
@@ -1,4 +1,4 @@
-.TH dlt-system.conf 5  "March 2, 2012" "version 2.5.0" "USER COMMANDS"
+.TH dlt-system.conf 5  "March 2, 2012" "version 2.5.1" "USER COMMANDS"
 .SH NAME
 dlt-system.conf \- DLT system process configuration file
 .SH DESCRIPTION
index 965aa39..9ffaf0e 100644 (file)
@@ -1,4 +1,4 @@
-.TH dlt.conf 5  "March 2, 2012" "version 2.5.0" "USER COMMANDS"
+.TH dlt.conf 5  "March 2, 2012" "version 2.5.1" "USER COMMANDS"
 .SH NAME
 dlt.conf \- DLT daemon configuration file
 .SH DESCRIPTION