summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-04-16 16:05:45 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2019-04-16 16:54:56 +0900
commitca3b162e107b1ee82d8c738de04c8fc9b83d3dac (patch)
tree8797a7923f9aec8f6b251b34dc21077b6468d1e0 /ReleaseNotes.md
parent5d21bc4858c7d0d67adb1e0cdec9880d97b83567 (diff)
downloadDLT-daemon-ca3b162e107b1ee82d8c738de04c8fc9b83d3dac.tar.gz
Update ReleaseNotes and version to v2.18.2v2.18.2
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 72bfe96..d612848 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -4,10 +4,33 @@ Back to [README.md](../README.md)
## Version
-2.18.0 STABLE
+2.18.2 STABLE
## Changes
+### 2.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)
+ * lib: Add mq_close/mq_unlink conditions
+ * doc: Do not allow DLT usage in forked child (#95)
+ * doc: Raise an awareness of log level sync
+ * dlt_offline_logstorage: fix multiple file creation error (#85, #94)
+ * doc: Fix PANDOC_TOOL condition
+ * Travis CI: Fix link in README.md (#106, #108)
+
+### 2.18.1
+
+ * doc: Move all man pages to markdown files (#102)
+ * Fix linking problem with tests when systemd enabled (#103)
+ * libdlt: Do not allow DLT usage in forked child (#95)
+ * Travis CI: build with systemd enabled (#97)
+ * Make dlt-convert more responsive when watching a file
+ * Travis CI: fix - add new line to .travis.yml
+ * Build and test status added
+ * Add the Travis CI script
+
### 2.18.0
* fix broken/missing links in documentation