Skip to content

Commit 14ea971

Browse files
committed
Update ReleaseNotes and version to v2.18.4
Signed-off-by: Saya Sugiura <[email protected]>
1 parent 2db568e commit 14ea971

File tree

2 files changed

+59
-3
lines changed

2 files changed

+59
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include(GNUInstallDirs)
2323
# Set version parameters
2424
set(DLT_MAJOR_VERSION 2)
2525
set(DLT_MINOR_VERSION 18)
26-
set(DLT_PATCH_LEVEL 3)
26+
set(DLT_PATCH_LEVEL 4)
2727
set(DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL})
2828
set(DLT_VERSION_STATE STABLE)
2929
set(DLT_REVISION "")

ReleaseNotes.md

+58-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,66 @@ Back to [README.md](../README.md)
44

55
## Version
66

7-
2.18.3 STABLE
7+
2.18.4 STABLE
88

99
## Changes
1010

11+
### 2.18.4
12+
13+
* Update ReleaseNotes and version to v2.18.4
14+
* dlt-daemon: correct errno usage
15+
* dlt-daemon: fix bug binding invalid ipv6 address as default
16+
* Add option in dlt.conf for bindAddress to specific IPs (#130)
17+
* protocol: Remove non supported user service ID (#159)
18+
* libdlt: truncate the log message if it is too long (#156) (#157)
19+
* UDP Multicast implementation (#155)
20+
* doc: Remove unused images
21+
* daemon: fix compile error with DLT_IPC="UNIX_SOCKET" (#153)
22+
* using POSIX shared memory APIs (#90) (#151)
23+
* Revert "Add option in dlt.conf for bindAddress to specific IPs (#130)"
24+
* Add option to set owner group of daemon FIFO (#122)
25+
* Add option in dlt.conf for bindAddress to specific IPs (#130)
26+
* dlt-system-journal: fixed localtime compile error
27+
* Correct sa findings
28+
* logstorage: fix compile error
29+
* doxygen: Align variable for apid and ctid
30+
* doxygen: Remove licence
31+
* doxygen: Get rid of warnings
32+
* doc: Use pandoc to generate HTML from markdown
33+
* doc: Improve README.md
34+
* doc: Create missing markdown documents
35+
* doc: Documentation update
36+
* cmake: Allow build as a subproject (#145)
37+
* fix config path for dlt-dbus
38+
* define DLT_PATH_MAX for max path buffer length
39+
* cmake-improvements (#135)
40+
* libdlt: Use posix nanosleep (#144)
41+
* doc: Improve markdown documents
42+
* doc: Improve dlt_for_developers.md
43+
* fix the warning of strncat size
44+
* fix warning of self assign
45+
* dlt-convert: fix warning of wrong conversion
46+
* Travis: Run Travis on Xenial 16.04
47+
* Travis: Modify install package
48+
* cleanup: Use dlt_vlog()
49+
* Fix alerts from lgtm
50+
* lgtm: Add code analysis platform
51+
* dlt-test: Improve context ID
52+
* dlt-test: Add options
53+
* libdlt: Remove commented out code
54+
* Remove dlt_forward_msg
55+
* libdlt: compare dlt_ll_ts to NULL
56+
* network trace: Define package ID macro
57+
* daemon: Loop for client fds
58+
* daemon: Remove bytes_sent
59+
* daemon: Don't remove unregistered context
60+
* daemon: Don't assign fd after free
61+
* test: Add manual interruption in dlt-test-stress
62+
* gtest: Logstorage unit test update
63+
* Logstorage: Correct behavior in sync message cache
64+
* Logstorage: Sync behavior bug fix
65+
* Logstorage: Fix write msg cache
66+
1167
### 2.18.3
1268

1369
* Update ReleaseNotes and version to v2.18.3
@@ -741,4 +797,4 @@ Back to [README.md](../README.md)
741797
### 2.0.0
742798

743799
* Initial Release of new DLT daemon Version 2 including the new DLT Client DLT Viewer
744-
* Initial Release
800+
* Initial Release

0 commit comments

Comments
 (0)