diff --git a/Changelog.md b/Changelog.md
index 9682a4a9..8f55bc36 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,25 +1,10 @@
-### 2026-07-24: RNS 1.4.1
+### 2026-07-26: RNS 1.4.2
-This release significantly improves path convergence and stability with the new path re-balancing functionality. It also introduces interface gravity configuration, new API functionality and fixes a range of bugs and inefficiencies.
+This maintenance release fixes bugs in blackholed identity filtering and recursive path request handling for RNode interfaces.
-- Added dynamic path re-balancing
-- Added `set_max_request_size` to `Destination` API
-- Added `max_response_size` to request API
-- Added interface gravity handling
-- Added `autoconnect_interface_mode` option
-- Added `autoconnect_announces_to_internal` option
-- Added `autoconnect_interface_gravity` option
-- Added `default_gravity` option
-- Added `announces_to_internal` interface option
-- Added `gravity` interface option
-- Added gravity display and sorting option to `rnstatus`
-- Added boundary -> boundary and boundary -> gateway path requests
-- Fixed `I2PInterface` tasks getting garbage-collected prematurely, thanks to **welo**
-- Fixed various minor bugs in `I2PInterface`
-- Fixed ingress control burst active flag deadlocking until new announces arrived under burst timing patterns
-- Fixed various memory inefficiencies
-- Fixed loglevel `LOG_EXTREME` not being usable in some cases
-- Fixed historical interface discoveries not being cleaned according to blackholed identities
+**Changes**
+- Fixed a bug where recursive path requests would cause a division by zero error on uninitialized RNode interfaces.
+- Fixed slow blackholed filtering for discovered interfaces on Android in some cases.
**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:
@@ -49,6 +34,28 @@ 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-07-24: RNS 1.4.1
+
+This release significantly improves path convergence and stability with the new path re-balancing functionality. It also introduces interface gravity configuration, new API functionality and fixes a range of bugs and inefficiencies.
+
+- Added dynamic path re-balancing
+- Added `set_max_request_size` to `Destination` API
+- Added `max_response_size` to request API
+- Added interface gravity handling
+- Added `autoconnect_interface_mode` option
+- Added `autoconnect_announces_to_internal` option
+- Added `autoconnect_interface_gravity` option
+- Added `default_gravity` option
+- Added `announces_to_internal` interface option
+- Added `gravity` interface option
+- Added gravity display and sorting option to `rnstatus`
+- Added boundary -> boundary and boundary -> gateway path requests
+- Fixed `I2PInterface` tasks getting garbage-collected prematurely, thanks to **welo**
+- Fixed various minor bugs in `I2PInterface`
+- Fixed ingress control burst active flag deadlocking until new announces arrived under burst timing patterns
+- Fixed various memory inefficiencies
+- Fixed loglevel `LOG_EXTREME` not being usable in some cases
+- Fixed historical interface discoveries not being cleaned according to blackholed identities
### 2026-07-20: RNS 1.4.0
This release focuses on performance, stability and reliability improvements, particularly with resource-constrained systems in mind. It also fixes several bugs, reduces logging noise, and makes information about blocked `BackboneInterface` clients available in `ifstats`.
diff --git a/docs/manual/.buildinfo b/docs/manual/.buildinfo
index 48ad97ce..28f590fa 100644
--- a/docs/manual/.buildinfo
+++ b/docs/manual/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 82ef027faef3f2a49a9dfcb392d03f34
+config: 4e2f0f7390586c35b5c4b57cd1fc8b5b
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/manual/_static/documentation_options.js b/docs/manual/_static/documentation_options.js
index dfba10e8..6d656b6d 100644
--- a/docs/manual/_static/documentation_options.js
+++ b/docs/manual/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '1.4.1',
+ VERSION: '1.4.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/docs/manual/distributed.html b/docs/manual/distributed.html
index 4f38fec2..bd540f5a 100644
--- a/docs/manual/distributed.html
+++ b/docs/manual/distributed.html
@@ -7,7 +7,7 @@
-
-
+
diff --git a/docs/manual/using.html b/docs/manual/using.html
index 1da6509e..2a2b35d5 100644
--- a/docs/manual/using.html
+++ b/docs/manual/using.html
@@ -7,7 +7,7 @@
- Using Reticulum on Your System - Reticulum Network Stack 1.4.1 documentation
+ Using Reticulum on Your System - Reticulum Network Stack 1.4.2 documentation
@@ -180,7 +180,7 @@