Updated version information for 2.5.0 release
authorChristian Muck <christian.muck@bmw.de>
Tue, 6 Mar 2012 07:23:44 +0000 (08:23 +0100)
committerChristian Muck <christian.muck@bmw.de>
Tue, 6 Mar 2012 07:23:44 +0000 (08:23 +0100)
CMakeLists.txt
README.txt
ReleaseNotes.txt

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