diff --git a/i2p2www/__init__.py b/i2p2www/__init__.py index 7246df8d..a44247b1 100644 --- a/i2p2www/__init__.py +++ b/i2p2www/__init__.py @@ -22,8 +22,8 @@ except ImportError: ########### # Constants -CURRENT_I2P_VERSION = '2.2.0' -CURRENT_I2P_FIREFOX_PROFILE_VERSION = '2.1.0' +CURRENT_I2P_VERSION = '2.2.1' +CURRENT_I2P_FIREFOX_PROFILE_VERSION = '2.2.0' CURRENT_I2P_OSX_VERSION = '1.9.0' CANONICAL_DOMAIN = 'geti2p.net' diff --git a/i2p2www/blog/2023/4/12/new_release_2.2.1.rst b/i2p2www/blog/2023/4/12/new_release_2.2.1.rst new file mode 100644 index 00000000..1e6b5310 --- /dev/null +++ b/i2p2www/blog/2023/4/12/new_release_2.2.1.rst @@ -0,0 +1,40 @@ +{% trans -%} +================= +I2P Release 2.2.1 +================= +{%- endtrans %} +.. meta:: + :author: idk + :date: 2023-04-12 + :category: release + :excerpt: {% trans %}{% endtrans %} + +{% trans -%} +After the I2P 2.2.0 release, which was moved forward to accelerate mitigations for the DDOS attacks, we learned about a few developing issues which made it necessary to build and release new packages. +This release fixes an issue within Ubuntu Lunar and Debian Sid where the router console was inaccessible using an updated version of the jakarta package. +Docker packages were not reading arguments correctly, resulting in inaccessible configuration files. +This issue has also been resolved. +The docker container is now also compatible with Podman. +{%- endtrans %} + +{% trans -%} +This release syncs translations with transifex and updates the GeoIP database. +{%- 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 %} + +**DETAILS** + +*Changes* + +- {% trans %}Fix missing Java options in docker/rootfs/startapp.sh{% endtrans %} +- {% trans %}Detect when running in Podman instead of regular Docker{% endtrans %} +- {% trans %}Update Tor Browser User-Agent String{% endtrans %} +- {% trans %}Update local GeoIP database{% endtrans %} +- {% trans %}Remove invalid signing keys from old installs{% endtrans %} +- {% trans %}Update Tomcat version in Ubuntu Lunar and Debian Sid{% endtrans %} + +Full list of fixed bugs: http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=2.2.1 \ No newline at end of file diff --git a/i2p2www/pages/downloads/easyinstall.html b/i2p2www/pages/downloads/easyinstall.html index a92c8308..cad3d953 100644 --- a/i2p2www/pages/downloads/easyinstall.html +++ b/i2p2www/pages/downloads/easyinstall.html @@ -60,7 +60,7 @@ special configuration. You don't even need to close existing Firefox windows. {%- set name = 'Windows' -%} {%- set icon = 'images/download/windows.png' -%} {%- set filename = 'I2P-Easy-Install-Bundle-%s.exe' -%} -{%- set hash = 'be3b178b745720b16c8ccd6911d3c35143eb59da4be318198d84f35ec23e494c' -%} +{%- set hash = '5ebfb374bcf70f80080e628401f5310f3882853b880d5c8a041705096e063bb5' -%} {% call package_outer('windows', name, icon) %}