From 9fd4f6cb039e3c7d88e120d6a5aeeea500242c48 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 16 May 2019 12:21:08 +0100 Subject: [PATCH] Update versions and history for 0.4.8 --- build.gradle | 2 +- core/src/main/java/i2p/bote/I2PBote.java | 2 +- history.txt | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4bb37e58..f769cb9e 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ String javaExecutable(String targetJavaHome, String execName) { } configure([project(':core'), project(':webapp')]) { - project.version = '0.4.7' + project.version = '0.4.8' project.afterEvaluate { jar { diff --git a/core/src/main/java/i2p/bote/I2PBote.java b/core/src/main/java/i2p/bote/I2PBote.java index 8e0bc44c..13c595bb 100644 --- a/core/src/main/java/i2p/bote/I2PBote.java +++ b/core/src/main/java/i2p/bote/I2PBote.java @@ -131,7 +131,7 @@ import i2p.bote.status.StatusListener; */ public class I2PBote implements NetworkStatusSource, EmailFolderManager, MailSender, PasswordVerifier { public static final int PROTOCOL_VERSION = 4; - private static final String APP_VERSION = "0.4.7"; + private static final String APP_VERSION = "0.4.8"; private static final int STARTUP_DELAY = 3; // the number of minutes to wait before connecting to I2P (this gives the router time to get ready) private static volatile I2PBote instance; diff --git a/history.txt b/history.txt index 8ca5232e..4ae57cf6 100644 --- a/history.txt +++ b/history.txt @@ -1,6 +1,11 @@ I2P-Bote Version History ------------------------ +0.4.8 (Released on May 16, 2019) + * Fixes to work on I2P 0.9.38 and above + * Removed kytv from bootstrap nodes :( + * Added a new bootstrap node run by idk (welcome!) + 0.4.7 (Released on April 9, 2018) * Set default number of relay hops to 2 * IMAP and SMTP APIs now start immediately instead of waiting for tunnels