From 9e07ac9d66a57071b26124265377eada9fd3926d Mon Sep 17 00:00:00 2001 From: Mathis Marion Date: Tue, 12 Nov 2024 16:29:27 +0100 Subject: [PATCH] doc: update CHANGES with v2.1.7 --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5b90f911..fd22341a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +v2.1.7 +------ + - Document the RCP API in [`HIF.md`](HIF.md). + - Fix IPv6 neighbor proxy: entries referenced the wrong network interface, + causing Neighbor Advertisement to not be sent. + - Fix RPL DAO parsing: parents could be assigned to the wrong child when + multiple transit options are present in the packet. + - Prevent assert when a neighbor has no known unicast schedule. + - Prevent invalid memory access in IPv6 neighbor cache. + - Expose neighbor POM-IE from D-Bus even if mode switch is disabled. + - Improve trickle configurations for certification tests. + v2.1.6 ------ - Introduce `mac_address` parameter to manually configure the RCP's EUI-64.