summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-05-30 08:42:31 +0200
committerChristian Muck <christian.muck@bmw.de>2012-05-30 08:42:31 +0200
commita6bcbabaebf60ca4df39a5ab809ce7c7d99b51fc (patch)
treee1be501996f4e48e89db2df674e277ff65c3cb7e
parentdcd6f91002ea58ecff1ef0d117e6330829e6c42e (diff)
downloadDLT-daemon-2.6.2.tar.gz
Updated documentation, release notes and readme for v2.6.2 releasev2.6.2v2.6.2
Signed-off-by: Christian Muck <christian.muck@bmw.de>
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.txt2
-rwxr-xr-xReleaseNotes.txt4
-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, 11 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 150954d..6310d89 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ set( DLT_MAJOR_VERSION 2)
set( DLT_MINOR_VERSION 6)
set( DLT_PATCH_LEVEL 2)
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 d0d06d2..d172a65 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
DLT - Automotive Diagnostic Log and Trace
-Version: 2.6.2 ALPHA
+Version: 2.6.2 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 7662acc..f640b00 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -42,7 +42,9 @@ Christian Muck (christian.muck@bmw.de)
Changes in this release
-----------------------
2.6.2
- *
+
+ * Changed name of offline trace file name
+ * [GDLT-88] Fixed wrong initalization order using offline trace functionality
2.6.1
diff --git a/doc/dlt-convert.1 b/doc/dlt-convert.1
index d4f8b20..746fc52 100644
--- a/doc/dlt-convert.1
+++ b/doc/dlt-convert.1
@@ -1,4 +1,4 @@
-.TH dlt-convert 1 "May 8, 2012" "version 2.6.2 ALPHA" "USER COMMANDS"
+.TH dlt-convert 1 "May 8, 2012" "version 2.6.2 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 6b57936..eac7f2e 100644
--- a/doc/dlt-daemon.1
+++ b/doc/dlt-daemon.1
@@ -1,4 +1,4 @@
-.TH dlt-daemon 1 "May 8, 2012" "version 2.6.2 ALPHA" "USER COMMANDS"
+.TH dlt-daemon 1 "May 8, 2012" "version 2.6.2 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 543cbaa..9f04185 100644
--- a/doc/dlt-receive.1
+++ b/doc/dlt-receive.1
@@ -1,4 +1,4 @@
-.TH dlt-receive 1 "May 8, 2012" "version 2.6.2 ALPHA" "USER COMMANDS"
+.TH dlt-receive 1 "May 8, 2012" "version 2.6.2 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 e86341b..d37fc58 100644
--- a/doc/dlt-system.1
+++ b/doc/dlt-system.1
@@ -1,4 +1,4 @@
-.TH dlt-system 1 "May 8, 2012" "version 2.6.2 ALPHA" "USER COMMANDS"
+.TH dlt-system 1 "May 8, 2012" "version 2.6.2 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 09e588f..f7acfa0 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.6.2 ALPHA" "USER COMMANDS"
+.TH dlt-system.conf 5 "March 2, 2012" "version 2.6.2 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 d18f8b3..49bcbbf 100644
--- a/doc/dlt.conf.5
+++ b/doc/dlt.conf.5
@@ -1,4 +1,4 @@
-.TH dlt.conf 5 "May 8, 2012" "version 2.6.2 ALPHA" "USER COMMANDS"
+.TH dlt.conf 5 "May 8, 2012" "version 2.6.2 STABLE" "USER COMMANDS"
.SH NAME
dlt.conf \- DLT daemon configuration file
.SH DESCRIPTION