summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-09-19 14:59:38 +0200
committerChristian Muck <christian.muck@bmw.de>2012-09-19 14:59:38 +0200
commit82b1b748b207fe85db97089be5f78a5e9ab551d1 (patch)
treedf81d02be6cc41a564cc64b583e7c45ab9754304
parent6e65707280d6f3681fb3bc7696692ebe3330c251 (diff)
downloadDLT-daemon-2.7.1.tar.gz
Stable release v2.7.1 - Update of documentation,release notes and other version informationv2.7.1v2.7.1
Signed-off-by: Christian Muck <christian.muck@bmw.de>
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.txt2
-rwxr-xr-xReleaseNotes.txt9
-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, 16 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ab2f1fa..74e1fc0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,7 @@ set( DLT_MAJOR_VERSION 2)
set( DLT_MINOR_VERSION 7)
set( DLT_PATCH_LEVEL 1)
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 6c69341..5dfacaf 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
DLT - Automotive Diagnostic Log and Trace
-Version: 2.7.1 Alpha
+Version: 2.7.1 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 cbf4f27..2fc2c24 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,6 +1,6 @@
DLT - Automotive Diagnostic Log and Trace
-Version: 2.7.1 Alpa
+Version: 2.7.1 Stable
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,13 @@ Christian Muck (christian.muck@bmw.de)
Changes in this release
-----------------------
+2.7.1
+
+ * [GDLT-115]: Prevent return value from DLT macro API
+ * 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 259e6d1..e63a0c8 100644
--- a/doc/dlt-convert.1
+++ b/doc/dlt-convert.1
@@ -1,4 +1,4 @@
-.TH dlt-convert 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS"
+.TH dlt-convert 1 "September 19, 2012" "version 2.7.1 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 3b05bbd..762eb0a 100644
--- a/doc/dlt-daemon.1
+++ b/doc/dlt-daemon.1
@@ -1,4 +1,4 @@
-.TH dlt-daemon 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS"
+.TH dlt-daemon 1 "September 19, 2012" "version 2.7.1 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 2882c4b..51d1876 100644
--- a/doc/dlt-receive.1
+++ b/doc/dlt-receive.1
@@ -1,4 +1,4 @@
-.TH dlt-receive 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS"
+.TH dlt-receive 1 "September 19, 2012" "version 2.7.1 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 2ea75f3..fd88dcd 100644
--- a/doc/dlt-system.1
+++ b/doc/dlt-system.1
@@ -1,4 +1,4 @@
-.TH dlt-system 1 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS"
+.TH dlt-system 1 "September 19, 2012" "version 2.7.1 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 e507fcd..31987e5 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.1 Alpha" "USER COMMANDS"
+.TH dlt-system.conf 5 "September 19, 2012" "version 2.7.1 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 2d613a3..7972167 100644
--- a/doc/dlt.conf.5
+++ b/doc/dlt.conf.5
@@ -1,4 +1,4 @@
-.TH dlt.conf 5 "April 13, 2012" "version 2.7.1 Alpha" "USER COMMANDS"
+.TH dlt.conf 5 "September 19, 2012" "version 2.7.1 Stable" "USER COMMANDS"
.SH NAME
dlt.conf \- DLT daemon configuration file
.SH DESCRIPTION