summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-10-18 12:36:28 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-10-18 12:36:28 +0200
commit6ab10c022d4464628fc2b848b5a56bf1eaafe857 (patch)
tree9dc15b631dd426ebd064689993386e6c851e7282
parent877e4d56b6c45c82d23a232dcfbcca6f997f4f0c (diff)
downloadDLT-daemon-6ab10c022d4464628fc2b848b5a56bf1eaafe857.tar.gz
Release of new stable version v2.9.1v2.9.1
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
-rw-r--r--CMakeLists.txt6
-rwxr-xr-xReleaseNotes.txt29
2 files changed, 29 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c04629c..811450e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,10 +23,10 @@ set( CMAKE_INSTALL_PREFIX "/usr" )
# Set version parameters
set( DLT_MAJOR_VERSION 2)
-set( DLT_MINOR_VERSION 10)
-set( DLT_PATCH_LEVEL 0)
+set( DLT_MINOR_VERSION 9)
+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/ReleaseNotes.txt b/ReleaseNotes.txt
index 4d1feab..46c0770 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -4,12 +4,35 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Version
-------
-2.10.0
+2.9.1 RELEASE
Changes
-------
-2.10.0
-
+2.9.1
+
+ * Implementation of command line tool dlt-control.
+ * Fix file transfer bug.
+ * Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.
+ * Yocto fix in build builds.
+ * Fixed: security issue in dlt-system-shell regarding strncpy.
+ * Fixed: Security Issue by Command Injection in DLT System.
+ * systemd/CMakeLists: Remove SYSTEMD_CONFIGURATIONS_FILES_DIR existance check.
+ * Bug 85 - Include of dlt.h leads to compiler warning.
+ * Bug 84 - Adding utf8 support to dlt-daemon, dlt-viewer. Modified patch, originally provided by Stefan Vacek.
+ * systemd journal support added.
+ * spec file does not package man files when cmake is run with -DWITH_DOC=OFF
+ * added length check for paths of files to be transferred
+ * Semaphores and Pointer passing insteasd by value and otehr coverity issue fixes
+ * Fixed several issues in DLT filetransfer.
+ * added creation date and a simple hash on the file name for to improve the uniqueness of getFileSerialNumber
+ * modified filetransfer to be more robust in restarting transfers
+ * Remove dangling DLT_SEM_FREE from dlt_user_queue_resend
+ * Unifed ECU version sending functions
+ * Refinements due to problems reported by static code analysis
+ * Spec file does no more package man files when cmake is run with -DWITH_DOC=OFF
+ * Made the APID strings in dlt-test-multi-process counting from 00-99
+ * Added creation date and a simple hash on the file name for to improve the uniqueness of getFileSerialNumber
+ * File Transfer: improved robustness in case of restarted ECU/dlt-system with interrupted transfers
2.9.0