update checksums, add blog post
This commit is contained in:
49
i2p2www/blog/2024/08/06/2.6.1-Release.rst
Normal file
49
i2p2www/blog/2024/08/06/2.6.1-Release.rst
Normal file
@ -0,0 +1,49 @@
|
||||
===========================================
|
||||
{% trans -%}2.6.1 Release{%- endtrans %}
|
||||
===========================================
|
||||
|
||||
.. meta::
|
||||
:author: idk
|
||||
:date: 2024-08-06
|
||||
:category: release
|
||||
:excerpt: {% trans %}2.6.1 Release with I2PTunnel UI fix{% endtrans %}
|
||||
|
||||
{% trans -%}
|
||||
I2P 2.6.1 is released in order to fix a User-Interface bug in the Hidden Services Manager application.
|
||||
This bug caused scrolling to be disabled, rendering some configuration inaccessible.
|
||||
{%- 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 %}
|
||||
|
||||
**{% trans %}RELEASE DETAILS{% endtrans %}**
|
||||
|
||||
**{% trans %}Changes{% endtrans %}**
|
||||
|
||||
- {% trans %}Graphs: render graphs in svg{% endtrans %}
|
||||
- {% trans %}Translations: generate internal translation leaderboard{% endtrans %}
|
||||
|
||||
**{% trans %}Bug Fixes{% endtrans %}**
|
||||
|
||||
- {% trans %}i2ptunnel: Fix bug causing truncation configuration UI{% endtrans %}
|
||||
|
||||
**{% trans %}Other{% endtrans %}**
|
||||
|
||||
- {% trans %}Translation updates{% endtrans %}
|
||||
|
||||
|
||||
`{% trans %}Full list of fixed bugs{% endtrans %}`__
|
||||
|
||||
__ http://{{ i2pconv('git.idk.i2p') }}/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=2.6.1
|
||||
|
||||
**{% trans %}SHA256 Checksums:{% endtrans %}**
|
||||
|
||||
::
|
||||
|
||||
88e69e0adac66ed41ef1d521c373a40d491fbec1a40f596dbaa56ac67b5c4b0d i2pinstall_2.6.1_windows.exe
|
||||
c10d74075dac39d0f80c4fa5bbd403ed59aeba5e933e761a0ecf59d8d5afcad1 i2pinstall_2.6.1.jar
|
||||
e6ce1704da6ac44909b9ee74b376e3ba10d27a287840b28caaf51dfae0903901 i2psource_2.6.1.tar.bz2
|
||||
e78fe71186b7b194882132b0392dceb9b4f2ea35cabfcb224739f46f1b11cd53 i2pupdate_2.6.1.zip
|
||||
42a4eac2a1802130f38ee648cc04c0f2cbc6e8ca6975d89235bdf80b3000aded i2pupdate.su3
|
@ -1,7 +1,7 @@
|
||||
{% set i2pinstall_windows_hash = '13f2e6b3cc9716c89c4d4d3bc9918171fbad5f450171e1c32b1237b5421bc065' %}
|
||||
{% set i2pinstall_jar_hash = '24cda3f04e8c2e976b73bd45d36d0e31217e28fbe3019bf9a9d839b45d60537a' %}
|
||||
{% set i2psource_hash = '249b35c1e061e194ee18048b0644cc5e2c5cf785ffce655e3124eb959dc189ff' %}
|
||||
{% set i2pupdate_hash = '2867d752f6fb89a7a5ada4f4123ca601ad8d78ff78f553a9269bf0ddffe724ca' %}
|
||||
{% set i2pinstall_windows_hash = '88e69e0adac66ed41ef1d521c373a40d491fbec1a40f596dbaa56ac67b5c4b0d' %}
|
||||
{% set i2pinstall_jar_hash = 'c10d74075dac39d0f80c4fa5bbd403ed59aeba5e933e761a0ecf59d8d5afcad1' %}
|
||||
{% set i2psource_hash = 'e6ce1704da6ac44909b9ee74b376e3ba10d27a287840b28caaf51dfae0903901' %}
|
||||
{% set i2pupdate_hash = 'e78fe71186b7b194882132b0392dceb9b4f2ea35cabfcb224739f46f1b11cd53' %}
|
||||
{% set i2p_android_hash = '272acf543c4489dc3775c07c42eb91710b4ed377c78aff605e3d44e73fad5110' %}
|
||||
{% set i2p_macnative_hash = '18cb22cfcc3cbe0cec150e89a394d1a35703cb508ed627ef48084b7ba7c90dde' %}
|
||||
|
||||
|
Reference in New Issue
Block a user