summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLassi Marttala <lassi.lm.marttala@partner.bmw.com>2012-03-26 11:53:57 +0200
committerLassi Marttala <lassi.lm.marttala@partner.bmw.com>2012-03-26 11:53:57 +0200
commitab8ba08cdc407c7f2020a4bda7f01e88488b3ee4 (patch)
tree5c51f8a66c85dbe4fdaaa0910dfb5ed3c9aa7b36
parentaca8a90599949c458df5cdfca0d74280bb7e818d (diff)
downloadDLT-daemon-ab8ba08cdc407c7f2020a4bda7f01e88488b3ee4.tar.gz
Increase versions.
-rwxr-xr-xCMakeLists.txt2
-rw-r--r--README.txt2
-rwxr-xr-xReleaseNotes.txt6
-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
8 files changed, 12 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58a4cf4..f6339e2 100755
--- 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 5)
-set( DLT_PATCH_LEVEL 1)
+set( DLT_PATCH_LEVEL 2)
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 740c7b9..d407019 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
DLT - Automotive Diagnostic Log and Trace
-Version: 2.5.1
+Version: 2.5.2
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 8e44b37..54401f9 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,6 +1,6 @@
DLT - Automotive Diagnostic Log and Trace
-Version: 2.5.1
+Version: 2.5.2
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,10 @@ Christian Muck (christian.muck@bmw.de)
Changes in this release
-----------------------
+2.5.2
+
+ * Change to Mozilla Public License Version 2.0
+
2.5.1
* Fixed bug with comparinson between signed and unsigned integer and protection for a buffer overflow.
diff --git a/doc/dlt-daemon.1 b/doc/dlt-daemon.1
index ee324cf..b63c291 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.1" "USER COMMANDS"
+.TH dlt-daemon 1 "March 2, 2012" "version 2.5.2" "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 9602bfc..31d3208 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.1" "USER COMMANDS"
+.TH dlt-receive 1 "March 2, 2012" "version 2.5.2" "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 14630e9..20e5d1b 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.1" "USER COMMANDS"
+.TH dlt-system 1 "March 2, 2012" "version 2.5.2" "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 8671d2c..576baeb 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.1" "USER COMMANDS"
+.TH dlt-system.conf 5 "March 2, 2012" "version 2.5.2" "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 9ffaf0e..fcb9b5a 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.1" "USER COMMANDS"
+.TH dlt.conf 5 "March 2, 2012" "version 2.5.2" "USER COMMANDS"
.SH NAME
dlt.conf \- DLT daemon configuration file
.SH DESCRIPTION