summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-06-11 13:35:08 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2019-06-11 13:35:08 +0900
commit5cacbe15f75cb5af1a19e50d382039ae13c53499 (patch)
treed849d27eac9bb6d4719faf88147a8ee3f1629ca3 /ReleaseNotes.md
parentb6bc0006c0a51d580f075100acb3570f5492c370 (diff)
downloadDLT-daemon-5cacbe15f75cb5af1a19e50d382039ae13c53499.tar.gz
Update ReleaseNotes and version to v2.18.3v2.18.3
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md25
1 files changed, 24 insertions, 1 deletions
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)