summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-03-06 08:23:44 +0100
committerChristian Muck <christian.muck@bmw.de>2012-03-06 08:23:44 +0100
commitbde1dbd5484754c9b22f74d150eb98f86e3cbab3 (patch)
treef636cad2db3aae52ff649811b4f0abc146034991
parent6501b91074784b7a0d01c5ad4836e29b7a545de3 (diff)
downloadDLT-daemon-bde1dbd5484754c9b22f74d150eb98f86e3cbab3.tar.gz
Updated version information for 2.5.0 release
-rwxr-xr-xCMakeLists.txt4
-rw-r--r--README.txt4
-rwxr-xr-xReleaseNotes.txt32
3 files changed, 25 insertions, 15 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 40084e1..ae0bab6 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ set( DLT_MAJOR_VERSION 2)
set( DLT_MINOR_VERSION 5)
set( DLT_PATCH_LEVEL 0)
set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL})
-set( DLT_VERSION_STATE BETA )
+set( DLT_VERSION_STATE RELEASE )
set( DLT_REVISION "")
execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
@@ -131,4 +131,4 @@ add_subdirectory( doc )
add_subdirectory( src )
add_subdirectory( include )
add_subdirectory( testscripts )
-add_subdirectory( systemd ) \ No newline at end of file
+add_subdirectory( systemd )
diff --git a/README.txt b/README.txt
index d976717..2b2188b 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
DLT - Automotive Diagnostic Log and Trace
-Version: 2.5.0_BETA
+Version: 2.5.0
This component provides a standardised log and trace interface, based on the
standardised protocol specified in the AUTOSAR standard 4.0 DLT.
@@ -94,4 +94,4 @@ Create doxygen documentation
- (only DLT doc - optional )make doc
- (only DLT-Filetransfer - optional )make doc-filetransfer
-You find the documentation know as HTML, RTF or LaTex in <project-root>/build/doc \ No newline at end of file
+You find the documentation know as HTML, RTF or LaTex in <project-root>/build/doc
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 01d6440..0b5063f 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,6 +1,6 @@
-DLT - Automotive Diagnostic Log and Trace
+DLT - Automotive Diagnostic Log and Trace
-Version: 2.5.0_BETA
+Version: 2.5.0
This component provides a standardised log and trace interface, based on the
standardised protocol specified in the AUTOSAR standard 4.0 DLT.
@@ -21,6 +21,11 @@ individual log levels of applications and contexts or get the list of
applications and contexts registered in the DLT daemon.
+Homepage
+--------
+https://collab.genivi.org/wiki/display/geniviproj/Automotive+DLT+%28Diagnostic+Log+and+Trace%29
+
+
License
-------
Full information on the license for this software
@@ -36,15 +41,23 @@ Christian Muck (christian.muck@bmw.de)
Changes in this release
-----------------------
-2.5.0_BETA
+2.5.0
Improvements
+ * [GDLT-53] Man pages installation included
+ * .cproject and .project file for Eclipse included
+ * Update of doxygen documentation and generation
+ * Rework of root CMake project file, e.g. structure and compile options
* [GENDLT-16] Create variable in dlt-system.conf to configure the timeout of the filetransfer
- * [GSW-138] API Extension to resend the log messages in the user buffer Fixed
- * [GSW-137] Wrong include gives error on compailing against dlt
- * [GSW-135] Fixed compile warnings
- * Update of doxygen documentation/generation
-
+ * [GDLT-37] Extend automated test tools for parallel process/threads tests
+ * [GSW-138] API Extension to resend the log messages in the user buffer
+
+Bugfixes
+ * [GDLT-36] Prefixing of dlt_version.h fixed
+ * [GDLT-31] Tracefile content stored different under Ubuntu 64 bit version compared to Ubuntu/Win 32 Bit version fixed
+ * [GDLT-35] Compile warnings fixed
+ * [GSW-137] Wrong include gives error on compailing against dlt fixed
+
2.4.2
Improvements
@@ -99,9 +112,6 @@ Improvements
* [GSW-13] Support for keep-alive messages as configuration parameter
* [GSW-60] Extended offline DLT Trace memory handling.
* Removed filter implementation
-
-Bugfixes
- *
2.3.0