Skip to content

Commit

Permalink
Update version to 2.16.0 STABLE
Browse files Browse the repository at this point in the history
Update Version in CMake Version and release notes.

Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com>
  • Loading branch information
Christoph Lipka committed Oct 24, 2016
1 parent 5eb2489 commit b2688c1
Show file tree
Hide file tree
Showing 2 changed files with 62 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 16)
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
62 changes: 61 additions & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,71 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>

Version
-------
2.15.0 STABLE
2.16.0 STABLE

Changes
-------

2.16.0
* doc: Documenatation update
* Systemd-journal-test: Add WITH_DLT_UNIT_TEST flag when building sources
* Smoketest: Offline Logstorage
* Smoketest: Multinode
* Unit Test: Event handling
* Provision to test static function
* Unit Test: MultiNode
* Unit Test: Multinode Unit test preparation script
* CMake: Add option to build unit test binaries
* dlt-system-filetransfer: fix bug caused by malloc assert
* Environment variables for library ringbuffer
* DLT_PTR macro: Improve implementation and function API added
* MultiNode: Specify config file location in dlt.conf
* dlt-client: Use correct port on connect
* process user message: Fix bound handling
* dlt-system-filetransfer: Fix compiler warnings
* Remove C99 style comments in include directory
* Dlt-Receive: Use PRIxxx macros for printf variables
* Offine logstorage: Remove duplicated source file
* Fix: Memory for context description is not freed
* Fix: dlt-daemon overwrites ECU ID even if user log message already has the ECU ID that is not default value
* Add: Configuration of option of get log info response during context registration
* Add: Configuration of daemon FIFO size
* Fix: Handle of /tmp/dlt never reset if dlt-daemon is killed during output user buffer
* Add: Debug log for file transfer feature of dlt-system.
* Fix: Segfault in checking buffer usage
* Fix: File Transfer acceleration
* Fix: File name is broken when file is transferred on 64 bit OS.
* Fix: Memory leak issue in dlt-dbus
* Add dlt_user_is_logLevel_enabled API
* README.md formatting changes
* Adding GitHub flavored markdown for README.
* Fixed D-Bus tracing not working anymore
* Fixed not working default log level.
* Fixed not returning the correct number of lost messages at exit.
* dlt-daemon: Free DltDaemon structure on exit
* CommonControl: Fix for commands not working with unix socket
* CommonControl: Unix socket path and ecuid parsing for control applications
* dlt-control: Provision to control entire system log level
* DLT_PTR: User macro to print pointers
* dlt-daemon: Fix user log handler return value
* dlt-daemon: Connection activation rework
* dlt-daemon: receiver rework
* Fix connection handling of serial interface
* Offline trace: Make search more precise
* MultiNode: Add support for mandatory configurations
* MultiNode: Add support for SerialHeader conf
* MultiNode: Add support for port configuration
* MultiNode: Send control messages after connection
* MultiNode: Send serialheader if specified in dlt.conf
* Offline logstorage: On Demand triggering for syncing Logstorage cache and support long options
* Offline logstorage: Fix to resetting of Syncbehavior value
* Offline logstorage: Refactor filter storage functionality to support general properties
* Offline logstorage: Fixed extended header size check condition
* Offline logstorage: Fix invalid filter configuration handling
* Added abnormal unit tests to check DLT_RETURN_USER_BUFFER_FULL
* DLT_RETURN_USER_BUFFER_FULL is returned when user buffer full
* Revert truncation of string or raw block

2.15.0

* Fixed bug with truncation of string or raw block
Expand Down

0 comments on commit b2688c1

Please sign in to comment.