0.4.4
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
I2P-Bote Version History
|
||||
------------------------
|
||||
|
||||
0.4.4
|
||||
* Added CSRF guards to all forms (thanks Beardog for raising the issue!)
|
||||
0.4.4 (Released on Nov 28, 2016)
|
||||
* Add CSRF guards to all forms (thanks Beardog for raising the issue!)
|
||||
* Tweak error message to avoid XSS filter (ticket #1815)
|
||||
* Improve identities list usability (thanks Jonathan!)
|
||||
* Ensure CSS gets gets reloaded after updates
|
||||
|
||||
0.4.3 (Released on Jan 28, 2016)
|
||||
* Re-enabled IMAP (ticket #1678)
|
||||
|
@ -128,7 +128,7 @@ import org.apache.commons.configuration.ConfigurationException;
|
||||
*/
|
||||
public class I2PBote implements NetworkStatusSource, EmailFolderManager, MailSender, PasswordVerifier {
|
||||
public static final int PROTOCOL_VERSION = 4;
|
||||
private static final String APP_VERSION = "0.4.3";
|
||||
private static final String APP_VERSION = "0.4.4";
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user