* Addresses: Fix NPE if no interfaces found http://forum.i2p/viewtopic.php?t=6365

This commit is contained in:
zzz
2012-01-25 02:31:26 +00:00
parent fb8deb327d
commit abe83bc5bd
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-01-24 zzz
* Addresses: Fix NPE if no interfaces found http://forum.i2p/viewtopic.php?t=6365
* i2ptunnel: Fix white-on-white buttons on hover
* Plugins: Add completion message after all-update check
* susidns, susimail: Add icons to buttons
2012-01-22 zzz
* Transports: Bind only to a single interface if specified
as the host address and it's available (ticket #591)

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 7;
public final static long BUILD = 8;
/** for example "-test" */
public final static String EXTRA = "";