summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-11-22 11:07:02 +0100
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-11-22 11:07:02 +0100
commitacb5ebc5a8a9cdf6ee0bdd47d544be7238a3e0f6 (patch)
tree08f02057c916f7c709be198eb1e27614ba53403f
parentc8cd582507923a1f7ddcc05af47ea30a452e8c34 (diff)
downloadDLT-daemon-acb5ebc5a8a9cdf6ee0bdd47d544be7238a3e0f6.tar.gz
Updated version number to v2.4.2.
-rwxr-xr-xCMakeLists.txt2
-rwxr-xr-xReleaseNotes.txt13
-rwxr-xr-xsrc/lib/CMakeLists.txt2
3 files changed, 14 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32a067c..cafca7d 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,7 @@ PROJECT( automotive-dlt )
# Set version parameters
SET( ${PROJECT_NAME}_MAJOR_VERSION 2 )
SET( ${PROJECT_NAME}_MINOR_VERSION 4 )
-SET( ${PROJECT_NAME}_PATCH_LEVEL 1 )
+SET( ${PROJECT_NAME}_PATCH_LEVEL 2 )
SET( ${PROJECT_NAME}_VERSION_STATE )
SET( GENIVI_PROJECT_VERSION ${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_LEVEL})
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 07d5ee3..32ce40c 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,6 +1,6 @@
DLT - Automotive Diagnostic Log and Trace
-Version: 2.4.1
+Version: 2.4.2
Introduction
@@ -26,6 +26,17 @@ Changes in this release
2.4.1
Improvements
+ * Added dynamic increasable ringbuffers to user lib and dlt-daemon.
+
+Bugfixes
+ * Created abstraction of shm buffer management.
+ * dlt-system filetransfer now recovers when file is deleted during filetransfer.
+ * Added check of file size when starting and deleting files during filetransfer.
+ * Added check of shm buffer availability when push to shm.
+
+2.4.1
+
+Improvements
* 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.
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
index 490c653..2da1b70 100755
--- a/src/lib/CMakeLists.txt
+++ b/src/lib/CMakeLists.txt
@@ -45,7 +45,7 @@ ENDIF(GPROF_DLT_LIB)
target_link_libraries(dlt rt ${CMAKE_THREAD_LIBS_INIT})
-set_target_properties(dlt PROPERTIES VERSION 2.4.1 SOVERSION 2)
+set_target_properties(dlt PROPERTIES VERSION 2.4.2 SOVERSION 2)
install(TARGETS dlt
LIBRARY DESTINATION lib