From 8768e163aeb7a8074f7863ec4ecfe0e961aad3a9 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 3 Jul 2026 12:27:01 +0200 Subject: [PATCH] Updated changelog --- Changelog.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 929509f0..5d2f7a64 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,13 @@ -### 2026-06-01: RNS 1.3.5 +### 2026-07-03: RNS 1.3.6 -This maintenance release contains an important fix for `AutoInterface` reliability when roaming between different physical networks. +This maintenance release improves announces propagation logic, and adds additional options for configuring announce propagation and interface behavior in transport mode. **Changes** -- Fixed UDP listener replacement deadlocking inbound AutoInterface traffic when fast-roaming between physical interfaces or WiFi APs -- Fixed some paths never resolving when using other interfaces at the same time as a deadlocked AutoInterface +- Added `internal` interface mode +- Added `recursive_prs` interface option +- Added `announces_from_internal` interface option +- Added new options to the manual +- Improved and cleaned up announce propagation logic **Verified Retrieval** You can retrieve and verify this release over Reticulum using the built-in `rngit release` utility. To retrieve only the installation `.whl` package, and the release manifest for future updates, you can use: @@ -34,6 +37,14 @@ rnid -i bc7291552be7a58f361522990465165c -V rns_*.rsm *.rsg The `rnid` utility will then verify the signatures, and display whether they are valid. If the signature cannot be verified, the release has been tampered with and should be discarded. +### 2026-06-01: RNS 1.3.5 + +This maintenance release contains an important fix for `AutoInterface` reliability when roaming between different physical networks. + +**Changes** +- Fixed UDP listener replacement deadlocking inbound AutoInterface traffic when fast-roaming between physical interfaces or WiFi APs +- Fixed some paths never resolving when using other interfaces at the same time as a deadlocked AutoInterface + ### 2026-05-29: RNS 1.3.4 This release fixes a regression that could cause sub-optimal path selection under conditions where the same announce was received within a very short timespan on different interfaces, as well as a few other bugs and inefficiencies.