From 84c47c37f15bf0b2b92eef99d8359979e2c44edf Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 28 Jan 2025 09:54:54 +0100 Subject: [PATCH] bump(mdns): 1.5.1 -> 1.5.2 1.5.2 Bug Fixes - Fix potential NULL deref when sending sub-buy (e7273c46) - Fix _mdns_append_fqdn excessive stack usage (bd23c233) --- components/mdns/.cz.yaml | 2 +- components/mdns/CHANGELOG.md | 7 +++++++ components/mdns/idf_component.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/components/mdns/.cz.yaml b/components/mdns/.cz.yaml index 3eb7ee67c..3ec98354e 100644 --- a/components/mdns/.cz.yaml +++ b/components/mdns/.cz.yaml @@ -3,6 +3,6 @@ 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.1 + version: 1.5.2 version_files: - idf_component.yml diff --git a/components/mdns/CHANGELOG.md b/components/mdns/CHANGELOG.md index 321e488ff..1522ca372 100644 --- a/components/mdns/CHANGELOG.md +++ b/components/mdns/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.2](https://github.com/espressif/esp-protocols/commits/mdns-v1.5.2) + +### Bug Fixes + +- Fix potential NULL deref when sending sub-buy ([e7273c46](https://github.com/espressif/esp-protocols/commit/e7273c46)) +- Fix _mdns_append_fqdn excessive stack usage ([bd23c233](https://github.com/espressif/esp-protocols/commit/bd23c233)) + ## [1.5.1](https://github.com/espressif/esp-protocols/commits/mdns-v1.5.1) ### Bug Fixes diff --git a/components/mdns/idf_component.yml b/components/mdns/idf_component.yml index d4127e80d..ea4e511a9 100644 --- a/components/mdns/idf_component.yml +++ b/components/mdns/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.5.1" +version: "1.5.2" description: "Multicast UDP service used to provide local network service and host discovery." url: "https://github.com/espressif/esp-protocols/tree/master/components/mdns" issues: "https://github.com/espressif/esp-protocols/issues"