Skip to content

Commit

Permalink
[pd] bump submodules to include fix for mDNS disruptions
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsong-cnyn committed Jan 21, 2025
1 parent 7abfced commit 176b608
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 245 files
2 changes: 1 addition & 1 deletion ot-br-posix
Submodule ot-br-posix updated 74 files
+1 −6 .github/workflows/macOS.yml
+2 −2 .github/workflows/ncp_mode.yml
+4 −4 NOTICE
+40 −0 etc/docker/README.md
+26 −2 script/_dhcpv6_pd_ref
+1 −0 script/reference-device/dhcpcd.enter-hook
+1 −1 src/CMakeLists.txt
+11 −3 src/agent/application.cpp
+7 −6 src/agent/application.hpp
+16 −10 src/agent/main.cpp
+1 −1 src/backbone_router/backbone_agent.cpp
+3 −3 src/backbone_router/backbone_agent.hpp
+1 −1 src/backbone_router/dua_routing_manager.hpp
+3 −3 src/backbone_router/nd_proxy.hpp
+2 −2 src/border_agent/border_agent.cpp
+6 −6 src/border_agent/border_agent.hpp
+20 −0 src/common/api_strings.cpp
+6 −0 src/common/api_strings.hpp
+57 −7 src/common/logging.cpp
+1 −1 src/common/mainloop_manager.hpp
+3 −3 src/dbus/server/dbus_agent.cpp
+3 −3 src/dbus/server/dbus_agent.hpp
+4 −4 src/dbus/server/dbus_thread_object_ncp.cpp
+3 −3 src/dbus/server/dbus_thread_object_ncp.hpp
+21 −22 src/dbus/server/dbus_thread_object_rcp.cpp
+7 −7 src/dbus/server/dbus_thread_object_rcp.hpp
+0 −0 src/host/CMakeLists.txt
+2 −2 src/host/async_task.cpp
+2 −2 src/host/async_task.hpp
+36 −6 src/host/ncp_host.cpp
+20 −6 src/host/ncp_host.hpp
+265 −4 src/host/ncp_spinel.cpp
+51 −6 src/host/ncp_spinel.hpp
+0 −0 src/host/posix/CMakeLists.txt
+0 −0 src/host/posix/infra_if.cpp
+0 −0 src/host/posix/infra_if.hpp
+0 −0 src/host/posix/netif.cpp
+0 −0 src/host/posix/netif.hpp
+0 −0 src/host/posix/netif_linux.cpp
+0 −0 src/host/posix/netif_unix.cpp
+144 −13 src/host/rcp_host.cpp
+18 −5 src/host/rcp_host.hpp
+2 −2 src/host/thread_host.cpp
+4 −4 src/host/thread_host.hpp
+3 −3 src/openwrt/ubus/otubus.cpp
+8 −8 src/openwrt/ubus/otubus.hpp
+191 −1 src/rest/json.cpp
+9 −0 src/rest/json.hpp
+141 −0 src/rest/openapi.yaml
+286 −0 src/rest/resource.cpp
+11 −2 src/rest/resource.hpp
+1 −1 src/rest/rest_web_server.hpp
+1 −0 src/rest/types.hpp
+1 −1 src/sdp_proxy/advertising_proxy.cpp
+3 −3 src/sdp_proxy/advertising_proxy.hpp
+1 −1 src/sdp_proxy/discovery_proxy.cpp
+3 −3 src/sdp_proxy/discovery_proxy.hpp
+1 −1 src/trel_dnssd/trel_dnssd.cpp
+3 −3 src/trel_dnssd/trel_dnssd.hpp
+3 −5 src/utils/hex.cpp
+1 −1 src/utils/hex.hpp
+2 −2 src/utils/thread_helper.cpp
+3 −3 src/utils/thread_helper.hpp
+1 −1 tests/gtest/CMakeLists.txt
+3 −3 tests/gtest/test_async_task.cpp
+2 −2 tests/gtest/test_infra_if.cpp
+1 −1 tests/gtest/test_netif.cpp
+219 −31 tests/gtest/test_rcp_host_api.cpp
+21 −0 tests/rest/test_rest.py
+4 −0 tests/scripts/bootstrap.sh
+0 −0 tests/scripts/expect/ncp_schedule_migration.exp
+77 −0 tests/scripts/expect/ncp_srp_server.exp
+4 −2 tests/scripts/ncp_mode
+1 −1 third_party/openthread/repo

0 comments on commit 176b608

Please sign in to comment.