From 9e0f79f8ef8fb211ddfc24453ef07ae7b40413e2 Mon Sep 17 00:00:00 2001 From: eyedeekay <hankhill19580@gmail.com> Date: Tue, 8 Oct 2024 21:23:08 -0400 Subject: [PATCH] 2.7.0 Release Blog Post --- i2p2www/blog/2024/10/09/i2p-release-2.7.0.rst | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 i2p2www/blog/2024/10/09/i2p-release-2.7.0.rst diff --git a/i2p2www/blog/2024/10/09/i2p-release-2.7.0.rst b/i2p2www/blog/2024/10/09/i2p-release-2.7.0.rst new file mode 100644 index 00000000..64659b3c --- /dev/null +++ b/i2p2www/blog/2024/10/09/i2p-release-2.7.0.rst @@ -0,0 +1,32 @@ +{% trans -%} +================== +I2P 2.7.0 Released +================== +{%- endtrans %} +.. meta:: + :author: idk + :date: 2024-10-09 + :category: release + :excerpt: {% trans %}I2P 2.7.0 Released{% endtrans %} + +{% trans -%} +This release, I2P 2.7.0, continues our work by fixing bugs, improving performance, and adding features. +{%- endtrans %} +{% trans -%} +Access to information from the console and applications has been improved. +Issues have been fixed in I2PSnark and SusiMail search. +The netDB search embedded into the router console now operates in a more intuitive and useful way. +Minor improvements have been made to diagnostic displays in advanced mode. +{%- endtrans %} +{% trans -%} +Bugs have also been fixed to improve compatibility within the network. +An issue with publishing leaseSets was solved which improves reliability major hidden services. +I2PSnark no longer changes the infohash when a user changes only the trackers on an existing torrent. +This prevents torrents from being unnecessarily disrupted by these changes. +We welcomed this contribution from a new contributor. +A conflict in the handling of a streaming library option was resolved to improve compatibility with other I2P implementations. +{%- endtrans %} +{% trans -%} +As usual, we recommend that you update to this release. +The best way to maintain security and help the network is to run the latest release. +{%- endtrans %} \ No newline at end of file -- GitLab