From 39e1df1b1062a10303cb1faa18edcc065ec05ebf Mon Sep 17 00:00:00 2001 From: idk Date: Thu, 5 May 2022 18:14:08 -0400 Subject: [PATCH] update the changelog --- changelog.txt | 4 ++++ i2pversion | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7c618b6..fdcc63e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +2022-05-5 idk + * Fix a bug where the I2P router detection inappropriately prioritized an easy + install bundle when a non-bundled instal was in use. + 2022-03-25 idk * This release adds support for user-mode, non-privileged installation of the jpackaged router and the browser profile. Admin installation is still supported diff --git a/i2pversion b/i2pversion index cc0ca80..20fac7f 100644 --- a/i2pversion +++ b/i2pversion @@ -5,8 +5,8 @@ export JNA_VERSION=5.10.0 #Comment this out to build from an alternate branch or # the tip of the master branch. -I2P_VERSION=1.7.4 -export I2P_VERSION=1.7.4 +I2P_VERSION=1.7.5 +export I2P_VERSION=1.7.5 VERSION=i2p-jpackage-1.7.1 export VERSION="$VERSION"