Releases: COVESA/dlt-daemon
Releases · COVESA/dlt-daemon
v2.18.10
What's Changed
- Update ReleaseNotes and version to v2.18.9 by @minminlittleshrimp in #468
- Update status badges on README.md by @michael-methner in #467
- logstorage: Adds option to write logs in gzip format by @LiquidityC in #442
- Re-Initialize internal logging in daemon mode only by @lvklevankhanh in #459
- Remove use of DLT_LOG in signal handler by @michael-methner in #472
- Update gtest_dlt_daemon_multiple_files_logging.cpp by @LocutusOfBorg in #481
- Update AUTOSAR standard link by @lucafrance in #480
- cmake: set version to 2.18.9 by @alexmohr in #478
- Fix macro code to use boolean value in while instruction (false) by @michael-methner in #469
- dlt_user_shared: Add timeout to writev by @alexmohr in #385
- build: add static lib only if necessary by @alexmohr in #479
- Update CMakeLists.txt by @LocutusOfBorg in #482
- watchdog: improve dlt watchdog by @alexmohr in #470
- log-level-config: add option to configure log levels by @alexmohr in #474
- gtest_dlt_daemon_gateway: dlt-daemon run without dlt_passive.conf file by @lti9hc in #487
- dlt_unit_test: Fix and improve quality of unit tests by @minminlittleshrimp in #494
- dlt-qnx-system improvement by @lvklevankhanh in #495
- gtest: Init submodule and update version by @minminlittleshrimp in #497
- dlt-qnx-system: prevent message loss in high load situations by @alexmohr in #490
- Fix compile error stringop-truncation with GCC 9.4 by @michael-methner in #499
- Update README.md by @lvklevankhanh in #503
- dlt-coverage: Add coverage report generator for dlt by @minminlittleshrimp in #501
- dlt-system: move journal reading to its own thread by @alexmohr in #471
- Switch from GENIVI to COVESA by @minminlittleshrimp in #511
- Update CMakeLists.txt: set required std version to gnu++14 by @LocutusOfBorg in #504
- cmake: Policy CMP0115 set to OLD behavior for dlt-daemon with cmake >= 3.20 by @minminlittleshrimp in #510
- fix usage of pthread_cond_timedwait by @alexmohr in #491
- DLT Upstream for minor release by @minminlittleshrimp in #515
- cmake: disable network trace by @alexmohr in #477
- doc: add COVESA logo image by @minminlittleshrimp in #516
- Prepare for 2.18.10 release by @michael-methner in #517
New Contributors
- @LiquidityC made their first contribution in #442
- @lucafrance made their first contribution in #480
Full Changelog: v2.18.9...v.2.18.10
dlt-daemon 2.18.9
What's Changed
- dlt-system: fix a libc buffer overflow detection on 32bit targets by @mtitinger in #337
- dlt-daemon: create sockets using "android way" by @sebastienraillet in #333
- fixes compilation issue with clang by @sebastienraillet in #339
- dlt-daemon: Only create directories if they do not exist yet by @alexmohr in #340
- dlt-system : fix invalid free with ConfigurationFileName by @mtitinger in #342
- fix for the issue #341 by @rvalovyi in #347
- Forcibly the severity level set by @dhnatiuk1 in #346
- fix -Wformat issues reported by clang by @sebastienraillet in #349
- dlt-system: fix invalid free by removing unused TempDir by @andreirusu96 in #350
- Support for Cygwin toolchain. by @DoctorNoobingstoneIPresume in #351
- filetransfer: Return error if no free space by @ssugiura in #354
- lib: Correct VARI usage in dlt_user_log_write_uint by @ssugiura in #356
- Fix DLT User/Client tests by @andreirusu96 in #357
- tests: Deplicate unused files and variables by @ssugiura in #359
- Fix the target name in documentation by @mawillers in #372
- cmake: Add option to enable each adaptor by itself by @alexmohr in #364
- cmake: Add options to enable/disable each dlt console tool by @alexmohr in #363
- filetransfer: Fix getFileCreationDate2 stat check by @andreirusu96 in #361
- dlt_config_file_parser.c:Fix a pointer release bug in the file。 by @Leslie-bcy in #376
- Update workflow by @thanhbnq in #389
- README: Update link to github actions by @ssugiura in #392
- Fix handle returned value by @thanhbnq in #384
- systemd: install adaptor-udp service for adaptor=on by @danielweber2018 in #393
- automotive-dlt.pc: add the path to find the static library by @zeerd in #387
- enforce-trace-limit: ContextLogLevel is now enforced in the daemon by @alexmohr in #382
- dlt-daemon-connection: Start up even if not all bindings are valid by @alexmohr in #380
- dlt_common.c: Change default logging_mode by @wusto in #406
- logstorage: Truncate ECUid in Logstorage filter to prevent crash by @andreirusu96 in #402
- Update dlt_for_developers.md by @marques-bruno in #405
- dlt-gateway: Fix crash on invalid ip by @alexmohr in #381
- dlt_client:Block in connect() by @thanhbnq in #409
- dlt_daemon_client: Fix change loglevel of application by @lti9hc in #408
- Update maintainer by @thanhbnq in #410
- systemd: add support for socket activation via systemd by @alexmohr in #401
- internal-logging: Fix issues with file logging by @alexmohr in #378
- dlt_common: change output of message for log initialization by @lti9hc in #412
- Avoid memory corruption behind buffer wp in function dlt_getloginfo_conv_ascii_to_id by @michael-methner in #411
- dlt_daemon_client: Fix Control Msg ECUId comparison with active Gateway by @andreirusu96 in #414
- Fix for Resource and Memory Leak by @lti9hc in #418
- dlt-receive: set host interface and allow multiple udp multicast addresses by @thanhbnq in #420
- dlt-system: Fix buffer overflow detection on 32bit targets by @sandy-lcq in #398
- cmake: network trace enable toggle by @danielweber2018 in #424
- client: Fix Get Log Info response conversion method by @andreirusu96 in #422
- filetransfer: fix filesize divisible by blocksize case by @danielweber2018 in #383
- Updates for Coding Styles by @thanhbnq in #425
- gateway: Fix Node handling and ECUid checks by @andreirusu96 in #429
- Update contacts and removed mailing lists by @michael-methner in #431
- dlt-user: Fix crashes in dlt_free during dlt_init by @alexmohr in #362
- dlt-convert: Fix memory leak by calling dlt_file_free by @lvklevankhanh in #434
- dlt-user: fix potential non closed socket in init/free by @alexmohr in #435
- Check for negative index in dlt_file_message by @michael-methner in #437
- Fix memory leak by @lvklevankhanh in #441
- dlt-connection: add socket timeout by @alexmohr in #439
- Installs dlt.conf on android by @sebastienraillet in #446
- This changes a mispatch from fcb676a to install udp binary correctly by @smooge in #449
- logfile: exhance internal dlt logging by introducing size limits by @danielweber2018 in #369
- dlt-logd-converter: fixes android 12 compilation by @sebastienraillet in #445
- dlt-logd-converter: Fix getting log level from log msg by @RobinChenJP in #456
- house-keeper: remove infinite wait by @alexmohr in #438
- cmake: remove duplicated option message by @minminlittleshrimp in #454
- Android: Add new feature in Android bp by @minminlittleshrimp in #461
- dlt_multiple_files: remove superfluous mode bits and add header file to header list by @minminlittleshrimp in #462
- dlt-user: fix crash with certain strings by @alexmohr in #463
New Contributors
- @mtitinger made their first contribution in #337
- @rvalovyi made their first contribution in #347
- @dhnatiuk1 made their first contribution in #346
- @andreirusu96 made their first contribution in #350
- @DoctorNoobingstoneIPresume made their first contribution in #351
- @Leslie-bcy made their first contribution in #376
- @danielweber2018 made their first contribution in #393
- @zeerd made their first contribution in #387
- @wusto made their first contribution in #406
- @marques-bruno made their first contribution in #405
- @lti9hc made their first contribution in #408
- @michael-methner made their first contribution in #411
- @sandy-lcq made their first contribution in #398
- @lvklevankhanh made their first contribution in #434
- @smooge made their first contribution in #449
- @RobinChenJP made their first contribution in #456
- @minminlittleshrimp made their first contribution in #454
Full Changelog: v2.18.8...v2.18.9
v2.18.9-alpha
What's Changed
- dlt-system: fix a libc buffer overflow detection on 32bit targets by @mtitinger in #337
- dlt-daemon: create sockets using "android way" by @sebastienraillet in #333
- fixes compilation issue with clang by @sebastienraillet in #339
- dlt-daemon: Only create directories if they do not exist yet by @alexmohr in #340
- dlt-system : fix invalid free with ConfigurationFileName by @mtitinger in #342
- fix for the issue #341 by @rvalovyi in #347
- Forcibly the severity level set by @dhnatiuk1 in #346
- fix -Wformat issues reported by clang by @sebastienraillet in #349
- dlt-system: fix invalid free by removing unused TempDir by @andreirusu96 in #350
- Support for Cygwin toolchain. by @DoctorNoobingstoneIPresume in #351
- filetransfer: Return error if no free space by @ssugiura in #354
- lib: Correct VARI usage in dlt_user_log_write_uint by @ssugiura in #356
- Fix DLT User/Client tests by @andreirusu96 in #357
- tests: Deplicate unused files and variables by @ssugiura in #359
- Fix the target name in documentation by @mawillers in #372
- cmake: Add option to enable each adaptor by itself by @alexmohr in #364
- cmake: Add options to enable/disable each dlt console tool by @alexmohr in #363
- filetransfer: Fix getFileCreationDate2 stat check by @andreirusu96 in #361
- dlt_config_file_parser.c:Fix a pointer release bug in the file。 by @Leslie-bcy in #376
- Update workflow by @thanhbnq in #389
- README: Update link to github actions by @ssugiura in #392
- Fix handle returned value by @thanhbnq in #384
- systemd: install adaptor-udp service for adaptor=on by @danielweber2018 in #393
- automotive-dlt.pc: add the path to find the static library by @zeerd in #387
- enforce-trace-limit: ContextLogLevel is now enforced in the daemon by @alexmohr in #382
- dlt-daemon-connection: Start up even if not all bindings are valid by @alexmohr in #380
- dlt_common.c: Change default logging_mode by @wusto in #406
- logstorage: Truncate ECUid in Logstorage filter to prevent crash by @andreirusu96 in #402
- Update dlt_for_developers.md by @marques-bruno in #405
- dlt-gateway: Fix crash on invalid ip by @alexmohr in #381
- dlt_client:Block in connect() by @thanhbnq in #409
- dlt_daemon_client: Fix change loglevel of application by @lti9hc in #408
- Update maintainer by @thanhbnq in #410
- systemd: add support for socket activation via systemd by @alexmohr in #401
- internal-logging: Fix issues with file logging by @alexmohr in #378
- dlt_common: change output of message for log initialization by @lti9hc in #412
- Avoid memory corruption behind buffer wp in function dlt_getloginfo_conv_ascii_to_id by @michael-methner in #411
- dlt_daemon_client: Fix Control Msg ECUId comparison with active Gateway by @andreirusu96 in #414
- Fix for Resource and Memory Leak by @lti9hc in #418
- dlt-receive: set host interface and allow multiple udp multicast addresses by @thanhbnq in #420
- dlt-system: Fix buffer overflow detection on 32bit targets by @sandy-lcq in #398
- cmake: network trace enable toggle by @danielweber2018 in #424
- client: Fix Get Log Info response conversion method by @andreirusu96 in #422
- filetransfer: fix filesize divisible by blocksize case by @danielweber2018 in #383
- Updates for Coding Styles by @thanhbnq in #425
- gateway: Fix Node handling and ECUid checks by @andreirusu96 in #429
- Update contacts and removed mailing lists by @michael-methner in #431
- dlt-user: Fix crashes in dlt_free during dlt_init by @alexmohr in #362
- dlt-convert: Fix memory leak by calling dlt_file_free by @lvklevankhanh in #434
- dlt-user: fix potential non closed socket in init/free by @alexmohr in #435
- Check for negative index in dlt_file_message by @michael-methner in #437
- Fix memory leak by @lvklevankhanh in #441
- dlt-connection: add socket timeout by @alexmohr in #439
- Installs dlt.conf on android by @sebastienraillet in #446
- This changes a mispatch from fcb676a to install udp binary correctly by @smooge in #449
- logfile: exhance internal dlt logging by introducing size limits by @danielweber2018 in #369
- dlt-logd-converter: fixes android 12 compilation by @sebastienraillet in #445
New Contributors
- @mtitinger made their first contribution in #337
- @rvalovyi made their first contribution in #347
- @dhnatiuk1 made their first contribution in #346
- @andreirusu96 made their first contribution in #350
- @DoctorNoobingstoneIPresume made their first contribution in #351
- @Leslie-bcy made their first contribution in #376
- @danielweber2018 made their first contribution in #393
- @zeerd made their first contribution in #387
- @wusto made their first contribution in #406
- @marques-bruno made their first contribution in #405
- @lti9hc made their first contribution in #408
- @michael-methner made their first contribution in #411
- @sandy-lcq made their first contribution in #398
- @lvklevankhanh made their first contribution in #434
- @smooge made their first contribution in #449
Full Changelog: v2.18.8...v2.18.9-alpha