summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManikandanC <Manikandan.Chockalingam@in.bosch.com>2017-09-15 13:41:57 +0530
committerManikandanC <Manikandan.Chockalingam@in.bosch.com>2017-09-15 13:41:57 +0530
commitbdde2374efd567f27d7a4ec70911b34cda061d27 (patch)
tree9f6c2dbd4db186894ffaffcee27f07f91d86d235
parent203d9925ac895b559e89766fd942f5b7f24d2368 (diff)
downloadDLT-daemon-bdde2374efd567f27d7a4ec70911b34cda061d27.tar.gz
Updated release notes for 2.17v2.17.0
Signed-off-by: ManikandanC <Manikandan.Chockalingam@in.bosch.com>
-rw-r--r--CMakeLists.txt2
-rw-r--r--ReleaseNotes.txt33
2 files changed, 33 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1889a4d..55c8c1c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@ set( DLT_MAJOR_VERSION 2)
set( DLT_MINOR_VERSION 17)
set( DLT_PATCH_LEVEL 0)
set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL})
-set( DLT_VERSION_STATE UNSTABLE )
+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 107fed5..5489aee 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -4,11 +4,42 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Version
-------
-2.16.0 STABLE
+2.17.0 STABLE
Changes
-------
+2.17.0
+ * Fix for initialization of buffer settings in DLT user library.
+ * fix various memory leaks
+ * some-minor-fixes
+ * Minor fixes: corrected typo in CMakeLists.txt - WTIH_DLT_ADAPTOR, removed character from merge
+ * Data stuck in receiver buffer when dlt_daemon_user_send_log_level() fails
+ * Update dlt_user.h
+ * Add short explanation for DLT log level
+ * Prevent buffer overflow for mount point path in dlt_logstorage_open_log_file
+ * journald adaptor: test with sudo privileges
+ * cmake: fix unit tests compilation with systemd
+ * Input parameter check & Error message modification
+ * Tell cmake to use README.md instead of README to fix doc generation
+ * dlt-system-process-handling: fix warning
+ * dlt_daemon_connection_types: fix build warnings
+ * Updated README
+ * dlt-adaptor-udp, dlt-adaptor-stdin: implement get of verbosity level from input
+ * Added Description in dlt-system.conf
+ * dlt-client: fix dlt_client_cleanup memory handling
+ * CMake Option: Trigger segmentation fault in case of FATAL log
+ * Daemon connection handling fixes
+ * Added Description in dlt-system.conf
+ * dlt-client: fix dlt_client_cleanup memory handling
+ * CMake Option: Trigger segmentation fault in case of FATAL log
+ * dlt-daemon: Fix use after free potential issue
+ * Event handling: Fix connection destroy bug
+ * Remove duplicate README
+ * daemon: check payload length before cast to struct
+ * Added missing build steps to INSTALL
+ * pkg-config: fix library directory.
+
2.16.0
* doc: Documenatation update
* Systemd-journal-test: Add WITH_DLT_UNIT_TEST flag when building sources