Skip to content

Commit

Permalink
Updated release notes for 2.17
Browse files Browse the repository at this point in the history
Signed-off-by: ManikandanC <Manikandan.Chockalingam@in.bosch.com>
  • Loading branch information
ManikandanChockalingam committed Sep 15, 2017
1 parent 203d992 commit bdde237
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
33 changes: 32 additions & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdde237

Please sign in to comment.