This commit is contained in:
zzz
2015-04-30 21:14:56 +00:00
parent 1868d2b50f
commit 42cb89f525
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
2015-04-30 zzz
* Transports:
- Correctly handle IPv4 firewalled, IPv6 not (ticket #1458)
2015-04-29 zzz
* Clock: Make forward slewing work better
* I2CP: Periodically send a SetDate message to external clients
* Transports:
- Fix clock skew calculations
- Track IPv4/v6 reachability separately (ticket #1458)

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 = 11;
public final static long BUILD = 12;
/** for example "-test" */
public final static String EXTRA = "";