diff options
author | Christian Muck <christian.muck@bmw.de> | 2012-01-13 12:18:26 +0100 |
---|---|---|
committer | Christian Muck <christian.muck@bmw.de> | 2012-01-13 12:18:26 +0100 |
commit | b76b2015be53c8abe86b5ce51380224718959d90 (patch) | |
tree | ae00a31b7329eca71dba2636f672054576950d82 /ReleaseNotes.txt | |
parent | 3d3de8d77645d2b7186dc58830d4cb94a3bcb0da (diff) | |
download | DLT-daemon-b76b2015be53c8abe86b5ce51380224718959d90.tar.gz |
[GSW-135] Fixed compile warnings
Diffstat (limited to 'ReleaseNotes.txt')
-rwxr-xr-x | ReleaseNotes.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index ad3fdaf..2a24478 100755 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,6 +1,6 @@ DLT - Automotive Diagnostic Log and Trace
-Version: 2.4.2
+Version: 2.4.3 BETA
Introduction
@@ -23,6 +23,12 @@ Alexander.AW.Wenzel@bmw.de Changes in this release
-----------------------
+2.4.3 BETA
+
+Improvements
+ * [GSW-138] API Extension to resend the log messages in the user buffer fixed
+ * [GSW-135] Fixed compile warnings
+
2.4.2
Improvements
@@ -50,7 +56,7 @@ Bugfixes 2.4.1
Improvements
- * Added internal logging facility to stdout, syslog or local file, configurable in configuration file.
+ * Added internal logging facility to stdout, syslog or local file, configurable in configuration file.
* Added deamonise and signal handlers to dlt-system.
* Added manual pages.
* Added new API dlt_check_library_version() function.
|