-
Notifications
You must be signed in to change notification settings - Fork 295
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
Update ReleaseNotes and version to v2.18.9 #468
Conversation
* 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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
ReleaseNotes.md
Outdated
* dlt-system : fix invalid free with ConfigurationFileName | ||
* dlt-daemon: Only create directories if they do not exist yet | ||
* fixes compilation issue with clang | ||
* dlt-daemon: create sockets using "android way" | ||
* dlt-system: fix a libc buffer overflow detection on 32bit targets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should add PR Id:
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)
ReleaseNotes.md
Outdated
* Issue-ID: make-adaptor-configurablecmake: Add option to enable each adaptor by itself | ||
* Fix the target name in documentation | ||
* cmake: Add options to enable/disable each dlt console tool | ||
* filetransfer: Fix getFileCreationDate2 stat check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should add PR Ids:
Update workflow (#389)
dlt_config_file_parser.c:Fix a pointer release bug in the file (#376)
filetransfer: Fix getFileCreationDate2 stat check (#361)
cmake: Add options to enable/disable each dlt console tool (#363)
cmake: Add option to enable each adaptor (#364)
Fix the target name in documentation (#372)
ReleaseNotes.md
Outdated
* 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ReleaseNotes.md
Outdated
* Installs dlt.conf on android (#446) | ||
* dlt-connection: add socket timeout | ||
* Fix memory leak | ||
* Check for negative index in dlt_file_message |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: LUU QUANG MINH <Minh.LuuQuang@vn.bosch.com>
Hello @lvklevankhanh |
Hello all,
This is the update for release note based on latest release v2.18.9.
Please kindly review.
Regards