diff --git a/Changelog.md b/Changelog.md index 3c41213..d24ca60 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,15 @@ +### 2023-05-19: RNS β 0.5.3 + +This maintenance release brings a single, but important bugfix. + +**Changes** +- Fixed a bug that could cause data corruption to occur over when using `Buffer` instances. + +**Release Hashes** +``` + +``` + ### 2023-05-12: RNS β 0.5.2 This maintenance release brings a number of bugfixes and improvements. diff --git a/Roadmap.md b/Roadmap.md index e201134..7fd73ad 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -15,11 +15,12 @@ This document outlines the currently established development roadmap for Reticul For each release cycle of Reticulum, improvements and additions from the five [Primary Efforts](#primary-efforts) are selected as active work areas, and can be expected to be included in the upcoming releases within that cycle. While not entirely set in stone for each release cycle, they serve as a pointer of what to expect in the near future. - The current `0.5.x` release cycle aims at completing + - [x] Reach feature-completion of the Reticulum API + - [x] Improve performance and efficiency of the `Buffer` and `Channel` API - [ ] Overhauling and updating the documentation - [ ] Performance and memory optimisations of the Python reference implementation - [ ] Fixing potential bugs - [ ] Add automatic retries to all use cases of the `Request` API - - [ ] Improve performance and efficiency of the `Buffer` and `Channel` API ## Primary Efforts The development path for Reticulum is currently laid out in five distinct areas: *Comprehensibility*, *Universality*, *Functionality*, *Usability & Utility* and *Interfaceability*. Conceptualising the development of Reticulum into these areas serves to advance the implementation and work towards the Foundational Goals & Values of Reticulum. diff --git a/docs/Reticulum Manual.epub b/docs/Reticulum Manual.epub index 0bebd52..77862d3 100644 Binary files a/docs/Reticulum Manual.epub and b/docs/Reticulum Manual.epub differ diff --git a/docs/Reticulum Manual.pdf b/docs/Reticulum Manual.pdf index 1a447c5..7ea290f 100644 Binary files a/docs/Reticulum Manual.pdf and b/docs/Reticulum Manual.pdf differ diff --git a/docs/manual/.buildinfo b/docs/manual/.buildinfo index b73cf13..76cd502 100644 --- a/docs/manual/.buildinfo +++ b/docs/manual/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: c5670e7931d15fbef274e2eee17c3561 +config: 7638eb217b32841965cb99f2db5009a6 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/manual/_static/documentation_options.js b/docs/manual/_static/documentation_options.js index db553a1..0fb1b4f 100644 --- a/docs/manual/_static/documentation_options.js +++ b/docs/manual/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.5.2 beta', + VERSION: '0.5.3 beta', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/manual/examples.html b/docs/manual/examples.html index 5785d1f..ca4a289 100644 --- a/docs/manual/examples.html +++ b/docs/manual/examples.html @@ -6,7 +6,7 @@ -