From fc32a73ba1cdd0da880346fbd9b70feddadaf383 Mon Sep 17 00:00:00 2001
From: eyedeekay <hankhill19580@gmail.com>
Date: Mon, 17 Mar 2025 14:47:52 -0400
Subject: [PATCH] update site for version 2.8.1

---
 i2p2www/__init__.py                                       | 2 +-
 .../03/17/{2.8.1-Release.draft.rst => 2.8.1-Release.rst}  | 0
 i2p2www/pages/downloads/list.html                         | 8 --------
 i2p2www/pages/downloads/macros                            | 8 ++++----
 4 files changed, 5 insertions(+), 13 deletions(-)
 rename i2p2www/blog/2025/03/17/{2.8.1-Release.draft.rst => 2.8.1-Release.rst} (100%)

diff --git a/i2p2www/__init__.py b/i2p2www/__init__.py
index 3e6d3810f..c07d8c653 100644
--- a/i2p2www/__init__.py
+++ b/i2p2www/__init__.py
@@ -22,7 +22,7 @@ except ImportError:
 ###########
 # Constants
 
-CURRENT_I2P_VERSION = '2.8.0'
+CURRENT_I2P_VERSION = '2.8.1'
 CURRENT_I2P_FIREFOX_PROFILE_VERSION = '2.8.0'
 CURRENT_I2P_OSX_VERSION = '1.9.0'
 
diff --git a/i2p2www/blog/2025/03/17/2.8.1-Release.draft.rst b/i2p2www/blog/2025/03/17/2.8.1-Release.rst
similarity index 100%
rename from i2p2www/blog/2025/03/17/2.8.1-Release.draft.rst
rename to i2p2www/blog/2025/03/17/2.8.1-Release.rst
diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html
index fac4d177a..edb2c651e 100644
--- a/i2p2www/pages/downloads/list.html
+++ b/i2p2www/pages/downloads/list.html
@@ -65,14 +65,6 @@ If you would like to try the latest experimental I2P projects, visit the <a href
     <h5>{%- trans %}I2P for Linux{%- endtrans %}</h5>
     {% call package('unix') %}
 
-    <p><b>NOTE:</b>
-    Due to an <a href="https://izpack.atlassian.net/browse/IZPACK-1786">unfixed IzPack bug</a>
-    the installer will fail with "Index 70131 out of bounds" with Java 21 or higher on Ubuntu. May also affect other platforms.
-    Workarounds:
-    Use our <a href="{{ get_url('downloads_debian') }}">packages for Debian &amp; Ubuntu</a>
-    or run the installer with Java 17 or lower. You may switch back to Java 21 or higher after the install is complete.
-    </p>
-
     <p>{% trans i2pversion=ver() -%} The most reliable way to launch the installer is from a terminal like this:
         <code>java -jar i2pinstall_{{ i2pversion }}.jar</code>. This will launch the GUI installer. Depending on how your computer is set up, you may be able to start the installer by double-clicking the &quot;i2pinstall_{{ i2pversion }}.jar&quot; file
         or right-clicking the file and selecting &quot;Open with Java&quot;. Unfortunately, this behaviour is difficult to predict. {%- endtrans %}</p>
diff --git a/i2p2www/pages/downloads/macros b/i2p2www/pages/downloads/macros
index eec9cbd4b..0a730e9be 100644
--- a/i2p2www/pages/downloads/macros
+++ b/i2p2www/pages/downloads/macros
@@ -1,7 +1,7 @@
-{% set i2pinstall_windows_hash = 'f2699359fd7c5a2fddb5730666e61c0dce2184f95507d4f33dcfaca16569b580' %}
-{% set i2pinstall_jar_hash     = '32255865c5f89bceab4902ba401c971c5aa238ebe8bc1bfb2153acb6478ce656' %}
-{% set i2psource_hash          = '06b305c24ed163bb09b1afaa3a8d44b2477eb3eb0e1c84236d210606986bd820' %}
-{% set i2pupdate_hash          = '3ff1e0c52757a39e20ac864aa610c92f1a1168979b42a61cd1e9284becc0fe22' %}
+{% set i2pinstall_windows_hash = '013f30db4116711fdb5f78f21f55da9a883a7de110f9c5b6d4f1390d60cc3441' %}
+{% set i2pinstall_jar_hash     = 'a2f590156b6c58574c54860afb196886bc23e609ec26c3797ad0ef27289727f3' %}
+{% set i2psource_hash          = '6af1b88404527d9f5f88a29434979e048ac9d6fdc6ad7f5edbd0b318a1a1e57d' %}
+{% set i2pupdate_hash          = 'c89433df991876952fa2e4d7ebf2cb8c705911b80f240e6ddd3d8cba4aabed58' %}
 {% set i2p_android_hash        = '9378b9b50baae300f91f3fcf87ed8579ece2e650f4a83f3f23f7868c443479b8' %}
 {% set i2p_macnative_hash      = '18cb22cfcc3cbe0cec150e89a394d1a35703cb508ed627ef48084b7ba7c90dde' %}
 
-- 
GitLab