mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-01 11:44:39 +02:00
1.5.0 Features - supported removal of subtype when updating service (4ad88e29
) Bug Fixes - Fix zero-sized VLA clang-tidy warnings (196198ec
) - Remove dead store to arg variable shared (e838bf03
) - Fix name mangling not to use strcpy() (99b54ac3
) - Fix potential null derefernce in _mdns_execute_action() (f5be2f41
) - Fix AFL test mock per espressif/esp-idf@a5bc08fb55 (3d8835cf
) - Fixed potential out-of-bound interface error (24f55ce9
) - Fixed incorrect error conversion (8f8516cc
) - Fixed potential overflow when allocating txt data (75a8e864
) - Move MDNS_NAME_BUF_LEN to public headers (907087c0
, #724) - Cleanup includes in mdns.c (68a9e148
, #725) - Allow advertizing service with port==0 (827ea65f
) - Fixed complier warning if MDNS_MAX_SERVICES==0 (95377216
, #611)
9 lines
216 B
YAML
9 lines
216 B
YAML
---
|
|
commitizen:
|
|
bump_message: 'bump(mdns): $current_version -> $new_version'
|
|
pre_bump_hooks: python ../../ci/changelog.py mdns
|
|
tag_format: mdns-v$version
|
|
version: 1.5.0
|
|
version_files:
|
|
- idf_component.yml
|