From b220697af2d03664facced2ac0158b8972957bfc Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 6 Sep 2022 21:53:53 -0400 Subject: [PATCH] update i2pfirefox package, point release --- changelog.txt | 3 +++ i2pversion | 6 +++--- src/app-profile/version.txt | 2 +- src/nsis/i2pbrowser-jpackage.nsi | 2 +- src/nsis/i2pbrowser-version.nsi | 2 +- src/profile/version.txt | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index ad6499b..9e2f703 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +2022-10-06 idk + * Point release 1.9.5, fixes a bug which occurs more often on Windows 11, fixes a SusiDNS issue + 2022-08-28 idk * Migrate away from batch scripts and simply launch a browser if I2P is already running. This is more flexible, stable, and simplet to install diff --git a/i2pversion b/i2pversion index a1276d0..bad8fc7 100644 --- a/i2pversion +++ b/i2pversion @@ -2,13 +2,13 @@ JNA_VERSION=5.11.0 export JNA_VERSION=5.11.0 -I2PFIREFOX_VERSION=0.0.26 -export I2PFIREFOX_VERSION=0.0.26 +I2PFIREFOX_VERSION=0.0.30 +export I2PFIREFOX_VERSION=0.0.30 # Comment this out to build from an alternate branch or # the tip of the master branch. VERSIONMAJOR=1 VERSIONMINOR=9 -VERSIONBUILD=4 +VERSIONBUILD=5 I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" VERSION=i2p-jpackage-1.9.4 diff --git a/src/app-profile/version.txt b/src/app-profile/version.txt index 77fee73..d615fd0 100644 --- a/src/app-profile/version.txt +++ b/src/app-profile/version.txt @@ -1 +1 @@ -1.9.3 +1.9.4 diff --git a/src/nsis/i2pbrowser-jpackage.nsi b/src/nsis/i2pbrowser-jpackage.nsi index a0d5770..f122046 100644 --- a/src/nsis/i2pbrowser-jpackage.nsi +++ b/src/nsis/i2pbrowser-jpackage.nsi @@ -1 +1 @@ -!define I2P_VERSION 1.9.3 +!define I2P_VERSION 1.9.4 diff --git a/src/nsis/i2pbrowser-version.nsi b/src/nsis/i2pbrowser-version.nsi index 6e381d4..5831597 100644 --- a/src/nsis/i2pbrowser-version.nsi +++ b/src/nsis/i2pbrowser-version.nsi @@ -1,3 +1,3 @@ !define VERSIONMAJOR 1 !define VERSIONMINOR 9 -!define VERSIONBUILD 3 +!define VERSIONBUILD 4 diff --git a/src/profile/version.txt b/src/profile/version.txt index 77fee73..d615fd0 100644 --- a/src/profile/version.txt +++ b/src/profile/version.txt @@ -1 +1 @@ -1.9.3 +1.9.4