From 5cacbe15f75cb5af1a19e50d382039ae13c53499 Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Tue, 11 Jun 2019 13:35:08 +0900 Subject: Update ReleaseNotes and version to v2.18.3 Signed-off-by: Saya Sugiura --- CMakeLists.txt | 2 +- ReleaseNotes.md | 25 ++++++++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58e7781..84de6e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include ( GNUInstallDirs ) # Set version parameters set( DLT_MAJOR_VERSION 2) set( DLT_MINOR_VERSION 18) -set( DLT_PATCH_LEVEL 2) +set( DLT_PATCH_LEVEL 3) set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL}) set( DLT_VERSION_STATE STABLE ) set( DLT_REVISION "") diff --git a/ReleaseNotes.md b/ReleaseNotes.md index d612848..1edca0d 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -4,12 +4,35 @@ Back to [README.md](../README.md) ## Version -2.18.2 STABLE +2.18.3 STABLE ## Changes +### 2.18.3 + + * Update ReleaseNotes and version to v2.18.3 + * Travis CI: Run unit test (#132) + * libdlt: Fix compiler warnings + * Unit test: Fix compiler warnings + * Unit test fix + * Do not install systemd service files for binaries that are not built (#129) + * lib: unlock buffer on termination + * dlt-receive: Fix crash without arguments + * dlt-control: Bug fix for broken get log info + * Logging: Error message modification + * dlt-daemon: fix internal logging to file after daemonize + * Offline logstorage: Fix storage handle NULL check during cleanup + * Fix compiler warnings + * POSIX: Replace usleep with nanosleep + * unix socket: IPC code isolation + * lib: daemon: Fix sem lock potential issue + * socket: Remove unnecessary header + * dlt-daemon: unlink application socket + * ipc: close socket if connect failed + ### 2.18.2 + * Update ReleaseNotes and version to v2.18.2 * Size of Resend buffer less than or equal to DLT_USER_BUF_MAX_SIZE res… (#116) * Fixed memory leak when receiving network traces of 0xFFFF length * Contact information update (#118) -- cgit v1.2.1