summaryrefslogtreecommitdiff
path: root/ReleaseNotes.md
diff options
context:
space:
mode:
authorMinh Quang Luu <50074497+minminlittleshrimp@users.noreply.github.com>2023-04-19 16:21:57 +0700
committerGitHub <noreply@github.com>2023-04-19 11:21:57 +0200
commit8e1ba45717dca36e006c166cf24f891b6a1dd1fc (patch)
tree6bf266f9de17951d3e4e6493b838715950860fc9 /ReleaseNotes.md
parent9a2312d3512a27620d41b9a325338b6e7b3d42de (diff)
downloadDLT-daemon-8e1ba45717dca36e006c166cf24f891b6a1dd1fc.tar.gz
Update ReleaseNotes and version to v2.18.9 (#468)
Signed-off-by: LUU QUANG MINH <Minh.LuuQuang@vn.bosch.com>
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r--ReleaseNotes.md68
1 files changed, 67 insertions, 1 deletions
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index a5e2806..8426de4 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -4,10 +4,76 @@ Back to [README.md](../README.md)
## Version
-2.18.8 STABLE
+2.18.9 STABLE
## Changes
+### 2.18.9
+
+ * dlt-user: fix crash with certain strings (#463)
+ * dlt_multiple_files: remove superfluous mode bits and add header file to header list (#462)
+ * Android: Add new feature in Android bp (#461)
+ * cmake: remove duplicated option message (#454)
+ * house-keeper: remove infinite wait (#438)
+ * dlt-logd-converter: Fix getting log level from log msg (#456)
+ * dlt-logd-converter: fixes android 12 compilation (#445)
+ * logfile: exhance internal dlt logging by introducing size limits (#369)
+ * This changes a mispatch from fcb676a7 to install the udp binary correctly. (#449)
+ * Installs dlt.conf on android (#446)
+ * dlt-connection: add socket timeout (#439)
+ * Fix memory leak (#441)
+ * Check for negative index in dlt_file_message (#437)
+ * dlt-user: fix potential non closed socket in init/free (#435)
+ * dlt-convert: Fix memory leak by calling dlt_file_free (#434)
+ * dlt-user: Fix crashes in dlt_free during dlt_init (#362)
+ * Update contacts and removed mailing lists (#431)
+ * Updates for Coding Styles (#425)
+ * gateway: Fix Node handling and ECUid checks (#429)
+ * filetransfer: fix filesize divisible by blocksize case (#383)
+ * client: Fix Get Log Info response conversion method (#422)
+ * cmake: network trace enable toggle (#424)
+ * dlt-system: Fix buffer overflow detection on 32bit targets (#398)
+ * dlt-receive: set host interface and allow multiple udp multicast addresses (#420)
+ * Fix for Resource and Memory Leak (#418)
+ * dlt_daemon_client: Fix Control Msg ECUId comparison with active Gateway (#414)
+ * Avoid memory corruption behind buffer wp in function dlt_getloginfo_conv_ascii_to_id (#411)
+ * dlt_common: change output of message for log initialization (#412)
+ * internal-logging: Fix issues with file logging (#378)
+ * systemd: add support for socket activation via systemd (#401)
+ * Update maintainer (#410)
+ * dlt_daemon_client: Fix change loglevel of application (#408)
+ * dlt_client:Block in connect() (#409)
+ * dlt-gateway: Fix crash on invalid ip (#381)
+ * Update dlt_for_developers.md (#405)
+ * logstorage: Truncate ECUid in Logstorage filter to prevent crash (#402)
+ * dlt_common.c: Change default logging_mode (#406)
+ * dlt-daemon-connection: Start up even if not all bindings are valid (#380)
+ * enforce-trace-limit: ContextLogLevel is now enforced in the daemon (#382)
+ * automotive-dlt.pc: add the path to find the static library (#387)
+ * systemd: install adaptor-udp service for adaptor=on (#393)
+ * Fix handle returned value (#384)
+ * README: Update link to github actions (#392)
+ * Update for CI (#389)
+ * Fix a double-free bug. (#376)
+ * Issue-ID: make-adaptor-configurablecmake: Add option to enable each adaptor by itself (#364)
+ * Fix the target name in documentation (#372)
+ * cmake: Add options to enable/disable each dlt console tool (#363)
+ * filetransfer: Fix getFileCreationDate2 stat check (#361)
+ * tests: Deplicate unused files and variables (#359)
+ * Fix DLT User/Client tests (#357)
+ * lib: Correct VARI usage in dlt_user_log_write_uint (#356)
+ * filetransfer: Return error if no free space (#354)
+ * Support for Cygwin toolchain. (#351)
+ * dlt-system: fix invalid free by removing unused TempDir (#350)
+ * fix -Wformat issues reported by clang (#349)
+ * Forcibly the severity level set (#346)
+ * daemon: Do not exit when accept returns ECONNABORTED (#347)
+ * dlt-system : fix invalid free with ConfigurationFileName (#342)
+ * dlt-daemon: Only create directories if they do not exist yet (#340)
+ * fixes compilation issue with clang (#339)
+ * dlt-daemon: create sockets using "android way" (#333)
+ * dlt-system: fix a libc buffer overflow detection on 32bit targets (#337)
+
### 2.18.8
* lib: Fix wrong type alert from lgtm