Skip to content

Commit 7de57bb

Browse files
committed
bump(mdns): 1.4.0 -> 1.4.1
1.4.1 Features - Send PTR query for mdns browse when interface is ready (010a404) Bug Fixes - Prevent deadlock when deleting a browse request (3f48f9e) - Fix use after free reported by coverity (25b3d5f) - Fixed dead-code reported by coverity (11846c7)
1 parent 67191f3 commit 7de57bb

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

components/mdns/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(mdns): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py mdns
55
tag_format: mdns-v$version
6-
version: 1.4.0
6+
version: 1.4.1
77
version_files:
88
- idf_component.yml

components/mdns/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/espressif/esp-protocols/commits/mdns-v1.4.1)
4+
5+
### Features
6+
7+
- Send PTR query for mdns browse when interface is ready ([010a404a](https://github.com/espressif/esp-protocols/commit/010a404a))
8+
9+
### Bug Fixes
10+
11+
- Prevent deadlock when deleting a browse request ([3f48f9ea](https://github.com/espressif/esp-protocols/commit/3f48f9ea))
12+
- Fix use after free reported by coverity ([25b3d5fd](https://github.com/espressif/esp-protocols/commit/25b3d5fd))
13+
- Fixed dead-code reported by coverity ([11846c7d](https://github.com/espressif/esp-protocols/commit/11846c7d))
14+
315
## [1.4.0](https://github.com/espressif/esp-protocols/commits/mdns-v1.4.0)
416

517
### Major changes

components/mdns/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.4.0"
1+
version: "1.4.1"
22
description: mDNS
33
url: https://github.com/espressif/esp-protocols/tree/master/components/mdns
44
dependencies:

0 commit comments

Comments
 (0)