summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-09-03 17:26:55 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2019-09-03 17:28:13 +0900
commit14ea971be7e808b9c5099c7f404ed3cf341873c4 (patch)
tree3bc623d6aa7b1baba08505ce2307f0b5c220d0c3
parent2db568e27887d5ac9ad4f7928daf07a9aaf296db (diff)
downloadDLT-daemon-14ea971be7e808b9c5099c7f404ed3cf341873c4.tar.gz
Update ReleaseNotes and version to v2.18.4v2.18.4
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
-rw-r--r--CMakeLists.txt2
-rw-r--r--ReleaseNotes.md60
2 files changed, 59 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b303f29..845d269 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ include(GNUInstallDirs)
# Set version parameters
set(DLT_MAJOR_VERSION 2)
set(DLT_MINOR_VERSION 18)
-set(DLT_PATCH_LEVEL 3)
+set(DLT_PATCH_LEVEL 4)
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 2da049b..af12d7b 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -4,10 +4,66 @@ Back to [README.md](../README.md)
## Version
-2.18.3 STABLE
+2.18.4 STABLE
## Changes
+### 2.18.4
+
+ * Update ReleaseNotes and version to v2.18.4
+ * dlt-daemon: correct errno usage
+ * dlt-daemon: fix bug binding invalid ipv6 address as default
+ * Add option in dlt.conf for bindAddress to specific IPs (#130)
+ * protocol: Remove non supported user service ID (#159)
+ * libdlt: truncate the log message if it is too long (#156) (#157)
+ * UDP Multicast implementation (#155)
+ * doc: Remove unused images
+ * daemon: fix compile error with DLT_IPC="UNIX_SOCKET" (#153)
+ * using POSIX shared memory APIs (#90) (#151)
+ * Revert "Add option in dlt.conf for bindAddress to specific IPs (#130)"
+ * Add option to set owner group of daemon FIFO (#122)
+ * Add option in dlt.conf for bindAddress to specific IPs (#130)
+ * dlt-system-journal: fixed localtime compile error
+ * Correct sa findings
+ * logstorage: fix compile error
+ * doxygen: Align variable for apid and ctid
+ * doxygen: Remove licence
+ * doxygen: Get rid of warnings
+ * doc: Use pandoc to generate HTML from markdown
+ * doc: Improve README.md
+ * doc: Create missing markdown documents
+ * doc: Documentation update
+ * cmake: Allow build as a subproject (#145)
+ * fix config path for dlt-dbus
+ * define DLT_PATH_MAX for max path buffer length
+ * cmake-improvements (#135)
+ * libdlt: Use posix nanosleep (#144)
+ * doc: Improve markdown documents
+ * doc: Improve dlt_for_developers.md
+ * fix the warning of strncat size
+ * fix warning of self assign
+ * dlt-convert: fix warning of wrong conversion
+ * Travis: Run Travis on Xenial 16.04
+ * Travis: Modify install package
+ * cleanup: Use dlt_vlog()
+ * Fix alerts from lgtm
+ * lgtm: Add code analysis platform
+ * dlt-test: Improve context ID
+ * dlt-test: Add options
+ * libdlt: Remove commented out code
+ * Remove dlt_forward_msg
+ * libdlt: compare dlt_ll_ts to NULL
+ * network trace: Define package ID macro
+ * daemon: Loop for client fds
+ * daemon: Remove bytes_sent
+ * daemon: Don't remove unregistered context
+ * daemon: Don't assign fd after free
+ * test: Add manual interruption in dlt-test-stress
+ * gtest: Logstorage unit test update
+ * Logstorage: Correct behavior in sync message cache
+ * Logstorage: Sync behavior bug fix
+ * Logstorage: Fix write msg cache
+
### 2.18.3
* Update ReleaseNotes and version to v2.18.3
@@ -741,4 +797,4 @@ Back to [README.md](../README.md)
### 2.0.0
* Initial Release of new DLT daemon Version 2 including the new DLT Client DLT Viewer
- * Initial Release \ No newline at end of file
+ * Initial Release