Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ReleaseNotes and version to v2.18.9 #468

Merged
merged 1 commit into from
Apr 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 67 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be?
fix for the issue #341 (#347)

Copy link
Collaborator Author

@minminlittleshrimp minminlittleshrimp Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, that commit is modifed again by the contributor.
What you mentioned is the title of PR, but we actually add commit title here.
FYI: 9fba07b

* 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
Expand Down