From 176b608d5378f0fa6b209b5ed86a4332dfb7a398 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Tue, 21 Jan 2025 09:06:29 +0000 Subject: [PATCH 1/3] [pd] bump submodules to include fix for mDNS disruptions --- CHANGELOG.txt | 6 ++++++ openthread | 2 +- ot-br-posix | 2 +- ot-nrf528xx | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 26c7d096..489c845a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,12 @@ FEATURES CHANGELOG ========== +* 01/21/2025 + * Updated submodules + * openthread commitid: f6cee79 + * ot-br-posix commitid: b574b6c + * ot-nrf528xx commitid: 6586034 + * 11/26/2024 * Updated submodules * openthread commitid: 147de7e diff --git a/openthread b/openthread index 147de7e4..f6cee795 160000 --- a/openthread +++ b/openthread @@ -1 +1 @@ -Subproject commit 147de7e4cb07bbc86416bf68fcd8b92c217bffb3 +Subproject commit f6cee7950d6d4b45ebc9779024b0b456e87159df diff --git a/ot-br-posix b/ot-br-posix index 7fd5bd18..b574b6c2 160000 --- a/ot-br-posix +++ b/ot-br-posix @@ -1 +1 @@ -Subproject commit 7fd5bd182b3e24cf717f76d1c1585cc83ae3679e +Subproject commit b574b6c2a4ea2ea265f87b908c8ef3f673b27f7f diff --git a/ot-nrf528xx b/ot-nrf528xx index c3b82221..6586034f 160000 --- a/ot-nrf528xx +++ b/ot-nrf528xx @@ -1 +1 @@ -Subproject commit c3b8222168c2ccc079f12479541ea0f268ea1356 +Subproject commit 6586034ff8377f2d5c87c0f3f8794547c64a4ef2 From 68da3646cec01cfaa81abda0eeccadaf7c3603a2 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Tue, 21 Jan 2025 09:20:27 +0000 Subject: [PATCH 2/3] include brief description of the update --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 489c845a..08587194 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,6 +14,7 @@ FEATURES CHANGELOG ========== * 01/21/2025 + * Disable pd daemon to fix mDNS disruption * Updated submodules * openthread commitid: f6cee79 * ot-br-posix commitid: b574b6c From 69461840c0ca774eb5b7294789408673b5621a74 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Wed, 22 Jan 2025 08:58:50 +0800 Subject: [PATCH 3/3] Update CHANGELOG.txt Co-authored-by: Handa Wang --- CHANGELOG.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 08587194..55c979f7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,7 +14,7 @@ FEATURES CHANGELOG ========== * 01/21/2025 - * Disable pd daemon to fix mDNS disruption + * Disable PD daemon to fix mDNS disruption * Updated submodules * openthread commitid: f6cee79 * ot-br-posix commitid: b574b6c