summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-03-22 08:41:33 +0100
committerChristian Muck <christian.muck@bmw.de>2012-03-22 08:41:33 +0100
commit62f93349ac63a690bb3132e75feaae2baf1dc727 (patch)
tree2cbd30ca025d99df40e6cbe6569137f3c37f7327
parentaa9865f9781a58e09c28b9e48ca6332f207e15f5 (diff)
downloadDLT-daemon-62f93349ac63a690bb3132e75feaae2baf1dc727.tar.gz
Updated release notes
Signed-off-by: Christian Muck <christian.muck@bmw.de>
-rwxr-xr-xCMakeLists.txt2
-rw-r--r--README.txt7
-rwxr-xr-xReleaseNotes.txt10
-rw-r--r--doc/dlt-convert.12
-rw-r--r--doc/dlt-daemon.12
-rw-r--r--doc/dlt-receive.12
-rw-r--r--doc/dlt-system.12
-rw-r--r--doc/dlt-system.conf.52
-rw-r--r--doc/dlt.conf.52
9 files changed, 20 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 539edd6..a5810d0 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,7 @@ set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE )
# Set version parameters
set( DLT_MAJOR_VERSION 2)
set( DLT_MINOR_VERSION 5)
-set( DLT_PATCH_LEVEL 0)
+set( DLT_PATCH_LEVEL 1)
set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL})
set( DLT_VERSION_STATE RELEASE )
set( DLT_REVISION "")
diff --git a/README.txt b/README.txt
index 2b2188b..cdfc31a 100644
--- a/README.txt
+++ b/README.txt
@@ -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
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 0b5063f..25b64fc 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -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.
@@ -41,6 +41,14 @@ Christian Muck (christian.muck@bmw.de)
Changes in this release
-----------------------
+2.5.1
+
+ * Fixed bug with comparinson between signed and unsigned integer and protection for a buffer overflow.
+ * Modified library for new test cases to corrupt data - related to the bug fix for testing signed and unsigned integer
+ * [GENDLT-20] Fixed bug to use old cmake version for copy file
+ * Replaced dlt-test-filetransfer-image.png with an own created image
+ * [GENDLT-21] Fixed bug: Message Counter (MCNT) should be increased but is always 0
+
2.5.0
Improvements
diff --git a/doc/dlt-convert.1 b/doc/dlt-convert.1
index bcf6aa0..9a53804 100644
--- a/doc/dlt-convert.1
+++ b/doc/dlt-convert.1
@@ -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
diff --git a/doc/dlt-daemon.1 b/doc/dlt-daemon.1
index 5776745..ee324cf 100644
--- a/doc/dlt-daemon.1
+++ b/doc/dlt-daemon.1
@@ -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
diff --git a/doc/dlt-receive.1 b/doc/dlt-receive.1
index 3669f79..9602bfc 100644
--- a/doc/dlt-receive.1
+++ b/doc/dlt-receive.1
@@ -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
diff --git a/doc/dlt-system.1 b/doc/dlt-system.1
index a9914c1..14630e9 100644
--- a/doc/dlt-system.1
+++ b/doc/dlt-system.1
@@ -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
diff --git a/doc/dlt-system.conf.5 b/doc/dlt-system.conf.5
index 3db0d18..8671d2c 100644
--- a/doc/dlt-system.conf.5
+++ b/doc/dlt-system.conf.5
@@ -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
diff --git a/doc/dlt.conf.5 b/doc/dlt.conf.5
index 965aa39..9ffaf0e 100644
--- a/doc/dlt.conf.5
+++ b/doc/dlt.conf.5
@@ -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