Update versions and history for 0.4.8

This commit is contained in:
Jack Grigg
2019-05-16 12:21:08 +01:00
parent edb086cc1d
commit 9fd4f6cb03
3 changed files with 7 additions and 2 deletions

View File

@ -35,7 +35,7 @@ String javaExecutable(String targetJavaHome, String execName) {
} }
configure([project(':core'), project(':webapp')]) { configure([project(':core'), project(':webapp')]) {
project.version = '0.4.7' project.version = '0.4.8'
project.afterEvaluate { project.afterEvaluate {
jar { jar {

View File

@ -131,7 +131,7 @@ import i2p.bote.status.StatusListener;
*/ */
public class I2PBote implements NetworkStatusSource, EmailFolderManager, MailSender, PasswordVerifier { public class I2PBote implements NetworkStatusSource, EmailFolderManager, MailSender, PasswordVerifier {
public static final int PROTOCOL_VERSION = 4; 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 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; private static volatile I2PBote instance;

View File

@ -1,6 +1,11 @@
I2P-Bote Version History 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) 0.4.7 (Released on April 9, 2018)
* Set default number of relay hops to 2 * Set default number of relay hops to 2
* IMAP and SMTP APIs now start immediately instead of waiting for tunnels * IMAP and SMTP APIs now start immediately instead of waiting for tunnels