Release of new stable version v2.9.1 v2.9.1
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Fri, 18 Oct 2013 10:36:28 +0000 (12:36 +0200)
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Fri, 18 Oct 2013 10:36:28 +0000 (12:36 +0200)
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
CMakeLists.txt
ReleaseNotes.txt

index c04629c..811450e 100644 (file)
@@ -23,10 +23,10 @@ set( CMAKE_INSTALL_PREFIX "/usr" )
 \r
 # Set version parameters\r
 set( DLT_MAJOR_VERSION 2)\r
-set( DLT_MINOR_VERSION 10)\r
-set( DLT_PATCH_LEVEL 0)\r
+set( DLT_MINOR_VERSION 9)\r
+set( DLT_PATCH_LEVEL 1)\r
 set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL})\r
-set( DLT_VERSION_STATE ALPHA )\r
+set( DLT_VERSION_STATE STABLE )\r
 set( DLT_REVISION "")\r
 \r
 execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} \r
index 4d1feab..46c0770 100755 (executable)
@@ -4,12 +4,35 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
 \r
 Version\r
 -------\r
-2.10.0\r
+2.9.1 RELEASE\r
 \r
 Changes\r
 -------\r
-2.10.0\r
-\r
+2.9.1\r
+\r
+   * Implementation of command line tool dlt-control.\r
+   * Fix file transfer bug.\r
+   * Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace.\r
+   * Yocto fix in build builds.\r
+   * Fixed: security issue in dlt-system-shell regarding strncpy.\r
+   * Fixed: Security Issue by Command Injection in DLT System.\r
+   * systemd/CMakeLists: Remove SYSTEMD_CONFIGURATIONS_FILES_DIR existance check.\r
+   * Bug 85 - Include of dlt.h leads to compiler warning.\r
+   * Bug 84 - Adding utf8 support to dlt-daemon, dlt-viewer. Modified patch, originally provided by Stefan Vacek.\r
+   * systemd journal support added.\r
+   * spec file does not package man files when cmake is run with -DWITH_DOC=OFF\r
+   * added length check for paths of files to be transferred\r
+   * Semaphores and Pointer passing insteasd by value and otehr coverity issue fixes   \r
+   * Fixed several issues in DLT filetransfer.\r
+   * added creation date and a simple hash on the file name for to improve the uniqueness of getFileSerialNumber\r
+   * modified filetransfer to be more robust in restarting transfers\r
+   * Remove dangling DLT_SEM_FREE from dlt_user_queue_resend\r
+   * Unifed ECU version sending functions\r
+   * Refinements due to problems reported by static code analysis\r
+   * Spec file does no more package man files when cmake is run with -DWITH_DOC=OFF\r
+   * Made the APID strings in dlt-test-multi-process counting from 00-99\r
+   * Added creation date and a simple hash on the file name for to improve the uniqueness of getFileSerialNumber\r
+   * File Transfer: improved robustness in case of restarted ECU/dlt-system with interrupted transfers\r
 \r
 2.9.0\r
 \r