This commit is contained in:
str4d
2016-11-28 09:59:45 +00:00
parent 4985e07307
commit f9d4bea239
2 changed files with 4 additions and 3 deletions

View File

@ -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)

View File

@ -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;